So I have the default TODO page, which shows all the TODO’s.
Is there a way to modify the query that is used on this page? ? I’d like to show all TODO’s, except those that are nested below a #habit tag.
edit: I added this query which seems to work
{{query (and (task TODO) (not (has :block/tags) [[habit]]))}}