Files
nexus/wiki/concepts/Atomic-Note.md
2026-05-03 05:42:12 +08:00

39 lines
1.8 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: "Atomic Note"
type: concept
tags: [knowledge-management, zettelkasten, note-taking]
sources: [zk-steward]
last_updated: 2026-05-30
---
## Overview
Atomic Note原子笔记是 Zettelkasten 系统的基本工作单位——最小的、自包含的知识单元。它必须满足 [[Luhmann-四原则]]中的原子性要求:可以独立理解,不依赖上下文而存在。
## Definition
一个原子笔记 = 一个想法 + 一个唯一标识 + 至少两条指向其他笔记的链接
## Properties
- **Self-contained**:即使没有上下文,读者也能理解笔记的内容
- **Single idea**一个笔记只讨论一个核心主题one idea per note
- **Linked**:至少拥有 ≥2 条指向其他笔记/概念/实体的有意义的 wikilinks
- **Non-categorical**:不依赖文件夹层级分类,而是通过网络位置定义自己
## 与 Related Concepts 的关系
- [[Zettelkasten]] ← Atomic Note 是 Zettelkasten 的基本工作单位
- [[Luhmann-四原则]] ← 原子性Atomicity是 Luhmann 四原则之一,直接定义了 Atomic Note 的核心属性
- [[Link-Proposer]] ← 新笔记归档时Link-Proposer 确保原子笔记拥有 ≥2 条链接
- [[Domain-Thinking]] ← 领域专家切换生成的内容,最终需要转化为原子笔记嵌入知识网络
## 创建条件
- 可独立理解(通过 Luhmann 原子性测试)
- 包含 ≥2 条有意义的链接
- 避免"零链接笔记"——零链接笔记违反 [[ZK-Steward-Agent]] 的核心规则
## Example来自 ZK Steward Agent 文档中的结构笔记示例)
```markdown
## [Title] Structure Note
> **Context**: When, why, and under what project this was created.
> **Default reader**: Yourself in six months—this structure is self-contained.
```
结构笔记下挂载多个原子笔记,每个原子笔记对应一个可独立理解的概念或论断。