gedit-markdown is a simple gedit plugin written in python.
Current Features:
- As-you-type Markdown preview
- Custom CSS support
- Built-in & Separated window views (highly unstable - disabled by now)
Using gedit-markdown is easy: open a .md file and preview it.
A menu entry is found at
[Gear menu] > Markdown > Preview Markdown files
Alternativelly, you can use the keyboard shortcut:
<Primary><Shift> M
To install it, simply run as user:
$ make && make install
After that, it'll be installed in .local/share/gedit/plugins.
- Gedit >= 3.11.8
- python-markdown
You can check on the current development status of the plugin at:
https://github.com/GeorgesStavracas/gedit-markdown
Comments, ideas and (most of all) bug reports (and especially patches) are very welcome.
- Preview Markdown files
- As-you-type preview
- Support custom CSS
- Markdown extensions
- Export as HTML
##TODO
- Remove python-markdown dependency (self containable)
- Support Markdown extensions
- Test it to the death