Files
llm_wiki/wiki/Obsidian.md
T
hehaiguang1123 a6f05ab2d5 Phase 0-2: Schema cleanup, typed relations, event-driven automation
- 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
2026-07-01 08:05:43 +08:00

1.8 KiB
Raw Blame History

categories, tags, created, source, type, aliases
categories tags created source type aliases
LLM Wiki
wiki
tool
obsidian
editor
2026-04-08 llm-wiki tool
Obsidian 笔记
Markdown 笔记

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 幻灯片。

相关页面

来源