# pluma-plugins **Repository Path**: mate-desktop/pluma-plugins ## Basic Information - **Project Name**: pluma-plugins - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pluma-plugins ![pluma-icon](pluma.ico) ![pluma-plugin-icon](pluma-plugin.png) ## General Information A set set of plugins for Pluma, the MATE text editor. The package *pluma-plugins* started as a fork of *gedit-plugins*. Currently available plugins: - **bookmarks** - *Easy document navigation with bookmarks.* - **codecomment** - *Comment and uncomment blocks of code.* - **synctex** - *SyncTeX synchronization of TeX files and PDF output.* - **terminal** - *Embed a terminal in the bottom pane.* Note: - The *synctex* plugin requires `dbus-python` (>= 0.82). - The *terminal* plugin requires the `VTE` (>= 2.91) library. See the Pluma [README](https://github.com/mate-desktop/pluma/blob/master/README.md) file for more information. ## Installation Simple install procedure: ``` $ ./autogen.sh # Build configuration $ make # Build [ Become root if necessary ] $ make install # Installation ```