Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Todoist Task Notes

Nataniel shulkinNataniel shulkin16 downloads

Creates one hierarchical Obsidian note per Todoist task with two-way synchronization.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

An Obsidian plugin that creates one Markdown note per Todoist task and keeps task fields synchronized in both directions.

Documentation: English · עברית

Features

  • One note per task, subtask, and nested subtask.
  • Hierarchical folders grouped by the real Todoist project.
  • Hebrew RTL dashboard with project statistics and a collapsible task tree.
  • Create tasks and subtasks from Obsidian.
  • Sync title, description, labels, project, hierarchy, dates, priority, duration, recurrence, and completion.
  • Offline task creation with idempotent retry.
  • Conflict copies when Todoist and Obsidian changed the same field.
  • User content under ## Notes is never overwritten.
  • Localized interface and task-note details in English and Hebrew, with RTL support.

Installation

  1. Clone or download this repository.

  2. Run npm install and npm run build.

  3. Copy manifest.json, main.js, and styles.css into:

    <vault>/.obsidian/plugins/todoist-task-notes/
    
  4. Enable Todoist Task Notes in Obsidian's Community plugins settings.

Todoist API token

Open Settings → Todoist Task Notes to paste, save, replace, test, or remove your Todoist API token. The password field is always blank when settings open, and a saved token is never displayed again. The value is stored only in Obsidian SecretStorage; it is never written to data.json, task notes, logs, or this repository.

If this plugin does not have its own token, it can reuse the token configured by the existing Todoist Sync plugin. Removing a token saved by Todoist Task Notes does not change Todoist Sync's token.

Dashboard

Add this block to any Markdown note:

```todoist-task-notes
```

The dashboard groups tasks by their actual Todoist project under My Projects. Projects and task branches are collapsed by default.

Languages

Choose System language, English, or עברית in the plugin settings. Hebrew uses a fully mirrored RTL interface; English uses LTR. The localization registry contains a separate JSON file for each planned locale under translate/, but languages without a complete translation are shown as unavailable and cannot be selected. Available languages are listed first; every language is labeled by its native name (for example, Gaeilge). An unsupported system language safely falls back to English.

Technical identifiers, command names, code-block names, frontmatter keys, and the ## Notes heading remain in English for compatibility. User-authored task titles, descriptions, labels, project names, and notes are never translated.

Development

npm install
npm run locales:validate
npm run check
npm test
npm run build
npm run docs:build

translate/en.json is the canonical message source. Every available locale must have identical keys and placeholders. Run npm run locales:generate after changing registry metadata, then complete active translations and run the validator before committing.

Releases

Push a version tag that exactly matches manifest.json, without a v prefix:

git tag X.Y.Z
git push origin X.Y.Z

GitHub Actions validates and builds the plugin, then publishes main.js, manifest.json, styles.css, and an installation ZIP to GitHub Releases.

License

MIT

The first synchronization is pull-only and does not modify Todoist.

HealthExcellent
ReviewPassed
About
Create one Markdown note per Todoist task (including nested subtasks) and synchronize key fields (title, description, labels, project, dates, priority, recurrence, duration, completion) bidirectionally with Todoist. Organize notes by real Todoist project, show a Hebrew RTL dashboard with project stats and a collapsible task tree, preserve ## Notes content, support offline creation and generate conflict copies.
TasksIntegrationsFolders
Details
Current version
1.0.1
Last updated
4 days ago
Created
4 days ago
Updates
2 releases
Downloads
16
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Nataniel shulkinNataniel shulkinnatysh1011
GitHubnatysh1011
  1. Community
  2. Plugins
  3. Tasks
  4. Todoist Task Notes

Related plugins

Todoist Sync

Materialize Todoist tasks within your notes.

TickTickSync

Sync TickTick tasks.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

BRAT

Easily install a beta version of a plugin for testing.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.