2025-11 Edit files
This commit is contained in:
31
en/news/2025-11_edit-files.md
Normal file
31
en/news/2025-11_edit-files.md
Normal 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
|
||||
Reference in New Issue
Block a user