Difference between revisions of "Manual/Dialogs/Configure Plugins"
Jump to navigation
Jump to search
(Created page with "thumbnail|Screenshot of the dialog This dialog allows to enable and disable plugins. On the left is the list of installed plugins, disabled plugin...") |
|||
Line 1: | Line 1: | ||
+ | {{vbox|0.9.4}} | ||
+ | |||
[[File:Dialog Plugins.png|thumbnail|Screenshot of the dialog]] | [[File:Dialog Plugins.png|thumbnail|Screenshot of the dialog]] | ||
− | This dialog allows to | + | This dialog allows to manage plugins. |
On the left is the list of installed plugins, disabled plugins are displayed in italic and gray. | On the left is the list of installed plugins, disabled plugins are displayed in italic and gray. | ||
The right side are the details of the seletected plugin. | The right side are the details of the seletected plugin. | ||
− | + | ||
+ | ==Controls== | ||
+ | |||
+ | ===Per-Plugin=== | ||
+ | |||
+ | ;Enabled/Disabled | ||
+ | :Toggles the plugin on and off. | ||
+ | ;Reload Script | ||
+ | :Loads the script file from disk. This will load only the script code, not the metadata. | ||
+ | ;Edit Script | ||
+ | :Opens the {{bl|Manual/Script/Script Console}} with the script from the plugin loaded in the editor area. | ||
+ | |||
+ | ===Global=== | ||
+ | ;Reload Plugins | ||
+ | :Reloads all the plugins, it will include newly found plugins and remove missing plugins. | ||
+ | ;Create... | ||
+ | :Launches the plugin creation wizard. | ||
+ | ;OK | ||
+ | :Closes the dialog. | ||
+ | |||
+ | ==Create Plugin Wizard== | ||
+ | This wizard facilitates the creation of a new plugin. | ||
+ | <gallery> | ||
+ | File:Wizard_Create_Plugin_1.png|First enter the basic information. | ||
+ | File:Wizard_Create_Plugin_2.png|Then enter the script sourcecode. | ||
+ | File:Wizard_Create_Plugin_3.png|Enter other data such as author license etc. | ||
+ | File:Wizard_Create_Plugin_4.png|Select the directory to save the plugin in. | ||
+ | </gallery> |
Revision as of 17:08, 12 June 2013
This page is updated to Knotter version 0.9.4 |
This dialog allows to manage plugins.
On the left is the list of installed plugins, disabled plugins are displayed in italic and gray.
The right side are the details of the seletected plugin.
Controls
Per-Plugin
- Enabled/Disabled
- Toggles the plugin on and off.
- Reload Script
- Loads the script file from disk. This will load only the script code, not the metadata.
- Edit Script
- Opens the Script Console with the script from the plugin loaded in the editor area.
Global
- Reload Plugins
- Reloads all the plugins, it will include newly found plugins and remove missing plugins.
- Create...
- Launches the plugin creation wizard.
- OK
- Closes the dialog.
Create Plugin Wizard
This wizard facilitates the creation of a new plugin.