Skip to content

Release v26.1.11

Choose a tag to compare

@github-actions github-actions released this 23 Jan 18:10
· 270 commits to main since this release
b089e2f

26.1.11

  • Added support for opening note links in a new tab using Ctrl + Shift + Click
    in the note editor (for #3447)
    • Use Ctrl + Click to open a note link in the current tab (existing behavior)
    • Use Ctrl + Shift + Click to open a note link in a new tab
    • This works for all note link formats: note://, noteid://, and file links
  • Added support for opening note links in a new tab from the preview pane using
    Ctrl + Click (for #3447)
    • Without Ctrl, clicking a link in the preview opens it in the current tab
    • With Ctrl, clicking a link in the preview opens it in a new tab