Ignoring tags for the moment, there’s a way to do All notes that contain a property, but it doesn’t have a value mentioned here:
So, note.keys().contains("hello") and !hello || hello == null filters.
filters:
and:
- note.keys().contains("hello")
- "!hello || hello == null"
Hopefully that gets you started and others jump in with suggestions.