All Projects → nilgradisnik → markdown-rs

nilgradisnik / markdown-rs

Licence: other
Simple Markdown editor

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to markdown-rs

Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (+1270.21%)
Mutual labels:  markdown-editor, gnome, gtk3
Awesome Gtk
List of awesome GTK+ (gtk3) applications
Stars: ✭ 174 (+270.21%)
Mutual labels:  gnome, gtk3
Something For Reddit
A Reddit Client For GNOME (with Gtk+ and Python)
Stars: ✭ 151 (+221.28%)
Mutual labels:  gnome, gtk3
Otpclient
Highly secure and easy to use OTP client written in C/GTK that supports both TOTP and HOTP
Stars: ✭ 206 (+338.3%)
Mutual labels:  gnome, gtk3
Peek
Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.
Stars: ✭ 8,408 (+17789.36%)
Mutual labels:  gnome, gtk3
Teleport
THIS REPO IS ONLY A MIRROR: Native GTK app to share files on the local network
Stars: ✭ 51 (+8.51%)
Mutual labels:  gnome, gtk3
Swiftgtk
A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
Stars: ✭ 180 (+282.98%)
Mutual labels:  gnome, gtk3
Gnome Twitch
Enjoy Twitch on your GNU/Linux desktop
Stars: ✭ 424 (+802.13%)
Mutual labels:  gnome, gtk3
GabTag
A gtk linux application to handle audio tags 🎵
Stars: ✭ 34 (-27.66%)
Mutual labels:  gnome, gtk3
gui-python-gtk
Repositório criado para documentar e centralizar conteúdos, dicas, tutoriais e exemplos de código sobre a construção de interfaces com a linguagem de programação Python (PyGObject) e o toolkit gráfico Gtk 4.
Stars: ✭ 85 (+80.85%)
Mutual labels:  gnome, gtk3
revelation
Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.
Stars: ✭ 52 (+10.64%)
Mutual labels:  gnome, gtk3
Plotinus
A searchable command palette in every modern GTK+ application
Stars: ✭ 805 (+1612.77%)
Mutual labels:  gnome, gtk3
Sweet
Light and dark colorful Gtk3.20+ theme
Stars: ✭ 703 (+1395.74%)
Mutual labels:  gnome, gtk3
Cpupower Gui
cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
Stars: ✭ 117 (+148.94%)
Mutual labels:  gnome, gtk3
Pithos
A Pandora Radio Client
Stars: ✭ 461 (+880.85%)
Mutual labels:  gnome, gtk3
Authenticator
2FA code generator for GNOME
Stars: ✭ 175 (+272.34%)
Mutual labels:  gnome, gtk3
Sunflower
Small and highly customizable twin-panel file manager for Linux with support for plugins.
Stars: ✭ 347 (+638.3%)
Mutual labels:  gnome, gtk3
Drawing
A drawing application for the GNOME desktop.
Stars: ✭ 386 (+721.28%)
Mutual labels:  gnome, gtk3
ThemeChanger
Theme changing utility for Linux, etc.
Stars: ✭ 14 (-70.21%)
Mutual labels:  gnome, gtk3
Norka
Continuous text editor for Linux
Stars: ✭ 70 (+48.94%)
Mutual labels:  gnome, gtk3

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].