todoist plugin
https://jamiebrynes7.github.io/obsidian-todoist-plugin/docs/query-blocks
Query Blocks
todoist
filter: "today | overdue"
filter: "today | overdue"
Filter Examples
(today | overdue) & (#)Work
remove the () around the hashtag
due: yesterday, today
Todoist Help Article
Syntax
Symbol What it means Example
| OR today | overdue
& AND today & p1
! NOT !subtask
Completed tasks
Not possible
Adding a Header
todoist
name: "Today & Overdue"
filter: "today | overdue"
- Put whatever you want it so say after name
Sorting
- date or dateAscending: sorts tasks in ascending order based on due date
- dateDescending: sorts tasks in descending order based on due date
- priority or priorityAscending: sorting tasks in ascending order based on priority
- priorityDescending: sorts tasks in descending order based on priority
- order: sorts task according to the ordering defined in Todoist
- dateAdded or dateAddedAscending: sorts tasks in ascending order based on the date the task was added
- dateAddedDescending: sorts tasks in descending order based on the date the task was added
EG
todoist
filter: "today | overdue"
sorting:
- date
- priority
Grouping
- project: group by project, using the project order as in Todoist
- section: group by project and section, using the project and section order as in Todoist
- due or date: group by due date, all overdue tasks are grouped and shown together
- labels: group by the task labels, all unlabelled tasks are grouped together
- priority group by task priority, priorities are shown in high-low order
EG
todoist
filter: "today | overdue"
groupBy: project
Show
By default it shows everything, if i imput the data then it will only show what I ask
- due or date: render the due date of the task
- description: render the description of the task
- project: render the project (and section, if applicable) of the task
- labels: render the labels of the task
EG
todoist
filter: "today | overdue"
show:
- due
- project
Add task
- Use the corner plus button on the rendered window
- pull up cntrl P, then type "add task" a few options will show
Sync with todoist
- use cntrl P and "sync with Todoist" If i start to see "unknownproject", "unknown section" etc.