Skip to content

Release v21.10.7

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 17:14
ee353ae

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 note my-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 like http://) are now
    also highlighted as links the note text edit and can also be opened there
    (for #2260)