From: Max Value Date: Mon, 12 May 2025 12:53:12 +0000 (+0100) Subject: Forked from Markdown-rs X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=5de012d3e4926167de19e6c3b7c12f3921ec0703;p=gn-editor Forked from Markdown-rs --- diff --git a/.gitignore b/.gitignore index 8630656..6c58c08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ - /target/ **/*.rs.bk - *.glade~ diff --git a/Cargo.toml b/Cargo.toml index 99a992f..b478b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,8 @@ [package] name = "markdown-rs" version = "0.2.2" -authors = ["Nil Gradisnik "] -description = "Fast, simple, distraction free Markdown editor." -repository = "@nilgradisnik/markdown-rs" -readme = "README.md" -license = "MIT" +authors = ["Nil Gradisnik , William Greenwood "] +description = "Editor for Goodnight Markdown, Forked from markdown-rs." [dependencies] gio = "0.9" diff --git a/README.md b/README.md deleted file mode 100644 index 014e01e..0000000 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# 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` diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index 18dbb6f..0000000 Binary files a/screenshot.png and /dev/null differ