obsidian-vault-management by julianobarbosa/claude-code-skills
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill obsidian-vault-management本知识库采用类似 PARA 的组织方式:
| 文件夹 | 用途 |
|---|---|
00 - Maps of Content | 索引笔记,链接相关主题 |
01 - Projects | 活跃项目笔记 |
02 - Areas | 持续负责的领域 |
03 - Resources | 参考资料 |
04 - Permanent | 永久/卡片盒笔记 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
05 - Fleeting | 快速捕获笔记 |
06 - Daily | 每日笔记 (YYYY/MM/YYYYMMDD.md) |
07 - Archives | 已完成/非活跃内容 |
08 - books | 书籍笔记与摘录 |
99 - Meta | 模板、设置 |
Clippings | 网页剪辑与导入内容 |
[[Note Name]] # 基本维基链接
[[Note Name|Display Text]] # 带别名的链接
[[Note Name#Heading]] # 链接到标题
[[Note Name#^block-id]] # 链接到块
![[Note Name]] # 嵌入笔记
![[image.png]] # 嵌入图片
![[Note Name#Heading]] # 嵌入章节
---
created: {{date:YYYY-MM-DDTHH:mm}}
updated: {{date:YYYY-MM-DDTHH:mm}}
title: "Note Title"
type: note
status: draft
tags:
- tag1
- tag2
aliases:
- "Alternate Name"
cssclasses:
- custom-class
---
> [!note] Title
> Content
> [!warning] Important
> Warning content
> [!tip] Helpful tip
> Tip content
> [!info]+ Collapsible (open by default)
> Content
> [!danger]- Collapsed by default
> Content
可用的标注框类型 : note, abstract, info, todo, tip, success, question, warning, failure, danger, bug, example, quote
在 06 - Daily/YYYY/MM/ 目录下创建,文件名为 YYYYMMDD.md:
---
created: 2025-12-09T09:00
updated: 2025-12-09T09:00
title: "20251209"
type: daily-note
status: true
tags:
- daily
- journal
- 2025
- 2025-12
aliases:
- "2025-12-09"
date_formatted: 2025-12-09
topics:
- "[[daily]]"
- "[[journal]]"
related:
- "[[2025-12-08]]"
- "[[2025-12-10]]"
cssclasses:
- daily
---
# Daily Note - 2025-12-09
### Tasks
- [ ] Task 1
### Journal
...
### Navigation
<< [[2025-12-08]] | **Today** | [[2025-12-10]] >>
在 04 - Permanent/ 目录下创建:
---
created: {{date}}
type: zettelkasten
tags:
- permanent
- topic
---
# Note Title
## Main Insight
**Key Idea**: [Main point]
## Connections
- [[Related Note 1]]
- [[Related Note 2]]
## References
- Source citation
关于 dataview 查询语法,请参阅 references/dataview.md。
快速示例:
LIST FROM "06 - Daily" WHERE file.cday = date(today) SORT file.ctime DESC
TABLE status, tags FROM "01 - Projects" WHERE status != "completed"
模板位置:99 - Meta/00 - Templates/
关于 Templater 语法,请参阅 references/templater.md。
常用 Templater 变量:
<% tp.file.title %> # 当前文件名
<% tp.date.now("YYYY-MM-DD") %> # 当前日期
<% tp.file.cursor(1) %> # 光标位置
<% tp.system.prompt("Question") %> # 用户输入提示
| 插件 | 用途 |
|---|---|
| Dataview | 从笔记中查询和显示数据 |
| Templater | 支持脚本的高级模板 |
| Auto Note Mover | 按标签自动整理笔记 |
| Periodic Notes | 每日/每周/每月笔记 |
| Kanban | Markdown 中的看板 |
| Tag Wrangler | 批量标签管理 |
| Table Editor | Markdown 表格编辑 |
| Advanced URI | 笔记的深层链接 |
| Local REST API | 外部 API 访问 |
created 和 updated 时间戳每周安装次数
142
代码仓库
GitHub 星标数
43
首次出现
2026年1月24日
安全审计
已安装于
opencode128
codex125
gemini-cli121
cursor118
github-copilot114
amp100
This vault uses a PARA-like organization:
| Folder | Purpose |
|---|---|
00 - Maps of Content | Index notes linking related topics |
01 - Projects | Active project notes |
02 - Areas | Ongoing responsibilities |
03 - Resources | Reference materials |
04 - Permanent | Evergreen/zettelkasten notes |
05 - Fleeting | Quick capture notes |
06 - Daily | Daily notes (YYYY/MM/YYYYMMDD.md) |
07 - Archives | Completed/inactive content |
08 - books | Book notes and clippings |
99 - Meta | Templates, settings |
Clippings | Web clips and imports |
[[Note Name]] # Basic wikilink
[[Note Name|Display Text]] # Aliased link
[[Note Name#Heading]] # Link to heading
[[Note Name#^block-id]] # Link to block
![[Note Name]] # Embed note
![[image.png]] # Embed image
![[Note Name#Heading]] # Embed section
---
created: {{date:YYYY-MM-DDTHH:mm}}
updated: {{date:YYYY-MM-DDTHH:mm}}
title: "Note Title"
type: note
status: draft
tags:
- tag1
- tag2
aliases:
- "Alternate Name"
cssclasses:
- custom-class
---
> [!note] Title
> Content
> [!warning] Important
> Warning content
> [!tip] Helpful tip
> Tip content
> [!info]+ Collapsible (open by default)
> Content
> [!danger]- Collapsed by default
> Content
Available callout types : note, abstract, info, todo, tip, success, question, warning, failure, danger, bug, example, quote
Create in 06 - Daily/YYYY/MM/ with filename YYYYMMDD.md:
---
created: 2025-12-09T09:00
updated: 2025-12-09T09:00
title: "20251209"
type: daily-note
status: true
tags:
- daily
- journal
- 2025
- 2025-12
aliases:
- "2025-12-09"
date_formatted: 2025-12-09
topics:
- "[[daily]]"
- "[[journal]]"
related:
- "[[2025-12-08]]"
- "[[2025-12-10]]"
cssclasses:
- daily
---
# Daily Note - 2025-12-09
### Tasks
- [ ] Task 1
### Journal
...
### Navigation
<< [[2025-12-08]] | **Today** | [[2025-12-10]] >>
Create in 04 - Permanent/:
---
created: {{date}}
type: zettelkasten
tags:
- permanent
- topic
---
# Note Title
## Main Insight
**Key Idea**: [Main point]
## Connections
- [[Related Note 1]]
- [[Related Note 2]]
## References
- Source citation
For dataview query syntax, see references/dataview.md.
Quick examples:
LIST FROM "06 - Daily" WHERE file.cday = date(today) SORT file.ctime DESC
TABLE status, tags FROM "01 - Projects" WHERE status != "completed"
Templates location: 99 - Meta/00 - Templates/
For Templater syntax, see references/templater.md.
Common Templater variables:
<% tp.file.title %> # Current file name
<% tp.date.now("YYYY-MM-DD") %> # Current date
<% tp.file.cursor(1) %> # Cursor position
<% tp.system.prompt("Question") %> # User input prompt
| Plugin | Purpose |
|---|---|
| Dataview | Query and display data from notes |
| Templater | Advanced templates with scripting |
| Auto Note Mover | Auto-organize notes by tags |
| Periodic Notes | Daily/weekly/monthly notes |
| Kanban | Kanban boards in markdown |
| Tag Wrangler | Bulk tag management |
| Table Editor | Markdown table editing |
| Advanced URI | Deep links to notes |
| Local REST API | External API access |
created and updated timestampsWeekly Installs
142
Repository
GitHub Stars
43
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode128
codex125
gemini-cli121
cursor118
github-copilot114
amp100
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
65,000 周安装