active
1122Obsidian & Todoist Plugin
RepositoryI use Todoist for task management and Obsidian for knowledge management. Rather than context switching between the two, I built an integration. The plugin consumes the Todoist REST API to fetch task data and uses the Obsidian plugin API with React to render them.
I’ve maintained this plugin since 2020, shipped 30+ releases, and amassed 150,000+ downloads across all versions. You can read more about the plugin, its functionality, and how to use it in the official docs.
For example, the following query:
filter : "today & overdue" groupBy : date show : - project Produces the following result:

The example rendered query
