gedit-markdown

gedit-markdown is a script adding support for Markdown for the current user: syntax coloring, snippets, MIME type and HTML preview in the bottom panel.

Its syntax coloring is based on Ulrik Sverdrup's version (see the next Wiki's section), but supporting more Markdown syntax elements.

Also, gedit-markdown adds automatically the Markdown Preview plugin (described below). Note that a modification has been made: adding UTF-8 encoding for the HTML preview.

More details and download: http://www.jpfleury.net/gedit-markdown

Syntax Coloring & Snippets (Ulrik Sverdrup's version)

A simple Markdown syntax definition and snippets file are available.

Download the two files, put the .lang file in ~/.gnome2/gtksourceview-1.0/language-specs/ and the .xml file in ~/.gnome2/gedit/snippets/.

Markdown Preview plugin

The Markdown Preview plugin adds a gtkhtml widget with a rendering preview embedded in gedit's bottom panel. Download the attached files, put them in ~/.gnome2/gedit/plugins, restart gedit and activate the plugin.

The plugin will add a Tools -> Markdown Preview menu item: write some Markdown formatted text, press <Control><Shift>M and an HTML rendered version will be displayed in gedit's bottom panel.

Hit the shortcut any time you want to update the preview, there's no need to save the document. If you select a portion of text, only that will be rendered.

TODO

Download

Gedit/MarkdownSupport (last edited 2009-05-20 19:54:14 by JeanPhilippeFleury)