From 26e7398805885ac56602c04571e709b851776b74 Mon Sep 17 00:00:00 2001 From: inb Date: Tue, 25 Apr 2017 08:48:28 +0100 Subject: [PATCH] update PLUGINS.md doc --- PLUGINS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +