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
357 stars 20 forks source link

Page refresh needed after title change #172

Open Mauwzola opened 2 days ago

Mauwzola commented 2 days ago

Example: I have a folder note with several notes inside it, each of which has a link to the folder note. When I change the title of the folder and click on one of those linked notes, instead of taking me to the note, Obsidian creates a new note. To avoid this, it would be great if Folder Notes could refresh the view, perhaps by executing app.workspace.activeLeaf.rebuildView()