Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Obsidian Tasks

Manage tasks in the Obsidian vault - add, complete, reorder tasks

majiayu000 fcaf7bf 2 files · 1.4 KB Updated 567 repo stars

File contents

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

majiayu000/claude-skill-registry-data/tree/main/data/obsidian-tasks commit fcaf7bf70c

Frequently asked questions

npx skillmds add majiayu000/obsidian-tasks