vault backup: 2022-12-14 12:45:15

This commit is contained in:
Bram Adams
2022-12-14 12:45:15 -06:00
parent 7a651b0663
commit 3b831e18db
8 changed files with 284 additions and 140 deletions

View File

@@ -17,4 +17,63 @@ path includes Inbox
not done
path includes _PARA/Projects
heading includes To Do
```
```
# Tasks in Weekly
## Monday
```tasks
not done
path includes Calendar
heading includes todo/monday
```
## Tuesday
```tasks
not done
path includes Calendar
heading includes todo/tuesday
```
## Wednesday
```tasks
not done
path includes Calendar
heading includes todo/wednesday
```
## Thursday
```tasks
not done
path includes Calendar
heading includes todo/thursday
```
## Friday
```tasks
not done
path includes Calendar
heading includes todo/friday
```
## Saturday
```tasks
not done
path includes Calendar
heading includes todo/saturday
```
## Sunday
```tasks
not done
path includes Calendar
heading includes todo/sunday
```