feat: initialize Knowledge vault with PARA + Zettelkasten system
- PARA folder structure (Inbox, Projects, Areas, Resources, Archive) - Zettelkasten folder for atomic permanent notes - Daily Notes folder with template - 6 note templates (Inbox, Daily, Zettelkasten, Project, Resource, MOC) - System folder for Attachments and Templates - Home dashboard with Dataview query - CLAUDE.md with knowledge-vault skill integration - README with complete usage guide Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
25
6 - Zettelkasten/20260307120000 PARA 与 Zettelkasten 的互补关系.md
Normal file
25
6 - Zettelkasten/20260307120000 PARA 与 Zettelkasten 的互补关系.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
created: "2026-03-07 12:00"
|
||||
type: zettel
|
||||
tags: [concept, PKM]
|
||||
source: "Tiago Forte - Building a Second Brain / Niklas Luhmann - Zettelkasten"
|
||||
---
|
||||
|
||||
# PARA 与 Zettelkasten 的互补关系
|
||||
|
||||
PARA 提供"行动导向"的组织框架 — 按照可执行性分类(Projects > Areas > Resources > Archive),让你知道现在该做什么。
|
||||
|
||||
Zettelkasten 提供"知识导向"的思考框架 — 把想法拆成原子单位,通过链接产生新洞察。
|
||||
|
||||
两者结合:PARA 管理你的"做",Zettelkasten 管理你的"想"。当你在 Project 中产生了有价值的洞察,就提炼成 Zettel;当你的 Zettel 积累到足以支撑一个行动,就建立 Project。
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
- [[1 - Inbox/README|Inbox 是两个系统的入口]]
|
||||
|
||||
## Source
|
||||
|
||||
- Tiago Forte, *Building a Second Brain*
|
||||
- Sonke Ahrens, *How to Take Smart Notes*
|
||||
19
6 - Zettelkasten/README.md
Normal file
19
6 - Zettelkasten/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Zettelkasten
|
||||
|
||||
原子化的永久笔记 — 你的"第二大脑"核心。
|
||||
|
||||
## 使用原则
|
||||
|
||||
- **一则笔记 = 一个想法**(原子性)
|
||||
- 用自己的话写(不是复制粘贴)
|
||||
- 重点是**笔记之间的链接** `[[]]`,而非分类
|
||||
- 用 tags 辅助搜索,例如 `#concept` `#insight` `#question`
|
||||
- 文件名格式:`YYYYMMDDHHMMSS 标题`(时间戳确保唯一性)
|
||||
|
||||
## 常用 Tags
|
||||
|
||||
- `#concept` — 概念定义
|
||||
- `#insight` — 个人洞察
|
||||
- `#question` — 待探索的问题
|
||||
- `#principle` — 原则或心法
|
||||
- `#connection` — 跨领域链接
|
||||
Reference in New Issue
Block a user