vault backup: 2024-09-13 13:13:58
This commit is contained in:
parent
cd1d993e6a
commit
1d4eeba885
@ -4,8 +4,13 @@ modification date: Tuesday 6th August 2024 08:47:22
|
|||||||
tags:
|
tags:
|
||||||
- Management
|
- Management
|
||||||
---
|
---
|
||||||
## Overdue Tasks
|
# Tasks
|
||||||
|
## Undated
|
||||||
|
```dataview
|
||||||
|
TASK
|
||||||
|
where !completed
|
||||||
|
```
|
||||||
|
## Overdue
|
||||||
```dataview
|
```dataview
|
||||||
TASK
|
TASK
|
||||||
where !completed and status != "-" and status != " "
|
where !completed and status != "-" and status != " "
|
||||||
@ -13,7 +18,7 @@ group by file.link
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Tasks in the next 2 Weeks
|
## Next 2 Weeks
|
||||||
```tasks
|
```tasks
|
||||||
not done
|
not done
|
||||||
(due after yesterday) AND (due before in two weeks)
|
(due after yesterday) AND (due before in two weeks)
|
||||||
@ -21,17 +26,10 @@ sort by due
|
|||||||
group by folder
|
group by folder
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tasks beyond 2 Weeks
|
## On The Horizon
|
||||||
```tasks
|
```tasks
|
||||||
not done
|
not done
|
||||||
due after in two weeks
|
due after in two weeks
|
||||||
sort by due
|
sort by due
|
||||||
group by folder
|
group by folder
|
||||||
```
|
```
|
||||||
## Tasks without a target date
|
|
||||||
```tasks
|
|
||||||
not done
|
|
||||||
due before today
|
|
||||||
sort by due
|
|
||||||
group by folder
|
|
||||||
```
|
|
||||||
Loading…
x
Reference in New Issue
Block a user