> Any addition or change to the systemConfig tag will disable it.
> Sometimes I temporarily disable a plugin be just adding an X to it
> like e.g. systemConfigX
'systemConfigDisable' is a standard core-recognized tag value.
Although you can always disable a plugin by hand-editing a specific
plugin tiddler to delete or change an existing 'systemConfig' tag,
this also removes the plugin from the list shown by PluginManager.
Instead, if you *add* the special 'systemConfigDisable' tag to a
plugin tiddler (while leaving the 'systemConfig' tag intact), it
instructs the TW core's plugin loader to skip over that plugin at
startup, while still permitting you to easily enable/disable each
installed plugin as desired by using the PluginManger's "[x]disable"
checkboxes to toggle the corresponding 'systemConfigDisable' tag on
the respective plugin tiddlers.
-e