Skip to content

nilgradisnik/markdown-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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