reStructuredText tools for gedit

Over the last couple of days, I put together some reStructuredText tools for gedit, the lightweight text editor for the Gnome desktop on Linux. They include syntax highlighting, some keyboard shortcuts, and an HTML preview feature that I derived from another developer’s earlier work on Markdown support.

This was made possible by gedit’s excellent plugin system, which allows you extend the application via Python.

Leave a Reply