https://github.com/nilgradisnik/markdown-rs
Simple Markdown editor
https://github.com/nilgradisnik/markdown-rs
gnome gtk3 linux markdown markdown-editor rust
Last synced: 3 months ago
JSON representation
Simple Markdown editor
- Host: GitHub
- URL: https://github.com/nilgradisnik/markdown-rs
- Owner: nilgradisnik
- Created: 2017-12-02T01:40:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T11:31:19.000Z (over 1 year ago)
- Last Synced: 2024-11-19T23:37:21.507Z (over 1 year ago)
- Topics: gnome, gtk3, linux, markdown, markdown-editor, rust
- Language: Rust
- Size: 387 KB
- Stars: 75
- Watchers: 8
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gtk - markdown-rs - Distraction-free Markdown editor `#rust` `#gtk3`. (Development / Markdown)
README
# Markdown Rust
Fast, simple, distraction free Markdown editor.

## Motivation
There seem to be no simple, fast Markdown editors on Linux.
> Inspired by [uberwriter](http://uberwriter.wolfvollprecht.de/).
## Build from source
This project depends on [gtk-rs](http://gtk-rs.org/docs-src/requirements.html), [sourceview](https://github.com/gtk-rs/sourceview) and [webkit2gtk](https://github.com/gtk-rs/webkit2gtk-rs).
- 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](https://copr.fedorainfracloud.org/coprs/atim/markdown-rs/): `sudo dnf copr enable atim/markdown-rs -y && sudo dnf install markdown-rs`