π preview
A simple browser-based Markdown editor. Published under the MIT License as an experimental project.
Using the editor
π Online version
- Try the latest release build in your browser at https://yasins.github.io/preview-live/.
- You can also add the editor to your shelf on Chrome OS devices.
π» Running locally
This project uses NPM and Gulp for build management. Before proceeding, please check that you have installed Node on your system.
- Clone this repository and
cdinto thepreviewdirectory - Run
npm installto build and streamline the dependencies - Serve with
npm startand browse tohttp://127.0.0.1:8081(stop withnpm stop)
Using the in-built web server is optional. After npm install has finished, you can serve or open the web directory in a manner of your choice.
π Features
- Enhanced feature set and live preview powered by Remarkable, plus:
- GitHub Flavoured tables and formatting options
- Text footnoting
- Autosave to Local Storage in your browser β nothing remote nor collected externally
- Offline-capable with save, load, and print using local browser functions
- Restrictive input sanitisation from DOMPurify
- Night mode (via toggle button or
?night=1URL parameter) - Inbuilt word and character count
