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