Editable Markdown table widget for the PiClaw web UI.
This add-on opens a spreadsheet-style floating widget for a Markdown table, lets the user edit it visually, and inserts the final result back into chat as a Markdown table so the agent can read it.
Open Settings → Add-Ons and install editable-table from the catalog.
editable_tableProvide a Markdown table:
| Task | Owner | Status |
| --- | --- | --- |
| Docs | Rui | in progress |
| Add-on | Smith | ready |When the user clicks Insert into chat, the widget sends the edited content back into the conversation as a plain Markdown table.
contenteditable cells instead of a wall of input boxeseditable-table