Skip to content

Dataview TASK example

Yêu cầu

Lọc task chưa hoàn thành từ 2 thư mục, không bao gồm 2 tag, chỉ những task có scheduled, và scheduled quá hạn, sắp xếp theo priority

TASK
FROM "3. Journal" OR "8. Resources/Bank"
WHERE !completed
    AND scheduled
    AND date(scheduled) <= date(today)
    AND none(econtains(tags, "#inbox"))
    AND none(econtains(tags, "#shopping"))
SORT priority

thêm ```dataview

Xem thêm

Dataview


Comments