Files
nexus/wiki/concepts/Bidirectional-Linking.md
2026-04-27 08:02:55 +08:00

45 lines
1.9 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: "Bidirectional Linking"
type: concept
tags: [obsidian, knowledge-management, zettelkasten]
sources: [obsidian-高效指南-我常用的插件与实用技巧]
last_updated: 2025-03-01
---
## Definition
笔记间双向关联的机制——当笔记 A 通过 `[[wikilink]]` 链接到笔记 B 时,笔记 B 自动显示对 A 的反向引用,形成双向关联网络。相比单向链接,天然支持"反向探索"。
## Core Mechanisms
- Wikilink 语法:`[[Note Title]]``[[Note Title|Display Text]]`
- Backlinks反向链接显示所有链接到当前笔记的其他笔记
- Graph View关系图谱可视化整个笔记网络的拓扑结构
- 别名Aliases同一笔记可对应多个名称
## Implementations
- **Obsidian**最广泛使用的双向链接工具graph view 出色
- **Roam Research**:双向链接的开创者之一
- **Logseq**:大纲式双链工具,开源
- **Notion**:有限的双向链接支持
- **RemNote**:结合间隔重复的双链工具
## Why Bidirectional?
- **知识发现**:通过 backlinks 发现未知的关联笔记
- **网络效应**:笔记越多,链接越多,发现价值越大
- **无分类约束**:无需预先规划分类,链接自然形成结构
- **写作辅助**:引用相关内容时自动建立关联
## Use Cases
- 构建个人知识库:通过链接串联相关概念
- 写作索引页:汇总某一主题下的所有相关笔记
- 论文写作:关联参考文献和笔记
- 项目管理:通过双链连接任务、文档和决策
## Connections
- [[Zettelkasten]]:双向链接是 Zettelkasten 的核心基础设施
- [[Personal Knowledge Base]]:双链是 PKB 的关键技术
- [[Graph Knowledge Network]]Graph View 是双链的可视化层
- [[Obsidian]]:最流行的双链实现平台之一
## Sources
- [[obsidian-高效指南-我常用的插件与实用技巧]]