Files
nexus/wiki/concepts/ContextDrivenTask.md
2026-04-27 08:02:55 +08:00

39 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "ContextDrivenTask"
type: concept
tags: []
sources: []
last_updated: 2026-04-27
---
## Aliases
- 上下文驱动任务
- 上下文感知任务
- 笔记内任务
- 嵌入式任务
- Contextual Tasks
- Embedded Tasks
## Definition
ContextDrivenTask上下文驱动的任务管理是一种将任务嵌入到相关笔记上下文中的任务管理理念。任务不再是孤立的清单条目而是与决策背景、参考资料、思考过程保存在同一位置从而在需要时自然地出现在工作流中。
## Key Characteristics
- 位置关联:任务放在与其相关的笔记里,而非独立的待办列表中
- 背景保留:任务的来源、参考资料、决策理由都随任务一起保存
- 按需查看:通过查询语法在任何笔记中展示相关任务,而非强制打开任务列表
- 自然工作流:在阅读研究笔记时,任务自然可见,无需切换应用
## Core Insight
传统任务管理的痛点:"打开 Todoist → 找到任务 → 处理任务"
上下文驱动任务的优势:"在笔记的上下文中,直接看到当前最重要的任务"
## When to Use
- 任务与特定项目/文档高度相关,需要保留背景信息
- 需要在研究笔记中嵌入待验证的假设或待完成的研究步骤
- 希望任务可见性与文档上下文保持一致
## Connections
- [[ObsidianTasksPlugin]] ← implements ← [[ContextDrivenTask]]Tasks 插件是上下文驱动任务的典型实现)
- [[TaskQuerySyntax]] ← enables ← [[ContextDrivenTask]](查询语法是实现上下文驱动任务的核心机制)
- [[ContextDrivenTask]] ← opposed_to ← [[Todoist]]Todoist 代表"任务与笔记分离"的理念)