mm0x1163 downloadsReduce your mental load by sequencing your tasks in a drag-and-drop UI with compounding time estimates.
![]()
A sidebar panel for Obsidian that turns your markdown task list into a sequenced schedule — with live time estimates, drag-and-drop reordering, and category labels. Built for people who need to see exactly what comes next and how long everything will take.
Open any note that contains a task list, then run Open Task Planner from the command palette. The panel reads your list and displays every task as a card with a calculated start time based on how long everything before it takes.
Reorder cards by dragging. Edit a duration by clicking it. Change a category by clicking the label. Mark tasks done as you go. The schedule updates instantly every time.
Write tasks in any markdown note using this format:
- Task name 5m -category
- Another task 1h30m -category
| Part | Format | Examples |
|---|---|---|
| Task name | Any text | brush teeth, Record video |
| Duration | Nm, Nh, or NhMm |
5m, 2h, 1h30m |
| Category | -word at the end |
-health, -work, -hobby |
Capitalization and trailing spaces are preserved exactly as written. A line with no duration defaults to 0m. A line with no category tag is labelled other.
Time planning
Reordering
Editing
5m, 1h, 1h30m, 90m, or a plain number of minutes)Completing tasks
Syncing back to your file (optional, off by default)
- [x] ... checkboxesThe file is never touched unless you explicitly enable a sync setting.
| Category | Category | ||
|---|---|---|---|
hygiene |
blue | work |
teal |
grooming |
slate blue | cooking |
orange |
health |
green | exercise |
forest green |
cleaning |
amber | social |
pink |
chores |
red | errands |
brown |
hobby |
purple | finance |
cyan |
other |
gray | learning |
indigo |
creative |
deep orange | ||
selfcare |
rose | ||
family |
amber-gold |
Category colors can be changed per-category in Settings → Autism Task Planner.
| Setting | Default | Description |
|---|---|---|
| Default start time | Current time | Set a fixed start time (e.g. 09:00) or leave blank to use now |
| Sync reorder to file | Off | Writes the new task order back to the markdown file after dragging |
| Sync completions to file | Off | Marks completed tasks as - [x] ... in the file |
| Sync edited durations/categories to file | Off | Writes duration and category edits back inline |
| Category colors | Per built-in defaults | One color picker per category |
mm0x1/obsidian-autism-task-plannerSearch for Autism Task Planner in Settings → Community plugins → Browse.
main.js, manifest.json, and styles.css from the latest release.obsidian/plugins/obsidian-autism-task-planner/ inside your vault