Files
nexus/wiki/concepts/Graph-View.md
2026-05-03 05:42:12 +08:00

34 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Graph View"
type: concept
tags: [tool, obsidian, visualization]
sources: [karpathy-最新分享-用-llm-搭建个人知识库-告别-rag-的低效循环, llm-wiki]
last_updated: 2026-04-20
---
## Aliases
- Obsidian Graph View
- 图谱视图
## Definition
Obsidian 内置的可视化工具,将所有 Wiki 页面以节点形式展示,页面之间的双向链接关系自动连线。是 LLM Wiki 健康检查和知识结构发现的核心工具。
## Access
- 左侧边栏点击图谱图标
- 快捷键Ctrl+GWindows/ Cmd+GMac
## LLM Wiki Use Cases
### 1. Lint 健康检查
通过图谱视图**一眼看出哪些页面是孤岛**——没有任何其他页面通过双链指向它。说明交叉引用缺失,需要让 AI 补上链接。
### 2. 发现知识盲区
如果某个概念被很多页面提到,但**自己没有独立页面**,它在图谱里会显示为**灰色的幽灵节点**。这提醒你应该让 AI 为它创建专页。
## Graph as IDE Debugger
**"Obsidian 是 IDELLM 是程序员Wiki 是代码库"**——Graph View 就是 Wiki 的调试工具,帮助发现缺失的链接和页面。
## Connections
- [[Graph View]] ← 可视化工具 ← [[LLM Wiki]]
- [[Graph View]] ← 内置功能 → [[Obsidian]]