Quote:
Is there any plugin development documentation?
|
There's no specific
plugin documentation as there is no API or any boundaries.
You can develop plugins like you would develop a core feature.
General "developer documentation" is rather sparse. It is autogenerated by `luadoc` based on comments. Only a subset of functions are docummented.
tl;dr: you'll need to read the source code of the widgets you're using.