All Projects → fabiocolacio → Marker

fabiocolacio / Marker

Licence: gpl-3.0
🖊 A gtk3 markdown editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Marker

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 (-86.8%)
Mutual labels:  gtk, gnome, gtk3
markdown-rs
Simple Markdown editor
Stars: ✭ 47 (-92.7%)
Mutual labels:  markdown-editor, gnome, gtk3
ThemeChanger
Theme changing utility for Linux, etc.
Stars: ✭ 14 (-97.83%)
Mutual labels:  gtk, gnome, gtk3
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (+134.32%)
Mutual labels:  markdown, markdown-to-html, markdown-editor
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+440.06%)
Mutual labels:  markdown, pandoc, markdown-editor
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (-73.6%)
Mutual labels:  markdown, markdown-to-html, markdown-editor
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (-18.79%)
Mutual labels:  markdown, markdown-to-html, markdown-editor
Mdviewer
Minimalistic Markdown viewer/converter with built-in Css stylesheets support.
Stars: ✭ 26 (-95.96%)
Mutual labels:  markdown, pandoc, gtk
Node Gtk
GTK+ bindings for NodeJS (via GObject introspection)
Stars: ✭ 287 (-55.43%)
Mutual labels:  gnome, gtk, gtk3
Apostrophe
Mirror of
Stars: ✭ 272 (-57.76%)
Mutual labels:  markdown, gtk, markdown-editor
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+1275%)
Mutual labels:  markdown, markdown-to-html, markdown-editor
Gradio
Stars: ✭ 335 (-47.98%)
Mutual labels:  gnome, gtk, gtk3
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (+79.97%)
Mutual labels:  markdown, pandoc, markdown-to-html
GabTag
A gtk linux application to handle audio tags 🎵
Stars: ✭ 34 (-94.72%)
Mutual labels:  gtk, gnome, gtk3
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-92.55%)
Mutual labels:  markdown, pandoc, markdown-editor
pw3270
3270 Emulator for gtk
Stars: ✭ 38 (-94.1%)
Mutual labels:  gtk, gnome, gtk3
Easy Pandoc Templates
A collection of portable pandoc templates with no dependencies
Stars: ✭ 23 (-96.43%)
Mutual labels:  markdown, pandoc, markdown-to-html
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-95.96%)
Mutual labels:  markdown, markdown-to-html, markdown-editor
vulcan
A minimalistic text editor designed for both ordinary use and software development
Stars: ✭ 46 (-92.86%)
Mutual labels:  gtk, gnome, gtk3
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-50.93%)
Mutual labels:  markdown, markdown-to-html, markdown-editor

Marker

Marker is a markdown editor for linux made with GTK+-3.0

NOTE: Issues regarding markdown parsing should go to the scidown repo.

Features

  • View and edit markdown documents
  • HTML and LaTeX conversion of markdown documents with scidown
    • Support for YAML headers
    • Document classes
    • Beamer/presentation mode (class: beamer)
    • Abstract sections
    • Table of Contents
    • External document inclusion
    • Equations, figures, table and listings with reference id and caption
    • Internal references
  • Extra scientific syntax of SciDown on its wiki
  • TeX math rendering with KaTeX or MathJax
  • Support for mermaid diagrams
  • Support for charter for plotting
  • Syntax highlighting for code blocks with highlight.js
  • Integrated sketch editor
  • Flexible export options with pandoc
    • PDF
    • RTF
    • ODT
    • DOCX
  • Custom CSS themes
  • Custom syntax themes
  • Native GTK+3 application

Screenshots

scrot.png

scrot1.png

scrot2.png

sketcher.png

slides.png

Packages

Installation From Source

Dependencies

  • meson >= 0.37.0 (install only)
  • gtk3-devel >= 3.20
  • gtksourceview3-devel
  • webkitgtk4-devel
  • pandoc
  • gtkspell

Build Instructions

NOTE: MAKE SURE TO CLEAN THE EXTENSIONS BEFORE UPDATING: rm /usr/share/com.github.fabiocolacio.marker/extensions/

Note: For a more stable experience, users are recommended download release tarball rather than cloning from master.

$ git clone https://github.com/fabiocolacio/Marker.git
$ cd Marker
$ git submodule update --init --recursive
$ mkdir build && cd build
$ meson .. --prefix /usr
$ ninja
$ sudo ninja install

Donations/Tips

If you like Marker and would like to support the development of this project, please donate below!

PayPal

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].