Compatibility with Windows 10.1903
Note: versioning number matches now Sciter version.
Compatibility with Windows 10.1903
Note: versioning number matches now Sciter version.
Fix of “Save As” functionality for paths that contain spaces and non-ASCII symbols. Check this.
No new functionality, just various Sciter related bug fixes.
This version adds Markdown (GitHub flavor) support – editing and viewing.
This is an initial implementation – pretty basic. I am sure I’ve missed something – we will see.
For anyone interested:
HTML DOM to Markdown convertor code is here.
And Markdown to HTML is here . Implementation is based on generators that I’ve found quite useful for markdown parsing.
This version adds initial support of Markdown document representation.
Button “Markdown” shows current document in Markdown form. Markdown source can be copy-pasted into any Web page that accepts Markdown, GitHub for example.
Initial version has been published, please visit Download page.
While it works for me here, consider it as a beta. More features and fixes will be added down the road.