update_task_status
Update task checkboxes in Markdown notes by matching task text, marking tasks as completed or incomplete to reflect current progress.
Instructions
Update the status of a task checkbox in a note.
Args: note_path: Path to the note relative to vault root task_pattern: Text pattern to identify the task (matches task content) completed: True to mark as completed [x], False to mark as incomplete [ ]
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| completed | Yes | ||
| note_path | Yes | ||
| task_pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |