dev-guide:plugins
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev-guide:plugins [2024/05/27 15:53] – [Create a list for the plugin manager] timob | dev-guide:plugins [2024/07/08 12:23] (current) – [GroIMP Plugin] timOb | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | GroIMP is designed around plugins which can be added, modified or removed without modifying the GroIMP installation. | ||
+ | |||
+ | ====== GroIMP Plugin ====== | ||
+ | |||
+ | Any repository with a '' | ||
+ | To be properly loadable though, the '' | ||
+ | |||
+ | <code xml> | ||
+ | <?xml version=" | ||
+ | <plugin id=" | ||
+ | version=" | ||
+ | xmlns=" | ||
+ | </ | ||
+ | |||
+ | where '' | ||
+ | |||
+ | See more: | ||
+ | |||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ====== Managing plugins ====== | ||
+ | |||
+ | GroIMP plugins are located in to directories by default: | ||
+ | - ''/ | ||
+ | - '' | ||
+ | |||
+ | Additionally it is possible to add a directory with the argument '' | ||
+ | |||
+ | When GroIMP starts it will automatically load every plugin in the given paths. | ||
+ | |||
+ | **Note:** It is possible to //ignore// a plugin path by adding it to the // | ||
+ | |||
+ | |||
+ | ===== Manually ==== | ||
+ | |||
+ | It is possible to manually add or remove a plugin by simply copying/ | ||
+ | |||
+ | The added plugin needs to be compiled and follow the plugin structure. See [[: | ||
+ | |||
+ | **Note:** if you do not have the permission right to delete a repository from the GroIMP installation folder, you can prevent the plugin from being loaded by adding it to the // | ||
+ | |||
+ | ===== Plugin Manager ===== | ||
+ | |||
+ | The plugins can easily be updated, installed, or removed from the GUI with the | ||
+ | [[user-guide: | ||
+ | |||
+ | The plugin manager uses the [[: |
dev-guide/plugins.1716818014.txt.gz · Last modified: 2024/05/27 15:53 by timob