markdown-editor
markdown-editor copied to clipboard
Markdown editor 100% in your browser
Cool Markdown Editor
This is a cool Markdown Editor implemented in ClojureScript.

Overview
The project uses ClojureScript, Reagent, and shadow-cljs.
Develop
$ npm install
$ npm run watch
Then go to http://localhost:8080/ in your browser.
Release
$ npm run release
Features
- Live-preview markdown
- Download markdown as pdf!
- Save markdown in browser
- Share permanent link
- Code syntax highlighting
Roadmap
- [ ] 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
License
MIT