DeltaTask
JSON →A powerful, locally-hosted task management application with Obsidian integration and SQLite database support.
Install
pip install -r Tools · 12
- get_task_by_id Get a specific task by ID
- search_tasks Find tasks by title, description, or tags
- create_task Create a new task
- update_task Update a task's properties
- delete_task Remove a task
- sync_tasks Sync tasks from Obsidian markdown into SQLite
- list_tasks List all tasks
- get_statistics Retrieve metrics about tasks
- create_subtasks Split a task into multiple subtasks
- get_all_tags Get all unique tag names
- get_subtasks Get subtasks for a given parent task
- finish_task Mark a task as completed
Links
★ 15 GitHub stars