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:
19
System/Templates/Daily Note.md
Normal file
19
System/Templates/Daily Note.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD}}"
|
||||
type: daily
|
||||
---
|
||||
|
||||
# {{date:YYYY-MM-DD dddd}}
|
||||
|
||||
## 今日捕捉
|
||||
|
||||
-
|
||||
|
||||
## 待办
|
||||
|
||||
- [ ]
|
||||
|
||||
## 回顾
|
||||
|
||||
<!-- 今天学到了什么?有什么想法值得发展成 Zettel? -->
|
||||
|
||||
10
System/Templates/Inbox Note.md
Normal file
10
System/Templates/Inbox Note.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD HH:mm}}"
|
||||
type: inbox
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
<!-- 快速记下你的想法,之后再整理 -->
|
||||
|
||||
|
||||
20
System/Templates/MOC.md
Normal file
20
System/Templates/MOC.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD}}"
|
||||
type: moc
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
<!-- 这个主题的索引笔记,链接所有相关内容 -->
|
||||
|
||||
## Overview
|
||||
|
||||
-
|
||||
|
||||
## Key Notes
|
||||
|
||||
-
|
||||
|
||||
## Related MOCs
|
||||
|
||||
-
|
||||
24
System/Templates/Project Note.md
Normal file
24
System/Templates/Project Note.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD}}"
|
||||
type: project
|
||||
status: active
|
||||
deadline: ""
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Goal
|
||||
|
||||
<!-- 这个项目要达成什么? -->
|
||||
|
||||
## Tasks
|
||||
|
||||
- [ ]
|
||||
|
||||
## Notes
|
||||
|
||||
-
|
||||
|
||||
## Related
|
||||
|
||||
-
|
||||
20
System/Templates/Resource Note.md
Normal file
20
System/Templates/Resource Note.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD}}"
|
||||
type: resource
|
||||
tags: []
|
||||
source: ""
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Summary
|
||||
|
||||
<!-- 用自己的话总结重点 -->
|
||||
|
||||
## Key Points
|
||||
|
||||
-
|
||||
|
||||
## Related
|
||||
|
||||
-
|
||||
22
System/Templates/Zettelkasten Note.md
Normal file
22
System/Templates/Zettelkasten Note.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
created: "{{date:YYYY-MM-DD HH:mm}}"
|
||||
type: zettel
|
||||
tags: []
|
||||
source: ""
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
<!-- 用自己的话写下一个想法 -->
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Related
|
||||
|
||||
-
|
||||
|
||||
## Source
|
||||
|
||||
-
|
||||
Reference in New Issue
Block a user