Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 463 Bytes

jwekke-md

This is a simple markdown editor with preview written in rust, it utilizes wry for webview. I'm building this to learn about rust and aiming to build an usable tool for myself to write documentation with. I'll perhaps add features for supporting draw.io, plantuml, cloud sync etc.

Screenshot of the Markdown Editor

dependencies

  • pulldown-cmark = "0.8"
  • tao = "0.30.3"
  • wry = "0.46.2"