Warning
Under development. Things are not working.
Markdone, a ready-to-use markdown editor without cloud. Free and open source under GPLv3.
Powered by WASM, Rust, pulldown-cmark (a fork from raphlinus/pulldown-cmark) and CodeMirror.
Markdone is deployed at markdone.danielgu.org.
- Markdown editing
- CommonMark Standard with extra TeX math support
- Real-time preview
- Save to local file
- Load from local file
- Print or print to PDF
- Local-storage filesystem to hold workspace
- Remote hosting for images
- Packing ans saving
- Export
- Functional menu bar
- Settings and key binding
- Themes and customization
Make sure to have cargo, wasm-pack and npm installed.
$ (cd libmarkdown && wasm-pack build --target web)
$ npm i
$ npm run serve # development server.Build production server
$ (cd libmarkdown && wasm-pack build --target web)
$ npm run buildThe bundled pack is located at dist.
