dev-guide:plugins
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dev-guide:plugins [2024/05/27 15:52] – created timob | dev-guide:plugins [2025/06/18 12:05] (current) – barley1965 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | GroIMP is designed around plugins, which can be added, modified or removed without modifying the GroIMP installation. | ||
| - | ====== Create a list for the plugin manager | ||
| + | ====== 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 directories by default: | ||
| + | - ''/ | ||
| + | - '' | ||
| + | |||
| + | Additionally, | ||
| + | |||
| + | 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 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.1716817941.txt.gz · Last modified: 2024/05/27 15:52 by timob
