Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

πŸ“ preview

A simple browser-based Markdown editor. Published under the MIT License as an experimental project.

Using the editor

🌐 Online version

πŸ’» Running locally

This project uses NPM and Gulp for build management. Before proceeding, please check that you have installed Node on your system.

  1. Clone this repository and cd into the preview directory
  2. Run npm install to build and streamline the dependencies
  3. Serve with npm start and browse to http://127.0.0.1:8081 (stop with npm 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=1 URL parameter)
  • Inbuilt word and character count

About

πŸ“ A simple browser-based Markdown editor (experimental).

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.