update_todo
Modify existing Obsidian todos: mark complete or change text using file path and line number.
Instructions
Update an existing todo in Obsidian (mark complete, change text, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the file containing the todo | |
| line | Yes | Line number of the todo (0-indexed) | |
| text | No | New text for the todo | |
| completed | No | Whether the todo should be marked complete |