返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

obsidian-tasks

在Obsidian库中管理任务 - 添加、完成、重新排序任务

person作者: jakexiaohubgithub

Obsidian Task Management

Manage tasks in ~/dev/personal/obsidian/trobrock/Tasks.md.

Task File

Location: ~/dev/personal/obsidian/trobrock/Tasks.md

Simple ordered list - position indicates priority (top = most important).

Task Syntax

- [ ] Incomplete task
- [x] Completed task

Operations

Add a Task

Append to the list:

- [ ] {task description}

Or insert at a specific position if priority matters.

Complete a Task

Change - [ ] to - [x]:

- [x] Completed task

Reorder Tasks

Move lines up or down to change priority. Top of list = highest priority.

Remove Completed Tasks

Periodically delete - [x] lines to keep the list clean.

Link to Projects

Optional - link tasks to projects:

- [ ] Fix bug [[Comfortly]]

Keep It Simple

  • One flat list
  • Order = priority
  • Complete or delete when done
  • No categories, tags, or dates required