glushchenko / fsnotes

Notes manager for macOS/iOS
https://fsnot.es
MIT License
6.52k stars 484 forks source link

Update wikilinks when a filename changes #1452

Open nth-chile opened 1 year ago

nth-chile commented 1 year ago

Describe your feature request When I change the first line of my files, the filename changes, which breaks all links to that file.

When you change a filename, Obsidian prompts you with a dialog that says "Do you wish to update all links to this file?" It also has a checkbox on the dialog that says something like "don't ask again for this vault".

tewe commented 1 year ago

Try combinations of the following settings to suit your needs.

I have no experience with Obsidian (because Electron), but FSNotes uses regular expressions for this kind of feature, which works less well than a parser. So I'm apprehensive about seeing this added.