Use case or problem
Double-linking in obsidian supports aliasing links that automatically update the link when updating the file name corresponding to the link.
I’ve noticed that when the file name is the same as the link’s alias, updating the file name causes the alias to be modified at the same time (which doesn’t happen when they are different).
Example:Updating file name “AAAA” —> “AAAABBB”,and the alias in link change the same way:
Adding aliases to links is meant to make the link coherent in context, and it doesn’t seem necessary to update the aliases at the same time.
Proposed solution
Do not change the alias when renaming the file.