When I open a note, it’s not always clear if I’m in the right place in my vault because: 1) the note might be in one of several subfolders, 2) I might have opened the wrong note out of several similarly-named notes.
Proposed solution
Add a boolean settings option to automatically scroll to the in-focus note on the file navigation (e.g. by automatically executing “Reveal file in navigation” whenever the in-focus note changes either because you opened a new note or you changed pane).
This would complement the contextual information that the local graph view for a note already gives.
Current workaround (optional)
Click on the tri-dot menu of a given note.
Select “Reveal in file navigation”.
Problem with the current workaround: it’s not automatic.
Hey all, I really missed this from VS Code, so I wrote a small plugin with the hopes that it eventually gets baked into Obsidian and the plugin is no longer needed.
It’s available in the “Third-party plugins” tab in Obsidian.
I actually had to disable this plugin because when the file explorer is hidden (I’m in focus mode editing a note, which is most of the time) and I then switch to a different pane or note, the plugin makes the file explorer visible which is very distracting.
It would be great if this plugin wouldn’t leave the file explorer’s visibility in whatever state it is.