Tech notes

TASK
FROM #todo 
WHERE !completed
GROUP BY file.link

Daily notes

TASK
FROM #daily 
WHERE !completed AND !contains(file.path, "templates")
GROUP BY file.link

See also Unlinked Notes and empty files for possible things to TODO.