Self-hosted draw.io diagram editor extension for piclaw.
Open Settings → Add-Ons and install drawio-editor from the catalog.
/drawio/* serving the draw.io webapp in embed modeopen_drawio_editor tool for the agent.drawio XML files in the workspaceThe draw.io webapp (~44MB) is not included in this addon package. It must be vendored separately:
vendor/ directory inside this addon's install pathUses piclaw's globalThis.__piclaw_registerRoute to serve the draw.io webapp.
A wrapper page (/drawio/edit.html) embeds the editor in an iframe and handles
the postMessage protocol for load/save via the piclaw raw file API.