gedit - Plugins

Please do not use the GUI editor to edit this page. It changes the layout of the page.

Available

Third party

Under development

Requested

How to write

This page contains an overview of the available, requested and third party plugins for gedit. If you have developed a plugin yourself you can list it here in the third party section. Additional to the plugins available in gedit by default there is a separate gedit-plugins package containing useful plugins that are (most of the time) too specific to be distributed with gedit itself.

See that this page is for plugins developed for gedit 3. If you developed a plugin for an older version you can list it in gedit 2 plugins.

Shipped plugins

The following plugins are shipped with gedit:

Plugins in gedit-plugins package

See also the plugins provided by the gedit-plugins package.

Third party plugins

Plugins developed by third parties. To install one of these, you need to download the files and put them in your ~/.local/share/gedit/plugins/ directory (which may need to be created). They need to be in that exact directory; subdirectories are not scanned for plugins.

Third party plugins under development

Below follows a list of third party plugins that still need some development:

Requested plugins

Useful plugins that have not yet been written:

Howto install plugins

Copy files to .local/share/gedit/plugins/ or /usr/lib/gedit/plugins/, if you want a system wide install.

Howto write plugins

Plugins can be written in both C and Python. The recommended language is Python, because it's very easy to write plugins in very little code Compared to C. Although Python is the best choice most of the time, when a plugin depends on a C library it must be written in C.

Gedit/Plugins (last edited 2012-01-27 22:56:46 by DanielTrebbien)