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:
-
Example note
-
With checkbox Tag regex +
Search: Highlight filter / tag resultsenabled - checkboxes render as plain text instead of interactive squares -
With checkbox Tag regex +
Search: Highlight filter / tag resultsdisabled - 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?
