diff --git a/PLUGINS.md b/PLUGINS.md index bce3e7a4..ef65a705 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -2,6 +2,11 @@ Plugins allow you to customise and extend the behavior of EDMC. +# Installing a Plugin + +EDMC loads all plugins it finds in it's `plugins` folder. You can easily find this on your system via the Plugins tab +of the Settings window. + # Writing a Plugin Plugins are loaded when EDMC starts up. @@ -138,3 +143,10 @@ import paho.mqtt.client as mqtt ``` +# Disable a plugin + +EDMC now lets you disable a plugin without deleting it, simply rename the plugin folder to append ".disabled". Eg, +"SuperSpaceHelper" -> "SuperSpaceHelper.disabled" + +Disabled and enabled plugins are listed on the "Plugins" Settings tab +