Possible scenario:
Following files exist:
- ObsidianVault/folder1/sometext.md
- ObsidianVault/folder2/sometext.md
- ObsidianVault/ActiveFile.md
Each of the files above has has YAML header:
---
aliases: ["SomeAnotherText"]
---
There is also file “ObsidianVault/FileWithMatch.md” which contains text:
“sometext, SomeAnotherText
”
Only the file “ActiveFile.md” is open in active pane, other files are closed.
Linking from backlinks pane unambiguously creates link [[ActiveFile|SomeAnotherText]]
.
When you search “sometext”, then it is not clear which of the following do you want to create:
- #sometext
- [[sometext]]
- [[ActiveFile|sometext]]
- [[folder1/sometext]]
- [[folder2/sometext]]
- (or corresponding markdown-style versions of the link)