Skip to content

Lists tasks under a heading. Useful if you have i.e. a "Urgent" heading in project files

List tasks under a heading

Basic

TASK 
FROM "10 Example Data/projects" 
WHERE meta(section).subpath = "Urgent"

Variants

List tasks from a certain daily

TASK 
FROM "10 Example Data/dailys" 
WHERE file.day = date("2022-02-16") AND meta(section).subpath = "Gonna do this tmrw"
TASK 
FROM "10 Example Data/dailys" 
WHERE file.day = date("2022-02-16") AND meta(section).subpath = "Gonna do this tmrw"