2025-11 Edit files

This commit is contained in:
2025-11-01 07:11:40 +03:00
parent 7a296242ee
commit 60368d164f
199 changed files with 1105 additions and 669 deletions

View File

@@ -0,0 +1,31 @@
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