Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Enhanced Canvas

robertttbsrobertttbs19k downloads

Syncs Canvas node connections with properties in note, automating document relationship management.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates31

This Obsidian plugin enhances Obsidian Canvas with features I find essential.

✨New Feature✨

Split Node by Headings

Split Node by Headings instantly deconstructs a single node into a hierarchical tree based on its headings. You can try this by right-clicking on a file (text) node and selecting "Split by headings" in Canvas.

SplitNode

Send Note to Canvas

With the "Send to Canvas" command, you can push your current markdown note directly to a specific Canvas. It automatically appends a "canvas" property to your note, allowing you to navigate back to the board instantly in the future.

Once you have sent a note, that Canvas becomes the "Selected." You can then use the "Send to Selected Canvas" command on other notes to instantly add them to the same board—bypassing the file selection step entirely.

SendNote

Auto-Resize Node

With this update, double-clicking the bottom edge engages "Auto-Resize." Now, when you drag the right edge to adjust the width or update the text, the height dynamically adjusts to fit your text. No need for repeated double-clicking!

Dragging the bottom edge to manually adjust the height disables the node's auto-resize feature.

AutoResize

Main Feature

enhanced-canvas

Based on this demo:

  1. Node addition: When a note is added to the canvas, the plugin generates a 'canvas' property with a link to its corresponding canvas file.

  2. Edge addition: Creating an edge in the Canvas generates a link to the target note within a property named after the canvas file (e.g., 'Canvas 1'), where the property name is derived from the canvas file name without its '.canvas' extension.

  3. Node Focusing: Upon clicking a link to a .canvas file from a note, the system automatically focuses and zooms to the associated node in the canvas.

Note 1: All Canvas-related properties will be added when this plugin is enabled, and all properties added by this plugin will be removed upon disabling it.

Note 2: If you delete or rename a .canvas or Markdown file, all associated properties will also be updated.

Hide The Frontmatter by Default

In version after 1.0.12, the frontmatter (properties) in Canvas nodes is hidden by default.

To view or edit properties in a Canvas node, comment out or remove the code below in .obsidian/plugins/obsidian-enhanced-canvas/style.css.

.markdown-embed .metadata-container,
.markdown-embed-content .metadata-container {
display: none !important;
}

.mod-inside-iframe.is-live-preview .metadata-container {
display: none !important;
}

Commands

  • Adjust edges with shortest path

    • Adjusts edges between selected nodes using shortest path
  • Delete edges between selected nodes

    • Removes all edges between selected nodes
  • Add edges according the links in notes

    • Automatically creates edges between selected nodes based on links within notes
  • Remove the property of all nodes in current Canvas

    • Removes properties from all nodes in the current Canvas

Demo

  • Add edges according the links in notes

demoCommand

  • Automatically establishes connections based on existing markdown links in notes

  • It integrates Adjust edges with shortest path

  • Optimizes edge paths in Canvas for minimal distance

  • Supports all node types (text nodes, group nodes, images, nested Canvases, etc.)

Installation Steps

Search for "Enhanced Canvas" in the community plugins and install it. Once enabled, it automatically adds all properties to existing .canvas files.

Contributing

All contributions are welcome!

Say Thank You

If you are enjoying Enhanced Canvas, then please support my work and enthusiasm by buying me a coffee on https://buymeacoffee.com/robertttbs.

HealthExcellent
ReviewSatisfactory
About
Split nodes by headings to turn a note into a hierarchical Canvas tree, and send notes to a Canvas to add a canvas property and set a selected Canvas for quick batch adds. Auto-resize nodes as you edit, add edge properties named after the canvas file, and click .canvas links to focus and zoom the linked node.
CanvasPropertiesNavigation
Details
Current version
1.0.29
Last updated
2 months ago
Created
2 years ago
Updates
31 releases
Downloads
19k
Compatible with
Obsidian 1.7.7+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
robertttbsrobertttbs
github.com/RobertttBS/
GitHubrobertttbs
  1. Community
  2. Plugins
  3. Canvas
  4. Enhanced Canvas

Related plugins

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

TagFolder

Show tags as folder.

Recent Files

Display a list of recently opened files.

Folder notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.