Overview
api.boardEl is the #board DOM element — the full-viewport canvas where all plugins render their UI.
Type
HTMLElement
Usage
This is where your plugin creates and appends UI elements.CSS Grid Background
The board has a built-in CSS grid pattern:The plugin-box Class
Use the plugin-box class for standard card styling:
The
plugin-box class is defined in index.html. It gives you rounded corners, a shadow, and cursor: move.Removing Elements
Always clean up when your plugin is unloaded. Export ateardown() function: