a6f05ab2d5
- Phase 0: AGENTS.md cleanup (dedup quotes, renumber sections, merge qmd) - Phase 1: typed relations (manage-relations.py, graph-search.py, check-staleness.py, detect-conflicts.py) - Phase 2: frontmatter validator, weekly lint, knowledge promotion, git hooks - Fix .gitignore to track tools/ and .githooks/ - Fix git remote URL (remove plaintext token) - New wiki pages: 504 pages, 34 raw sources
1.8 KiB
1.8 KiB
categories, tags, created, source, type, aliases
| categories | tags | created | source | type | aliases | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
2026-04-08 | llm-wiki | tool |
|
Obsidian
一句话定义:基于 Markdown 的本地优先知识管理工具,提供 Graph View 可视化查看页面连接。
基本信息
| 属性 | 值 |
|---|---|
| 官网 | https://obsidian.md |
| 创始人 | Steph Ango |
| 许可证 | 商业闭源(个人免费) |
| 平台 | Windows / macOS / Linux / iOS / Android |
在 LLM Wiki 中的角色
1. 可视化 IDE
Obsidian 是 LLM Wiki 的"前端",提供:
- Graph View:以图形方式展示页面之间的链接关系
- 双向链接:
[[wikilink]]语法实现页面互联 - 本地优先:所有数据存储在本地
.md文件 - 插件生态:Git、Diff、Pandoc 等丰富插件
2. Agent 工作区
在 Contamination Mitigation 架构中:
raw/ (原始来源) ←→ Agent ←→ wiki/ (LLM 维护) ←→ Obsidian (人类查看)
LLM Agent 负责维护 wiki/,Obsidian 供人类查看和编辑结果。
核心功能
| 功能 | 说明 |
|---|---|
| 双向链接 | [[页面名]] 创建双向连接 |
| Graph View | 可视化页面关系图谱 |
| 文件夹/标签 | 组织内容结构 |
| 搜索 | 本地全文搜索 |
| 插件 | 社区插件扩展(Git、Obsidian Shell Commands 等) |
与 Marp 的集成
通过 Obsidian Marp 插件,可以在 Obsidian 中直接预览和导出 Marp 幻灯片。
相关页面
- Steph Ango — Obsidian 创始人
- Obsidian-Git多端同步 — 使用 Git 实现多端同步
- Obsidian Marp 插件 — Marp 集成
- Contamination Mitigation — Agent 工作区隔离概念
- LLM Wiki — LLM Wiki 核心模式
来源
- llm-wiki — Karpathy 推荐