Skip to content

endaytrer/markdone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdone

Warning

Under development. Things are not working.

Markdone, a ready-to-use markdown editor without cloud. Free and open source under GPLv3.

preview

Powered by WASM, Rust, pulldown-cmark (a fork from raphlinus/pulldown-cmark) and CodeMirror.

Try it!

Markdone is deployed at markdone.danielgu.org.

Progress

  • 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

Run locally

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 build

The bundled pack is located at dist.

About

Ready-to-use markdown editor without cloud

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published