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:
Yaojia Wang
2026-03-07 17:27:51 +01:00
commit 50d7d1de3d
30 changed files with 13332 additions and 0 deletions

View 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*

View File

@@ -0,0 +1,19 @@
# Zettelkasten
原子化的永久笔记 — 你的"第二大脑"核心。
## 使用原则
- **一则笔记 = 一个想法**(原子性)
- 用自己的话写(不是复制粘贴)
- 重点是**笔记之间的链接** `[[]]`,而非分类
- 用 tags 辅助搜索,例如 `#concept` `#insight` `#question`
- 文件名格式:`YYYYMMDDHHMMSS 标题`(时间戳确保唯一性)
## 常用 Tags
- `#concept` — 概念定义
- `#insight` — 个人洞察
- `#question` — 待探索的问题
- `#principle` — 原则或心法
- `#connection` — 跨领域链接