create_todo
Add a new task to your Obsidian notes by creating or updating a TODO list with details like priority, due date, and project.
Instructions
Create or add a TODO item. Can create a new TODO note or append to existing TODO list.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The TODO task description | |
| project | No | Project name for organization | |
| priority | No | Task priority | |
| due_date | No | Due date (YYYY-MM-DD format) | |
| context | No | Additional context about the task | |
| todo_file | No | Path to TODO file (default: 'TODOs.md') |