Highlight note in graph view when hovered in sidebar file list

I love using graph view to traverse related topics, quickly, but I find it very difficult to find a specific note in the huge tree.

I’m often working on a note, or have several recent ones in the left sidebar that I need to find quickly in the graph view.

My suggestion is when hovering over a note in the left sidebar, highlight the node in the graph view. This would allow us to find and traverse quickly in graph view!

I think this request is actually different: the one you linked to seems to talk about a “selected note”, which I interpret to mean a note that is currently opened.

However, this feature request is about to highlight a note that is not necessarily open in Obsidian, but that is hovered with the mouse cursor in the side menu. That would be a quick way to go through notes listed in the menu and see where each of them are located in the graph. I’d love this kind of feature. :heart:

Thanks for the correction @Jare I’ve withdrawn my previous post. :+1:

Hello! Did you built that feature in the latest update1.0.0 ?? It would be so GOOD TO HAVE!

This seems like such a no-brainer… It’s really, really hard to find the note you’re currently looking at in the graph view.

Can this please be implemented? There’s no real point of looking at a graph view if you can’t find what you’re looking for in it.

This suggestion seems to be included in this very relevant feature request:

Graph View UI improvements - 42070

(sorry I can’t insert the link apparently)

Hoping there will some interest in this suggestion…

I ran into exactly this, @Jpoliachik . I wanted the note or folder I’m hovering
in the sidebar to be highlighted in the graph, couldn’t find a solution, so I built
a plugin for it.

It’s called Graph Files Highlight Sync, and it’s just been published,
You can find it in:
Settings → Community plugins → Browse → search for “Graph Files Highlight Sync”.
I have a fresh forum account, so I’ll add the repo link and a demo GIF once the forum lets me post links.

Hovering a note in the file explorer lights up its node and its direct
neighbours, and dims the rest of the graph. It does the same for folders —
hover a folder and every note inside it, including subfolders, lights up at
once. That second half turned out to be the more useful one for me: it answers
“is this folder a real cluster, or just a drawer?”

There is one thing: the graph view has no public API, so this relies on
Obsidian’s internal renderer fields — the same approach Graph Search Sync
takes. It works today, but a future Obsidian release could break it. If that
happens, let me know, and I’ll try to fix it.

Feedback and bug reports are welcome :call_me_hand:t2:.

link to the plugin here: