LostPaul / obsidian-folder-notes

Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion.
https://lostpaul.github.io/obsidian-folder-notes/
GNU Affero General Public License v3.0
264 stars 11 forks source link

Opening folder note through path reopens hidden left sidebar #105

Closed milan-tom closed 1 month ago

milan-tom commented 2 months ago

When I click on a folder in a path that has a corresponding folder note, it takes me to the folder note but the left sidebar is also revealed even if it was hidden before. I understand that this is expected functionality for normal folders as the only real reason to click that folder name is to view it in the file explorer sidebar. However, this is annoying when you simply want to go to the folder note while keeping the sidebar hidden. Perhaps a keyboard combination with clicking the folder note in the path should replicate the current functionality and just clicking the folder note in the path should only go to the folder note without revealing the left sidebar.

Steps to reproduce

LostPaul commented 2 months ago

Yeah this happens because the folder gets highlighted in the file explorer but I should be able to stop that like I did it with the folders that don't collapse when you only click on the name. Thanks for creating this issue I might be able to "fix" this tomorrow or at least in the next days.