TODOseq

by Stephen Cross
5
4
3
2
1
Score: 54/100

Description

The TODOseq plugin turns keyword marked lines in your notes into a unified task system without relying on checkboxes. It recognises states like TODO, DOING, DONE, LATER, NOW and WAIT, supports priorities and dates, and converts natural language schedules such as today, tomorrow, every Friday or daily 20:00 into structured task data. The task list collects items from across the vault in a searchable, sortable sidebar with filters for state, priority, date and tags, and advanced boolean queries. Tasks can be toggled from Edit mode and Reader view, extracted from code comments in more than 20 languages, embedded into notes through todoseq code blocks, and extended with subtasks, repeating schedules, CLOSED date tracking and experimental Org mode file support.

Reviews

No reviews yet.

Stats

64
stars
5,808
downloads
5
forks
27
days
2
days
28
days
9
total PRs
0
open PRs
0
closed PRs
9
merged PRs
66
total issues
4
open issues
62
closed issues
605
commits

Latest Version

a month ago

Changelog

  • Updated settings to use the new Obsidian 1.13 declarative settings API, enabled settings search.
  • Promoted table cell tasks from experimental to fully supported feature.
  • Fixed CLOSED date format parsing and migration for table cells.
  • Fixed table cell keyword decoration and menu issues in Live Preview mode.
  • Fixed row corruption when cycling table cell tasks.
  • Fixed settings number range warnings; dependent toggles now persist correctly.
  • Minimum Obsidian version raised to 1.13.0.

README file from

Github

TODOseq for Obsidian

Obsidian Downloads GitHub Release License

Keyword-based task management for Obsidian. No checkboxes required.

TODOseq ("to-do-seek") scans your vault for tasks marked with simple state keywords like TODO, DOING, and DONE, then presents them in a unified Task List view. Inspired by Logseq and Org-mode, it lets you capture tasks naturally within your notes without disrupting your writing flow.

TODOseq Screenshot

Why TODOseq?

Most task managers force you into a separate system. TODOseq meets you where you already work—inside your Obsidian notes. Type TODO Write report anywhere in your vault, and it appears instantly in your Task List. No switching contexts, no special syntax to remember, no checkboxes to click.

Core Features

