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.
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.