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

Broken Links when renaming folder notes #49

Closed ThomasSteinbach closed 9 months ago

ThomasSteinbach commented 9 months ago

When having the settings "General -> Sync folder name" is activated (default), then renaming a folder or its note will break all links to that note.

It looks like a race condition, where both - the folder and the note - were renamed too quickly, such that Obsidian has no time to update the links to the note, while the folder name changes at the same time.

LostPaul commented 9 months ago

Same issue as #44

LostPaul commented 9 months ago

The latest release should've fixed it. Does it work on your side?

ThomasSteinbach commented 9 months ago

@LostPaul yes, seems to work reliably. Many thanks - for the fix and your plugin :)