This is a cool Markdown Editor implemented in ClojureScript.
The project uses ClojureScript, Reagent, and shadow-cljs.
$ npm install
$ npm run watch
Then go to http://localhost:8080/ in your browser.
$ npm run release
- Live-preview markdown
- Download markdown as pdf!
- Save markdown in browser
- Share permanent link
- Code syntax highlighting
- Collaborate markdown - This one might actually need a server backend to push data
- Markdown history (undo/redo)
- Work on multiple markdown at a time
- Save markdown per user - DB and backend authentication
MIT