rioskit1k downloadsSupport for todo.txt file format with syntax highlighting and task management
Todo.txt Mode is an Obsidian plugin that provides support for the todo.txt file format in Obsidian.
Syntax Highlight:
+project), context tags (@context), priority markers ((A), (B)), due dates (due:yyyy-mm-dd), recurring task markers (rec:d, rec:w, rec:m, rec:y)Automatic Completion Date:
x Recurring tasks:
rec:d (daily), b (business days), w (weekly), m (monthly), y (yearly)rec:3m (every 3 months)rec:+m (based on original due date)Task Management:
Todo.txt: Move completed tasks to done fileTask Sorting:
Todo.txt: Sort by priority/project/context/due dateBasic todo.txt format:
x 2023-05-08 Completed task +project @context
Today's task +work @office
(A) High priority task +project
A task with due:2023-05-15 date
Daily standup @work rec:d due:2023-05-08
Monthly review +personal rec:+m due:2023-05-01
Submit report @work rec:3b due:2023-05-12
Visit the official website for more details.