You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for existing Bug Reports and found no similar reports.
Expected Behavior
When the user changes the name of a mark down file in the Obsidian vault, if that mark down file is used in a marker, then the name of the file in the marker should update to the new name of the file.
Current behaviour
When the user puts a file into a marker, and then changes the name of the file by opening the file, and changing its name at the top of the file, then, when the user goes back to the map, and looks at the marker, the marker will still be for the original file name, and not the updated file name.
Reproduction
In obsidian, with leaflet, add a marker to a map.
Give the marker a markdown file in the vault
Open that file
Change its name
Go back to the map
Look at the marker; it still has the original file name
Click the marker
Notice you’re now in an empty file with the original file name
Which Operating Systems are you using?
Android
iPhone/iPad
Linux
macOS
Windows
Obsidian Version Check
1.4.6 (105) / API v1.3.5
Plugin Version
5.7.2
Confirmation
I have disabled all other plugins and the issue still persists.
Possible solution
Use the events API to subscribe to the file name change event:
(Sry I'm not familiar to github customs, so I may not adhere to etiquette)
I'm having the same problem on my laptop.
(I yet have to check by disabling all other plugins though)
But as this is listed as a bug here, I'm hopeful, since that issue makes my thought-after organization so much more troublesome.
Edit: I disabled all other Plugins aswell, and the problem sadly still persisted.
This and the messed up suggestion UI while mark-linking to another Note kinda hold this plugin back quite a bit.
Check for existing bug reports before submitting.
Expected Behavior
When the user changes the name of a mark down file in the Obsidian vault, if that mark down file is used in a marker, then the name of the file in the marker should update to the new name of the file.
Current behaviour
When the user puts a file into a marker, and then changes the name of the file by opening the file, and changing its name at the top of the file, then, when the user goes back to the map, and looks at the marker, the marker will still be for the original file name, and not the updated file name.
Reproduction
Which Operating Systems are you using?
Obsidian Version Check
1.4.6 (105) / API v1.3.5
Plugin Version
5.7.2
Confirmation
Possible solution
Use the events API to subscribe to the file name change event:
https://wanadev.github.io/obsidianjs/obsidian/events.html
The text was updated successfully, but these errors were encountered: