Files
myWiki/concepts/wikilinks.md

20 lines
565 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: "Wikilinks"
created: 2026-06-03
updated: 2026-06-03
type: concept
tags: [wiki, markdown, linking]
status: placeholder
---
# Wikilinks
> ⚠️ 占位符页面 — 待完善
Wikilinks`[[page-name]]`)是本 wiki 使用的内部链接语法,源自 Obsidian 等双向链接笔记系统。核心约定:
- 目标使用 **英文 kebab-case**(如 `interaction-order`
- 显示文本使用 `[[target|中文显示]]` 格式
- 禁止在 Markdown 表格中使用 `[[page|text]]``|` 与表格列分隔符冲突)
相关规范详见 [[SCHEMA]]。