1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-22 07:16:38 +02:00

Updated Plugins (markdown)

antelle 2017-05-06 10:43:27 +02:00
parent 3d2524e8ef
commit 69ba7c69aa

@ -153,3 +153,4 @@ There's no public API, later it could be created for some common extension point
- 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
- it's recommended to host your plugin on github, not on your server