Steps to reproduce
As described at Basic note taking: - Obsidian Help
- Create a link in a file, preferably inside a sentence. Example:
This means you can
[[write naturally]]
about[[whatever comes to mind]]
and then go back and create the new notes at your leisure.
- Follow that link.
- Change the name of the file, confirming the change if needed. For example, change the name of the file “
write naturally
” to “Natural Writing
.”
Expected result
I expect the text in the original file to remain the same, but updated to point to the new file using piping, as in:
This means you can
[[Natural Writing|write naturally]]
about[[whatever comes to mind]]
and then go back and create the new notes at your leisure.
Actual result
Instead, what happens is that my original writing has changed, meaning I’ve lost data:
This means you can
[[Natural Writing]]
about[[whatever comes to mind]]
and then go back and create the new notes at your leisure.
Additional information
While I can see some use for the ability to change the original text, surely, with the free-floating writing and linking Obsidian encourages, not changing my writing should be the default.