Files
nexus/wiki/concepts/Graph-View.md
2026-04-18 00:18:08 +08:00

26 lines
673 B
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: []
---
## 定义
Obsidian 的知识网络可视化功能(左侧边栏图谱图标,或 `Ctrl+G`),将所有 Wiki 页面以节点展示,双链关系自动连线。
## Karpathy 推荐的两个用法
### 健康检查
没有任何页面链接指向它 → 说明是"孤岛页面",需要让 AI 补上交叉引用。
### 发现盲区
某个概念被很多页面提到但自己还没有独立页面 → 图谱里显示为灰色幽灵节点,提醒应该为它建一个专页。
## 核心价值
- 发现孤立页面
- 识别知识盲区
- 建立知识网络
## 关联
- [[Obsidian]]
- [[QMD]]
- [[双链Backlinks]]