From c16a5a47c27ce6a6488050733c90d2edda57faed Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 19 May 2017 22:15:39 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index ac6026e..ac068cb 100644 --- a/Plugins.md +++ b/Plugins.md @@ -156,7 +156,7 @@ There are three types of settings: To add settings, export `getSettings` function from your plugin and return the necessary settings config. You can find an example [here](https://github.com/keeweb/keeweb/blob/develop/plugins/examples/settings/plugin.js#L7). -If you export `setSettings` function from your plugin, it will be called every time settings are changed or on plugin load, with changed values. +If you export `setSettings` function from your plugin, it will be called every time settings are changed or on plugin load, with changed values ([example](https://github.com/keeweb/keeweb/blob/develop/plugins/examples/settings/plugin.js#L29)). ## Guidelines