Markdown TODO list management¶
Markdown TODO list management involves the creation and tracking of tasks using standard Markdown syntax lists. This approach allows tasks to be embedded directly within documentation files, utilizing checkbox syntax [ ] to denote incomplete items and [x] for completed ones.^[001-TODO__01-todo.md]
While Markdown creates the visual structure for the list, the content management relies on manual file organization and categorization metadata. Entries are typically grouped under project-specific headers or status tags, and the context for a task is frequently maintained through links to internal reference notes or external resources.^[001-TODO__01-todo.md]
Implementation¶
- Syntax: Tasks are defined using standard unordered list syntax with hyphens, prepended with
- [ ]to mark the item as a task. - Status Indicators: Task status is tracked using text annotations (e.g., tags like "進行中" for "In Progress") directly within the list item or line.^[001-TODO__01-todo.md]
- Contextual Linking: Tasks are often paired with links to other documentation files or external URLs to provide necessary context or reference material.^[001-TODO__01-todo.md]
Related Concepts¶
- Documentation Workflow: For understanding how templates define structure for new entries.
- Atomic note principle: For managing the granularity of individual reference notes linked within tasks.
- Link pages and hub pages: For organizing project references and connecting related tasks.
Sources¶
^[001-TODO__01-todo.md]