New Plugin: Enhanced Canvas

I’m excited to introduce my latest Obsidian plugin that enhances Canvas functionality through automated node connections and property synchronization.

If you’re a heavy user of Obsidian Canvas and want to maintain Canvas relationships within your notes, this plugin is designed for you.

This plugin seamlessly integrates Canvas nodes with note properties by automatically managing markdown links and providing intuitive navigation features.

The plugin is now available in the Obsidian Community Plugin store - simply search for “Enhanced Canvas”.

demo

Key Features demonstrated above:

  1. When a node is added to a canvas, the plugin automatically generates a ‘canvas’ property with a link to the corresponding canvas file in the note.
  2. When creating an edge in the Canvas, the plugin generates a property named after the canvas file (without the ‘.canvas’ extension) containing a link to the target note.
  3. Removing a note from the canvas automatically cleans up all canvas-related properties from the note.

Navigation feature: clicking any canvas link in your notes triggers automatic focus and zoom to the associated node within the canvas, making it effortless to locate specific notes in your Canvas.

focus

Moreover, when opening a Canvas file, this plugin automatically updates canvas-specific properties for all file nodes. When deleting a Canvas file, this plugin removes all the property (markdown link) in all the notes.

Other than that, this plugin provides a command “Auto Connect Nodes and Adjust Edge with Shortest Path”

  • Automatically establishes connections based on existing markdown links in notes
  • Optimizes edge paths in Canvas for minimal distance
  • Supports all node types (text nodes, group nodes, images, nested Canvases, etc.)
    demoCommand
9 Likes

Kudos, this is really handy!
Gonna mess with it this week.

1 Like

I installed and tried it. I’ve been looking for a way to visualize logical Markdown links between notes like in Scrintal so that I can detect clusters and write storylines by identifying the gaps between those cluster. It works and I’m very happy! Thank you for your time.

2 Likes

Thank you for sharing your feedback. I’ve released a newer version of the plugin that automatically adds all relevant properties when plugin enabled. Please make sure to update to the latest version to enjoy these improvements.

  • I’ve updated this plugin through several versions and would like to share what I consider improvements worth highlighting.
  • First is the enhanced focusing feature, which now supports multiple nodes. This means if you have duplicate notes in a Canvas, you can locate all instances by clicking the link to Canvas in the “canvas” property.
    • Previously, I had assumed users wouldn’t place duplicate notes in a Canvas, until I found myself doing exactly that. With this feature, I can now identify where duplicate nodes are located.
    • Additionally, all property updates related to edges now properly support duplicate nodes, which can be considered a bug fix.
  • The second improvement is the icon for the “canvas” property. It now looks so good that there’s no longer any need for the “File Property Enhancer” plugin.

output