Todo Widget
A simple task list stored in the database.
Usage
- Click + or press
tto add a task - Click the checkbox to mark a task complete
- Click the trash icon to delete a task
- Press
dto clear all completed tasks at once
Configuration
No API key required. Todos are stored inside the widget's config in the database.
| Key | Type | Description |
|---|---|---|
todos | array | Auto-managed list of todo items |
You do not need to edit todos manually — all changes are made through the UI.