Plugin: Inline Tag Navigator [v2.10.5, 2026-04-28]

Thanks @xpleromax! Could you share more about your workflow with this filter?

My challenge: I want a single dashboard showing all open tasks across all notes and all projects. But Tag Navigator requires a tag to start a search – the filter only works on results that are already found by a tag query.

That's why I made checkboxes into tags (via custom Tag regex) – so I can search by - [ ] directly across all notes. It works, but breaks checkbox rendering when Search: Highlight filter / tag results is enabled.

Please see the combined screenshot:

  1. Example note

  2. With checkbox Tag regex + Search: Highlight filter / tag results enabled - checkboxes render as plain text instead of interactive squares

  3. With checkbox Tag regex + Search: Highlight filter / tag results disabled - checkboxes render correctly, but tags like #important and #blocker are no longer highlighted

When you use ^(?!.*-\s\[[xX]\]).+ as a filter - what tag do you search for first? Do you have a common tag on all tasks, or do you search per-project?