Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T19:24:49.000Z (over 3 years ago)
- Last Synced: 2024-04-27T16:34:42.480Z (7 months ago)
- Topics: gnome, gtk3, linux, markdown, markdown-editor, rust
- Language: Rust
- Size: 387 KB
- Stars: 68
- Watchers: 9
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Rust
Fast, simple, distraction free Markdown editor.
![screenshot](./screenshot.png)
## 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`