- 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>
30 lines
604 B
Markdown
30 lines
604 B
Markdown
# Home
|
|
|
|
> 个人知识管理系统 — PARA + Zettelkasten
|
|
|
|
## Quick Capture
|
|
|
|
- [[1 - Inbox/新笔记]]
|
|
|
|
## Navigation
|
|
|
|
| Folder | Purpose |
|
|
|--------|---------|
|
|
| [[0 - Daily Notes]] | 每日笔记 |
|
|
| [[1 - Inbox]] | 快速捕捉,稍后整理 |
|
|
| [[2 - Projects]] | 进行中的项目 |
|
|
| [[3 - Areas]] | 持续关注的领域 |
|
|
| [[4 - Resources]] | 主题参考资料 |
|
|
| [[5 - Archive]] | 已完成或暂停的内容 |
|
|
| [[6 - Zettelkasten]] | 原子化永久笔记 |
|
|
|
|
## Recent Notes
|
|
|
|
```dataview
|
|
TABLE file.mtime AS "Modified"
|
|
FROM ""
|
|
WHERE file.name != "Home"
|
|
SORT file.mtime DESC
|
|
LIMIT 10
|
|
```
|