Updated Plugins (markdown)

antelle 2017-05-06 10:43:27 +02:00
parent 3d2524e8ef
commit 69ba7c69aa
1 changed files with 2 additions and 1 deletions

@ -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
- 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