The official documentation has a few tiddlers tagged PluginMechanism
that are a good introduction about plugins and their structure.
Where is the entry point in the docs for plugin libraries? I mean similar developer level info about design principles, not info for end users like Installing a plugin from the plugin library
.
Topics I’m interested to learn the basics about are:
- the structure of a third party plugin library
- how to develop one from scratch, how to install it into a wiki
- workflows for both single HTML wiki and Node.js development. https://tinkaplugin.github.io is easy to learn and great for developing a plugin straight in the browser, is there anything similar for plugin libraries?
- how to add plugins to a third party plugin library