32 lines
827 B
Markdown
32 lines
827 B
Markdown
Title: Editing of files
|
|
Date: 2025-11-01
|
|
Category: News
|
|
Slug: edit-files
|
|
Lang: en
|
|
|
|
<video controls width="700">
|
|
<source src="../../images/2025-11_edit-files.mp4" type="video/mp4"/>
|
|
</video>
|
|
|
|
# October
|
|
|
|
### 1. NPM
|
|
|
|
PSKOV is now available via npm. The easiest way to launch PSKOV is with the help of `npx`:
|
|
|
|
```npx pskov --projectDir=/path/to/project```
|
|
|
|
where `/path/to/project` should be replaced with an actual path to a project
|
|
|
|
### 2. `Files`, `Edit`, `Render` tabs
|
|
|
|
PSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet)
|
|
|
|
### 3. Editing and saving of a selected file
|
|
|
|
PSKOV can now edit files (using Ace) and save them by clicking the diskette button
|
|
|
|
# November
|
|
|
|
I plan to implement previewing of the result of Markdown conversion
|