Natural Task Capture — Write tasks as plain text using keywords: TODO, DOING, DONE, LATER, NOW, WAIT, and more. Add priorities [#A], [#B], [#C] and dates using natural language or structured Org-mode syntax.

Smart Date Recognition — Type dates using everyday language like "today", "tomorrow", "every Friday", or "daily 20:00". TODOseq automatically converts them to structured format when you finish typing.

Unified Task List — See all tasks from across your vault in one searchable, sortable panel. Filter by state, priority, date, tags, or use advanced boolean queries. Sort by urgency to surface what matters most right now.

Works Everywhere — Tasks remain functional in both Edit mode and Reader view. Click any keyword to cycle through states. Right-click for direct state selection. Use Ctrl+Enter to toggle tasks from your keyboard.

Code-Aware — Extracts tasks from code comments in 20+ languages. Capture // TODO Refactor this from JavaScript, # TODO Optimize query from SQL, or -- TODO Update schema from SQL.

Embedded Lists — Render filtered task lists directly in your notes using todoseq code blocks. Create dynamic dashboards showing "High Priority Work Tasks" or "Overdue Items" that update automatically.

Subtasks — Break down complex tasks with indented checkbox items. The Task List shows subtask progress as [1/3] indicating completed and total subtasks.

Repeating Tasks — Automatically advance scheduled and deadline dates when completed. Use natural language like "every day" or Org-mode repeaters like .+1d, ++1w, or +1m to create recurring tasks.

Closed Date Tracking — Optional CLOSED date on completed tasks, following Org-mode syntax. Records when tasks were marked as done and automatically manages the date when tasks are reactivated.

Logseq Compatible — Use the same task format across both tools. Existing Logseq tasks work without modification. Dual-use your vault or migrate at your own pace.

Experimental Features — Additional capabilities including Org-mode file support are available as experimental features. See documentation for details.

Quick Start

Basic Tasks with Natural Language Dates

TODO [#A] Finish quarterly report #work tomorrow
DOING [#B] Review pull requests #coding
DONE Submit expense report

Or use structured Org-mode dates:

TODO [#A] Finish quarterly report #work
SCHEDULED: <2025-03-15>

DOING [#B] Review pull requests #coding

DONE Submit expense report
DEADLINE: <2025-03-10>
  1. Install from Obsidian Community Plugins (search "TODOseq")
  2. Create tasks by typing TODO, DOING, DONE, etc. in any note
  3. Add dates using natural language ("today", "tomorrow", "every Friday") or structured format
  4. Open Task List — it appears automatically in the right sidebar (or use Command Palette → "TODOseq: Show task list")
  5. Click keywords to cycle states, or click task text to jump to source
  6. Search using natural language or advanced filters like priority:high deadline:this week

Installation

Settings → Community plugins → Browse → Search "TODOseq" → Install → Enable

Manual Installation

cd /path/to/your/vault/.obsidian/plugins
git clone https://github.com/scross01/obsidian-todoseq.git todoseq
cd todoseq
npm install
npm run build

Then enable "TODOseq" in Settings → Community plugins.

Documentation

Comprehensive documentation is available at scross01.github.io/obsidian-todoseq

Examples

Basic Tasks

TODO Draft proposal
DOING Review feedback
DONE Submit final version

With Priorities and Dates

Natural Language Dates:

TODO [#A] Critical security patch tomorrow
DOING [#B] Update documentation next Friday
DONE [#C] Quarterly review monthly

Structured Org-mode Dates:

TODO [#A] Critical security patch
DEADLINE: <2025-03-12>

DOING [#B] Update documentation
SCHEDULED: <2025-03-15>

Recurring Tasks:

TODO Daily standup every day 9am
DOING Weekly team meeting every Friday 14:00
DONE Monthly review every month

In Code Blocks

# TODO Add input validation
# FIXME Handle edge case when user is null
def process_user(user):
    pass

In Org-Mode Files (Experimental)

Note: Org-mode support is an experimental feature. Enable it in Settings → TODOseq → Experimental features.

* TODO [#A] Critical security patch
  DEADLINE: <2025-03-12>

** DOING [#B] Update documentation
   SCHEDULED: <2025-03-15>

*** DONE Submit expense report

Embedded Task List

```todoseq
search: tag:work priority:high
sort: urgency
show-completed: hide
limit: 10
title: High Priority Work
```

Support

  • ⭐ Star this repo if you find it useful
  • 🐛 Report issues or request features
  • 📝 Contribute improvements via pull requests

License

MIT License — see LICENSE for details.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Abele
10 days ago by dudaanton
An Obsidian plugin that adds a lot of functionality I personally find missing.
Agile Task Notes
4 years ago by BoxThatBeat
This Obsidian plugin integrates your TFS data from either Jira or Azure Devops
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Amazing Marvin Integration
2 years ago by Cloud Atlas
Interoperability between Obsidian and Amazing Marvin
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Apex Dashboard
2 months ago by PandoraReads
Stop switching between Obsidian notes. One page. Everything you need. Memo your thoughts, crush your todos, track your projects — and make it look incredible doing it.
Archiver
5 years ago by ivan-lednev
Archive completed tasks in your Obsidian vault (plus other org-mode-like features)
Asana
2 years ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
BeautyTasks
a month ago by Avni Bilgin
Todoist-style task & project manager for Obsidian — one markdown note per task, native UI, no plugin dependencies.
Big Calendar
5 years ago by Boninall
Big Calendar in Obsidian, for manage your events in a day/week/month and see agenda too!
Brainframe
3 years ago by pedersen
Carry-Forward
5 years ago by Jacob Levernier
An Obsidian Notes plugin for generating and copying block IDs, and copying lines with a link to the copied line
Checkbox 3 states
4 years ago by Renaud Héluin @ NovaGaïa
This is a simple plugin for add a third state to checkbox list.
Checkbox Autochecker
a year ago by Klaas Klee
Checkbox Sort
a year ago by mattang687
obsidian plugin to sort completed checkboxes to the bottom of the list
Checkbox Sounds
2 years ago by yasd251
Adds a nice completion sound for checkboxes when ticked in Obsidian
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Checklist Reset
4 years ago by Luke Hansford
Add a command to reset the state of any checklists in a document in Obsidian
Custom State for Task List
3 years ago by Okami Wong
A plugin for Obsidian to define your own states for task items.
Day Planner
a month ago by ivan-lednev
An Obsidian plugin for day planning with a clean UI and a simple task format
doing
2 years ago by rooyca
What was I doing?
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Dynamic Timetable
3 years ago by L7Cy
Calculate the estimated completion time from the estimated task time and dynamically create a timetable.
Ego Rock
3 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
Extended Task Lists
3 years ago by joeriddles
Extended Markdown support for task lists in Obsidian.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Gantt Calendar
2 months ago by Sugar
obsidian-gantt-calendar
Goal Tracker
2 years ago by Ben Rotholtz
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
GTD No Next Step
3 years ago by Tobias Davis
Obsidian plugin for GTD workflow, badge projects with no next step.
GTD Tasks
a month ago by unpreditable
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Homework Manager
3 years ago by Kadison McLellan
An Obsidian plugin that keeps track of homework through a to-do list.
iCal
3 years ago by Andrew Brereton
This is a plugin for Obsidian that searches your vault for tasks that contain dates, and generates a calendar in iCal format that can be imported into your preferred calendar application.
Kanban
5 years ago by mgmeyers
Create markdown-backed Kanban boards in Obsidian.
Kanban Bases View
6 months ago by I. Welch Canavan
A kanban-style drag-and-drop custom view for Obsidian Bases that allows you to organize your notes into columns based on any property.
Kikijiki Habit Tracker
2 years ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Live Life Recording
2 months ago by goryugocast
Operate tasks directly in Markdown with start/finish records, routine insertion, and a lightweight daily summary for Obsidian.
Morgen Tasks
2 years ago by Morgen AG
Obsidian Google Tasks
4 years ago by YukiGasai
Add Google Tasks inside Obsidian
Open Interpreter
2 years ago by Mike Bird
The power of Open Interpreter in your Obsidian vault
Operon
a month ago by Hasan Yılmaz
Task management system for humans and agents in Obsidian.
Order List
4 years ago by Henry Gustafson
Org Mode
5 years ago by ryanpcmcquen
Add Org Mode support to Obsidian.
Outline to task list
2 years ago by alexandrerbb
A simple Obsidian plugin to convert a note's outline to a task list
Packrat
4 years ago by Thomas Herden
Process completed instances of recurring items created by the Obsidian Tasks plugin
Pending notes
4 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Personal OS
2 years ago by A.Buot
Pivotal Tracker Integration
3 years ago by jondeates
Pomodoro Planner
3 years ago by Onur Nesvat
Prioritize
3 years ago by EloiMusk
Obsidian Plugin, to prioritize stuff in Obsidian
ProgressTracker
a year ago by Van Nam
A plugin that helps you track progress and manage tasks in your notes.
Project Manager
4 months ago by stepankropachev
Project management natively in your Obsidian vault. Table, Gantt, and Kanban views with subtasks, dependencies, time tracking, and custom fields — all stored as plain Markdown. No external services.
Random To-Do
5 years ago by NatiAris
Pick a random todo item or a file with todo items
Send to Canvas
a year ago by wenlzhang
An Obsidian plugin that allows you to send tasks, blocks, and notes to Canvas files as plain text, links, and embeds.
Simple Todo
2 years ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Simplest Todo
4 months ago by kintolayli
Task Collector
3 months ago by ebullient
Manage tasks and logs within an Obsidian note.
Task list
3 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Task List Kanban
2 years ago by Chris Kerr
Task Marker
4 years ago by wenlzhang
An Obsidian plugin to change task status and append text with hotkeys and right-click context menu.
TaskChute Plus
24 days ago by hiroyaiizuka
Execute Taskchute for Obsidian
TaskNotes
2 months ago by callumalpass
Task and time-tracking management with calendar integration for Obsidian
Tasks
5 years ago by Clare Macrae and Ilyas Landikov (created by Martin Schenck)
Task management for the Obsidian knowledge base.
Things Link
4 years ago by @gavmn
Things3 Today
3 years ago by wudanyang6
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
TODO Wrangler
3 years ago by Jeel Shah
An obsidian plugin to wrangle your Todos and put them in their place.
TodoTxt
3 years ago by Mark Grimes
Obsidian plugin to manage todotxt files
Track-a-Lot
3 years ago by Iulian Onofrei
This is a tracker plugin for Obsidian
Trello
5 years ago by Nathonius
An Obsidian Plugin that connects Trello cards to Obsidian notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Vertical Timeline List
a year ago by Jalad
Utilizes task lists to create a timeline... or something like a timeline.
Vikunja Sync
2 years ago by Peter Heiss
Manage your tasks in vikunja.
Week Planner
4 years ago by Ralf Wirdemann
WorkLife Calendar
14 days ago by RavenLife
All-in-one: a smart calendar, task and habit tracker, time tracker, and financial planner, all connected into a single ecosystem within Obsidian.
Xboard
24 days ago by wrbin
一款易上手、已美化、更适合AI工作流的obsidian工作台
Xove Dashboard
9 days ago by ty
Obsidian 个人工作台插件:把任务管理 / 项目管理 / 灵感收集 / 笔记统计 收进一个首页,数据全留在本地的。
Yori Task
4 months ago by yorigo77
task manager, week planner, year planner
Yuhanbo Task
a month ago by yuhanbo
Obsidian 智能任务管理与番茄时钟插件,集成 AI 智能拆分的任务管理系统,配备专业番茄时钟,提升工作效率。