Currently, when creating a link to a header section, by using the #
key in, it autofills the only name of that section after the note name, regardless if there are other headers with the same name in the note.
Feature Request: Insert the full header path, not just the header pointed to in the wikilink being created.
For example: NOTE A:
# May 12
## Meeting
Don’t want to link to this section.
# May 13
## Meeting
But rather want to link to *this* section.
Current implementation results in [[NOTE A#Meeting]]
and is ambiguous (and points always to the first instance, not necessarily the desired header), and the feature request implementation should read [[NOTE A#May 13#Meeting]]