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

Update internal-links when folder name changes #44

Closed tes36 closed 9 months ago

tes36 commented 10 months ago

My folder structure is this: /folder/folder.md /folder/file1.md /folder/file2.md

file1.md and file2.md have a fileClass property with a wikilink to [[/folder/folder.md]]

If I change /folder/folder.md name it changes succesfully, then appears the error "ENOENT: no such file or directory open" and file1.md and file2.md don't update the wikilink


Obsidian v1.4.5

LostPaul commented 9 months ago

Should be fixed with the latest release.