创建具有自由定位的基于空间节点的图表。最适合需要精确空间布局的思维导图、知识图、概念图和规划板。使用带有 x/y 坐标的 JSON 格式。不适用于顺序流(使用 mermaid)或数据图表(使用 vega)。
SKILL.md
Quick Start: Define nodes with id, type, x, y, width, height → Plan layout on 100px grid → Connect edges with fromNode/toNode → Apply colors (1-6) → Wrap in `canvas fence. Origin (0,0) at top-left, X right, Y down. Obsidian Canvas compatible.
Node Types | Type | Required Fields | Purpose |
| text | text | Display custom text content | | file | file | Reference external files | | link | url | External URL references | | group | label | Visual container for grouping |
创建具有自由定位的基于空间节点的图表。最适合需要精确空间布局的思维导图、知识图、概念图和规划板。使用带有 x/y 坐标的 JSON 格式。不适用于顺序流(使用 mermaid)或数据图表(使用 vega)。 来源:xicilion/markdown-viewer-extension。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/xicilion/markdown-viewer-extension --skill canvas- 分类
- *创意媒体
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 canvas?
创建具有自由定位的基于空间节点的图表。最适合需要精确空间布局的思维导图、知识图、概念图和规划板。使用带有 x/y 坐标的 JSON 格式。不适用于顺序流(使用 mermaid)或数据图表(使用 vega)。 来源:xicilion/markdown-viewer-extension。
如何安装 canvas?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/xicilion/markdown-viewer-extension --skill canvas 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/xicilion/markdown-viewer-extension