From 69ba7c69aa4dd719d2559c3ccc659b8bccfe5ef0 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 6 May 2017 10:43:27 +0200 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index bf6afa5..b12f33b 100644 --- a/Plugins.md +++ b/Plugins.md @@ -152,4 +152,5 @@ There's no public API, later it could be created for some common extension point → such plugins will be marked as dangerous - revert all changes in uninstall function - use common sense: KeeWeb has no plugin API, plugins extend KeeWeb by augmenting its functions; don't go crazy, to be able to maintain your plugin in new versions, if you feel that something is too hard to extend, it's better to submit a PR or ask for a feature -- think about compatibility: kdbx format and everything you add there must be compatible with all other clients \ No newline at end of file +- think about compatibility: kdbx format and everything you add there must be compatible with all other clients +- it's recommended to host your plugin on github, not on your server \ No newline at end of file