Steps to reproduce
- Create a folder
testfolder - Create a file
testfile1.mdin the folder - Create a file
testfile2.mdin other folder(not intestfolder) - Link
testfile1.mdintestfile2.mdwith a markdown link
[a_link](./testfolder/testfile1.md)
- Rename
testfoldertofolder, make sure the link will be automatically updated
Expected result
[a_link](./folder/testfile1.md)
Actual result
The file suffix will be lost like this:
[a_link](./folder/testfile1)
Environment
- Operating system: Windows 10 version 1909
- Obsidian version: 0.9.15