Following the internal link in the note header will create a new note instead of moving into an existing
I usually use Obsidian frontmatter to additionally connect notes to each other when it is inappropriate to add links in the body of the text. For example:
---
aliases: []
links:
- [[some note link 1]]
- [[some note link 2]]
---
Then, if I click on the resulting link in the frontmatter block, everything works as it should: I go to the page with the existing note.
But when I click on the link in the make.md's header in the note, instead of going to the desired note, I get a new note with that name in the default location of new notes (in my case this is the 'Inbox' directory in the root of Vault).
In Obsidian settings I have Wikilinks + Shortest path when possible selected.
If I change the last parameter to the "full path", then the link from both frontmatter and header works.
But full paths on notes is very inconvenient in most cases.
Does everyone have this problem and how can it be fixed?
I am having the same issue - anyone else?