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,19 @@
---
created: "{{date:YYYY-MM-DD}}"
type: daily
---
# {{date:YYYY-MM-DD dddd}}
## 今日捕捉
-
## 待办
- [ ]
## 回顾
<!-- 今天学到了什么?有什么想法值得发展成 Zettel -->

View File

@@ -0,0 +1,10 @@
---
created: "{{date:YYYY-MM-DD HH:mm}}"
type: inbox
---
# {{title}}
<!-- 快速记下你的想法,之后再整理 -->

20
System/Templates/MOC.md Normal file
View File

@@ -0,0 +1,20 @@
---
created: "{{date:YYYY-MM-DD}}"
type: moc
---
# {{title}}
<!-- 这个主题的索引笔记,链接所有相关内容 -->
## Overview
-
## Key Notes
-
## Related MOCs
-

View File

@@ -0,0 +1,24 @@
---
created: "{{date:YYYY-MM-DD}}"
type: project
status: active
deadline: ""
---
# {{title}}
## Goal
<!-- 这个项目要达成什么? -->
## Tasks
- [ ]
## Notes
-
## Related
-

View File

@@ -0,0 +1,20 @@
---
created: "{{date:YYYY-MM-DD}}"
type: resource
tags: []
source: ""
---
# {{title}}
## Summary
<!-- 用自己的话总结重点 -->
## Key Points
-
## Related
-

View File

@@ -0,0 +1,22 @@
---
created: "{{date:YYYY-MM-DD HH:mm}}"
type: zettel
tags: []
source: ""
---
# {{title}}
<!-- 用自己的话写下一个想法 -->
---
## Related
-
## Source
-