vault backup: 2024-09-30 09:29:16
This commit is contained in:
parent
ed27fec903
commit
baefab1fd2
@ -11,7 +11,6 @@ tags:
|
|||||||
TASK
|
TASK
|
||||||
where !completed
|
where !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
and !due
|
and !due
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
@ -21,7 +20,7 @@ group by file.folder
|
|||||||
TASK
|
TASK
|
||||||
where !completed
|
where !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
and due
|
||||||
and due < date(today)
|
and due < date(today)
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
@ -32,7 +31,7 @@ group by file.folder
|
|||||||
TASK
|
TASK
|
||||||
where !completed
|
where !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
and due
|
||||||
and due > date(today)
|
and due > date(today)
|
||||||
and due < date(today) + dur(2 w)
|
and due < date(today) + dur(2 w)
|
||||||
sort due asc
|
sort due asc
|
||||||
@ -44,7 +43,7 @@ group by file.folder
|
|||||||
TASK
|
TASK
|
||||||
where !completed
|
where !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
and due
|
||||||
and due > (date(today) + dur(2 w))
|
and due > (date(today) + dur(2 w))
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
|
|||||||
@ -15,7 +15,6 @@ where
|
|||||||
and due
|
and due
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
@ -27,7 +26,6 @@ where
|
|||||||
and scheduled <= date(this.date)
|
and scheduled <= date(this.date)
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
|
|||||||
@ -15,7 +15,6 @@ where
|
|||||||
and due
|
and due
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
@ -27,7 +26,6 @@ where
|
|||||||
and scheduled <= date(this.date)
|
and scheduled <= date(this.date)
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
|
|||||||
@ -38,7 +38,6 @@ where
|
|||||||
and due
|
and due
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
@ -51,7 +50,6 @@ where
|
|||||||
and due
|
and due
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
@ -65,7 +63,6 @@ where
|
|||||||
and due > this.date +dur(7 days)
|
and due > this.date +dur(7 days)
|
||||||
and !completed
|
and !completed
|
||||||
and status != "-"
|
and status != "-"
|
||||||
and status != " "
|
|
||||||
sort due asc
|
sort due asc
|
||||||
group by file.folder
|
group by file.folder
|
||||||
```
|
```
|
||||||
|
|||||||
@ -8,3 +8,4 @@ completed: false
|
|||||||
type: single
|
type: single
|
||||||
endDate: null
|
endDate: null
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 5 📅 2024-10-01
|
||||||
@ -6,3 +6,4 @@ endDate: 2024-10-02
|
|||||||
completed: false
|
completed: false
|
||||||
type: single
|
type: single
|
||||||
---
|
---
|
||||||
|
- [ ] Project Description 📅 2024-10-01
|
||||||
@ -6,3 +6,4 @@ endDate: 2024-10-30
|
|||||||
completed: false
|
completed: false
|
||||||
type: single
|
type: single
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 6 📅 2024-10-29
|
||||||
@ -6,3 +6,4 @@ endDate: 2024-11-06
|
|||||||
completed: false
|
completed: false
|
||||||
type: single
|
type: single
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 7 📅 2024-11-05
|
||||||
@ -5,3 +5,4 @@ date: 2024-11-12
|
|||||||
endDate: 2024-11-13
|
endDate: 2024-11-13
|
||||||
completed: null
|
completed: null
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 8 📅 2024-11-12
|
||||||
@ -5,3 +5,4 @@ date: 2024-11-19
|
|||||||
endDate: 2024-11-20
|
endDate: 2024-11-20
|
||||||
completed: null
|
completed: null
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 9 📅 2024-11-19
|
||||||
@ -5,3 +5,4 @@ date: 2024-12-03
|
|||||||
endDate: 2024-12-04
|
endDate: 2024-12-04
|
||||||
completed: null
|
completed: null
|
||||||
---
|
---
|
||||||
|
- [ ] Homework 10 📅 2024-12-03
|
||||||
@ -5,3 +5,5 @@ date: 2024-12-10
|
|||||||
endDate: 2024-12-11
|
endDate: 2024-12-11
|
||||||
completed: null
|
completed: null
|
||||||
---
|
---
|
||||||
|
- [ ] Project Paper 📅 2024-12-10
|
||||||
|
- [ ] Project Presentation 📅 2024-12-10
|
||||||
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: Project Presentation
|
|
||||||
allDay: true
|
|
||||||
date: 2024-12-10
|
|
||||||
endDate: 2024-12-11
|
|
||||||
completed: null
|
|
||||||
---
|
|
||||||
Loading…
x
Reference in New Issue
Block a user