Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 2.03 KB

README.md

File metadata and controls

44 lines (33 loc) · 2.03 KB

Gedit Markdown Preview

Install

  • On Arch Linux you can use AUR to install this plugin

This plugin depends on the python3-markdown package (install via your preferred method)

mkdir -p ~/.local/share/gedit/plugins/
cd ~/.local/share/gedit/plugins/
git clone https://github.com/aliva/gedit-markdownpreview.git markdownpreview

Optionally install pymdown-extensions for extra utility with:
pip3 install pymdown-extensions

Tested on gedit 3.30.2

Features:

This plugin supports standard Markdown, plus:

With optional pymdown-extensions:

Usage

When viewing a markdown file press ctrl+alt+m to toggle markdown preview

Screenshot

screenshot