Manage topic-based todo lists in Obsidian vault
Manage tasks in today's daily note at ~/obsidian/Notes/YYYY-MM-DD.md.
/todo add [task description] - Add a new task to today's TODO section/todo complete [task description] - Mark a task as complete/todo list - View today's tasks/todo add-sub [parent task] > [sub-task] - Create a sub-task under a parent taskDetermine today's note file:
~/obsidian/Notes/$(date +%Y-%m-%d).md# Journal YYYY-MM-DDFind or create the TODO section:
## TODO section in the file## TODO\n\n to the fileTask operations:
- [ ] [task description]- [ ] to - [x] for matching task - [ ] [sub-task]Format guidelines:
- [ ] for incomplete, - [x] for completeAfter operations: