Tech notes
TASK
FROM #todo
WHERE !completed
GROUP BY file.linkDaily notes
TASK
FROM #daily
WHERE !completed AND !contains(file.path, "templates")
GROUP BY file.linkSee also Unlinked Notes and empty files for possible things to TODO.
TASK
FROM #todo
WHERE !completed
GROUP BY file.linkTASK
FROM #daily
WHERE !completed AND !contains(file.path, "templates")
GROUP BY file.linkSee also Unlinked Notes and empty files for possible things to TODO.