21.10.7
- you can now add an url-encoded heading to a note link as url fragment to
attempt to jump to that heading in the linked note when clicking the link
(for #1977)- this works with opening links in the note text edit and the preview
[my note](my-note.md#First%20heading)
will attempt to jump to a heading
First heading
in notemy-note.md
(note that%20
is decoded as space)- the heading will be searched with the in-note search, so for the link
[my note](my-note.md#First%20heading)
there will be searched for the
text## First heading
inside the note - this feature is still work in progress
- links like
www.github.com
(without any url-schema likehttp://
) are now
also highlighted as links the note text edit and can also be opened there
(for #2260)