Skip to content

0.17.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:16
· 3 commits to main since this release

0.17.1 — fuzzy value search in the column filter

  • The search box in a column's filter dropdown is now fuzzy, using the same scorer as Obsidian's
    quick switcher: dft finds draft, zla finds zzz-last-alphabetically. Matches are ranked
    best-first rather than left in alphabetical order, and plain substring searches behave as before.
  • (Select all matching) applies to whatever the fuzzy search currently surfaces.