Skip to content

0.18.19

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 17:16

14th July, 2026

I have finally implemented a feature I have wanted for a very long time. I hope you will all enjoy it too.

New features

  • Added Open note by tags, which opens a keyboard-friendly dialogue for finding and opening notes by tag.
  • Search incrementally with tag completion. Press Space or Enter to add a tag, remove selected tags without leaving the keyboard, and prefix a tag with - to exclude matching notes.
  • Positive tags use OR matching, so a note only needs one selected tag to remain visible. Notes matching more selected tags appear first, with the match count shown beside each result.
  • Filter the remaining notes by typing part of a file name or Vault-relative path in the separate note field.
  • Added Open note with similar tags, which starts with the active note's tags selected and omits the active note itself from the results.

Fixes

  • Kept the note lookup dialogue's title and Close control below the iPhone status area.
  • Limited the selected-tag field on phones to two rows, with additional tags scrolling inside the field, so that the note filter and results receive more space.
  • Used a compact corner radius for the selected-tag field while retaining Obsidian's standard pill treatment for individual tags.
  • Truncated long tag labels and prevented the selected-tag field from scrolling horizontally on narrow screens.