2025-11-01
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
Files, Edit, Render tabsPSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet)
PSKOV can now edit files (using Ace) and save them by clicking the diskette button
I plan to implement previewing of the result of Markdown conversion