Files
nexus/wiki/concepts/任务自动聚合.md
2026-04-16 13:01:42 +08:00

30 lines
1.0 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.
---
id: task-auto-aggregation
title: 任务自动聚合
type: concept
tags: [任务管理, 笔记管理]
sources: ["Dataview——让我从笔记黑洞里逃出来的Obsidian神器.md"]
last_updated: 2026-04-16
---
## Definition
任务自动聚合 是指将散落在多个笔记文件中的待办事项TODO自动收集到单一视图的能力解决"任务分散导致遗漏"的问题。
## Problem Solved
- 痛点:待办事项写在各处笔记,月底无法追踪完成情况
- 解决:自动扫描所有笔记,聚合所有 `- [ ]` 任务到统一视图
## Mechanism
1. 扫描指定文件夹下所有 `.md` 文件
2. 提取每个文件的待办任务(`- [ ]` 格式)
3. 按日期/项目/状态分类汇总
4. 渲染为统一的任务看板视图
## Tool Example
- [[Dataview]]`TASK FROM "" WHERE !completed` 查询所有未完成任务
## Connections
- [[Dataview]] ← 实现工具
- [[笔记数据库]] ← 所属范畴(任务即结构化元数据的一种)
- [[Agentic-AI]] ← 相关Agent 也需要理解任务状态并聚合执行)