Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 858 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 858 Bytes

Markdown Rust

Fast, simple, distraction free Markdown editor.

screenshot

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