Introduction
Table of contents
Task management for the Obsidian knowledge base
This plugin allows you to:
- Track your tasks across your entire vault.
- Query them and mark them as done wherever you want.
- Supports due dates, recurring tasks (repetition), done dates, sub-set of checklist items, and filtering.
- You can toggle the task status in any view or query and it will update the source file.
To query your tasks you have two options using the version from sytone/obsidian-tasks-x
the original query language and the newer one which uses SQL syntax. Information on installing both versions can be found on the Installation page.
The version of the plugin that supports the SQL syntax is being updated with changes from the original plugin periodically. Changes are making their way back to the original plugin but there is no timeline for complete migration back.
For bugs, ideas or help related to the Tasks SQL Powered version of the plugin use these links:
Bugs and Issues, Ideas, Help, For changes in each release, please check the CHANGELOG.
For bugs, ideas or help related to the Original Tasks version of the plugin use these links:
Bugs and Issues, Ideas, Help, For changes in each release, please check the releases page.
Screenshots
- All screenshots assume the global filter
#task
which is not set by default (see also “Getting Started”). - The theme is Obsidian Atom.
The
ACME
note has some tasks.
The
Important Project
note also has some tasks.
The
Tasks
note gathers all tasks from the vault and displays them using queries.
The
Tasks: Create or edit
command helps you when editing a task.