Markdown Rust
April 4, 2020 ยท View on GitHub
Fast, simple, distraction free Markdown editor.

Motivation
There seem to be no simple, fast Markdown editors on Linux.
Inspired by uberwriter.
Build from source
This project depends on gtk-rs, sourceview and webkit2gtk.
-
Ubuntu
sudo apt install libgtk-3-dev libgtksourceview-3.0-dev libwebkit2gtk-4.0-dev -
Fedora
sudo dnf install gtk3-devel glib2-devel gtksourceview3-devel webkitgtk4-devel
Build and run
cargo run
Packaging status
Fedora/CentOS COPR: sudo dnf copr enable atim/markdown-rs -y && sudo dnf install markdown-rs