What is your question?
How do I add custom plugins and modules to SeaShell? There's no clear documentation on this.
Additional context
Need to extend SeaShell with custom modules but can't find any docs explaining:
- Where to put plugin files
- How to register them
- Required code structure
Any suggestions for the docs?
Add a simple "Adding Plugins" page with:
- File structure example
- Basic plugin template code
- How to enable/load plugins