An Obsidian plugin that brings your Todoist tasks into beautiful, interactive boards; right inside your notes.
-
✌️ Two board types
- Sidebar board for quick access and overview.
- Inline board for embedding project or filtered task lists directly in a note.
-
To open Todoist Board in the sidebar, do it via Command Palette
- Cmd + P on Mac; type Todoist Board, you'll see command there.
- Ctrl + P on Windows
-
To embed a Todoist Board in a note, simply write:
```todoist-board
filter: any valid todoist filter (see examples below)
```
Some most commonly used filter to try are:
| Filter Query | What it does |
|---|---|
filter: today |
Shows tasks due today |
filter: #projectname |
Shows tasks in that project |
filter: p1 |
Shows P1 (high priority) tasks |
filter: today & (p1 | p2) |
Tasks due today AND either P1 or P2 priority |
filter: created after: -7 days |
Tasks that were created in the last 7 days |
filter: view all |
Shows all your tasks |
filter: due after: today & due before: in 8 days |
Upcoming tasks within the next week |
Also check this article from Todoist 24 Todoist Filters to Keep You Super Organized


