scambier / obsidian-no-dupe-leaves

Automatically switch the focus to open notes instead of reopening them
GNU Affero General Public License v3.0
59 stars 5 forks source link

No Dupe Leaves messes up graph functionality and doesn't work with canvas files #22

Closed Dan2003K closed 2 months ago

Dan2003K commented 2 months ago

I wanted to address this bug that happens when the plugin is enabled and you click on a file inside the graph view it will kind of stick to you mouse and follow it instead of just opening it.

also I noticed the plugin doesn't work with canvas files. When you click on a link to a canvas instead of taking you to the file if it's opened in another tab (as the plugin does with md files) it just opens it as usual.

scambier commented 2 months ago

I wanted to address this bug that happens when the plugin is enabled and you click on a file inside the graph view it will kind of stick to you mouse and follow it instead of just opening it.

This should be fixed now, thanks 👍

also I noticed the plugin doesn't work with canvas files.

The plugin rewrites a specific function that is probably not used by the canvas links, sorry.