739 B
Executable File
739 B
Executable File
| creation date | modification date | tags | |
|---|---|---|---|
| 2024-08-06 | Tuesday 6th August 2024 08:47:22 |
|
Tasks
Undated
TASK
where !completed
and status != "-"
and status != " "
and !due
group by file.link
Overdue
TASK
where !completed
and status != "-"
and status != " "
and due < date(today)
group by file.link
Next 2 Weeks
TASK
where !completed
and status != "-"
and status != " "
and due > date(today)
and due < date(today) + dur(2 w)
group by file.link
not done
in two weeks
after today
On The Horizon
not done
due after two weeks
sort by due
group by folder
- [<] 📅 2024-09-16
- [<] 📅 2024-09-30
- [<] 📅 2024-09-01