Todo¶
A lightweight task list that persists to browser storage per widget instance. Add tasks, toggle them complete, and clear finished items — all without leaving your new tab.
Keyboard shortcuts inside the widget:
| Action | Key |
|---|---|
| Add task | Enter |
| Toggle task complete | Space or Enter |
| Delete task | Backspace or Delete |
Configuration¶
Options¶
| Field | Type | Default | Description |
|---|---|---|---|
title |
string | — | Widget heading. Double-click the title directly on the dashboard to rename it inline. |
Examples¶
Minimal¶
Tip
You can place multiple todo widgets side-by-side (e.g., "Today", "This week", "Backlog") — each stores its items independently.
Note
Tasks are saved to browser storage. Clearing site data or switching browsers will reset the list. There is currently no sync across devices.