joeytoday402 downloadsSupercharge your canvas experience! Create presentations, flowcharts and more!
⚡ 全面增强你的 Obsidian Canvas 体验。流程图、脑图,一个插件搞定。
📖 使用指南 · 📋 更新日志 · 🐛 反馈问题 · 🇬🇧 English
Obsidian Canvas 原生功能够用,但不够好用。Canvas Enhance 在不改变原生体验的前提下,补上了这些缺口:
.canvas 接入关系图谱、反向链接、出链系统所有功能均可在设置中独立开关,不用的功能零开销。
https://github.com/user-attachments/assets/86da3869-f637-467e-a2dd-4042e3c7c74b
https://github.com/user-attachments/assets/d98e9132-ad4f-4186-b1e3-f2f051ceabeb
缩小画布后节点内容变得难以阅读。概览模式自动用大号标题填满每张卡片:
# 标题)https://github.com/user-attachments/assets/9d0a7240-75b7-4c5c-bc42-cfba88a1e9f9
将画布变成思维导图:Tab 创建下级节点,Enter 创建同级节点,Alt+方向键 在节点间导航。下级节点自动继承上级节点颜色。
支持在设置中配置,使用特定模板创建文件节点。
https://github.com/user-attachments/assets/7ae37cf5-bc9d-427e-90d5-e86e044c1b79
流程图形状(终端、流程、判断、数据库等)、边框样式、文本对齐、8 种箭头、路径样式(实线/点线/虚线)、自动避障连线——全部通过右键菜单设置。
| 功能 | 说明 |
|---|---|
| 元数据缓存 | .canvas 文件接入关系图谱、反向链接、出链 |
| Frontmatter | 为 Canvas 文件添加自定义属性(标签、别名、CSS 类) |
| 单节点链接 | 通过 [[canvas#node-id]] 链接或嵌入单个节点 |
| 文件模板 | 新建文件节点时用指定的 Obsidian 模板填充内容 |
| 画布内搜索 | Ctrl+F 搜索画布中的文本 |
| 可折叠组 | 组节点可折叠/展开 |
| 聚焦模式 | 模糊未选中节点,突出当前节点 |
| 传送门 | 在画布中嵌入另一个画布的视图 |
| 图片导出 | 导出为 PNG/SVG,支持透明度选项 |
| 图层顺序 | 右键菜单调整节点前后叠放顺序 |
| 浮动边 | 边自动调整连接侧,支持不连接到节点的浮动边 |
| 20+ 命令 | 创建、导航、克隆、展开、翻转、交换等 |
通过 CSS snippet 为节点和边添加自定义样式属性,在 CSS 文件中用 YAML 注释定义:
/* @canvas-enhance-node-style
key: validation-state
label: 验证状态
options:
- label: 无状态
value: null
icon: circle-help
- label: 已通过
value: approved
icon: circle-check
*/
详见示例 CSS 文件。
在 Obsidian 设置 → 第三方插件 → 浏览中搜索 Canvas Enhance。
四个标签页:
如果 Canvas Enhance 帮到了你,请考虑给一个 ⭐ Star。这是对我最大的鼓励,也让更多人发现这个插件。
如果插件帮助到您,欢迎请作者喝杯咖啡~
基于 Developer-Mike 的 Advanced Canvas 项目,重命名并独立维护。
⚡ Supercharge your Obsidian Canvas. Flowcharts, mindmaps, and more — one plugin does it all.
📖 Usage Guide · 📋 Changelog · 🐛 Report Issue · 🇨🇳 中文文档
Obsidian Canvas is great, but it leaves gaps. Canvas Enhance fills them — without changing the native experience:
.canvas into the graph view, backlinks, and outgoing linksEvery feature can be toggled independently. Unused features have zero overhead.
Zoom out and nodes become unreadable. Overview Mode automatically replaces card content with large titles:
# Title)Turn your canvas into a mindmap: Tab creates a child node, Enter creates a sibling, Alt+Arrow navigates between nodes. Child nodes inherit the parent's color.
Flowchart shapes (terminal, process, decision, database…), border styles, text alignment, 8 arrow types, path styles (solid/dotted/dashed), and automatic obstacle-avoiding edges — all from the right-click menu.
| Feature | Description |
|---|---|
| Metadata Cache | .canvas files join the graph view, backlinks, and outgoing links |
| Frontmatter | Custom properties for canvas files (tags, aliases, CSS classes) |
| Single-node Links | Link or embed individual nodes via [[canvas#node-id]] |
| File Templates | Create file nodes pre-filled with a chosen Obsidian template |
| In-canvas Search | Ctrl+F to search text inside a canvas |
| Collapsible Groups | Collapse/expand group nodes |
| Focus Mode | Blur unselected nodes to highlight the current one |
| Portals | Embed another canvas view inside a canvas |
| Image Export | Export to PNG/SVG with transparency options |
| Layer Order | Adjust node stacking order from the right-click menu |
| Floating Edges | Edges auto-adjust connection side; support unattached edges |
| 20+ Commands | Create, navigate, clone, expand, flip, swap, and more |
Define custom style attributes for nodes and edges via CSS snippets with YAML comments:
/* @canvas-enhance-node-style
key: validation-state
label: Validation State
options:
- label: None
value: null
icon: circle-help
- label: Approved
value: approved
icon: circle-check
*/
See example CSS file.
Search Canvas Enhance in Obsidian → Settings → Community Plugins → Browse.
canvas-enhance folder inside your vault's .obsidian/plugins/main.js, styles.css, manifest.json from ReleasesFour tabs:
If Canvas Enhance helps you, consider giving it a ⭐ Star. It's the biggest encouragement and helps others discover the plugin.
Based on Advanced Canvas by Developer-Mike. Canvas Enhance continues development with a rename, refactoring, and new features.