Skip to content

1.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:42
· 1 commit to main since this release

Fixes custom triggers not working on links in the body of a note.

A non-Mod trigger such as Alt+click worked on frontmatter property links but did nothing on wikilinks in a note body.

Live Preview was the cause: inside the editor, Alt and Shift already mean rectangular selection and extend selection, so Obsidian bails out of link handling for a plain Alt- or Shift-click before it ever decides which pane to open. The plugin now opens that gate for the chosen combo, scoped to clicks inside an editor.

No change to the default Cmd+Alt+click trigger.