Files
bramses-highly-opinionated-…/Computed/Tasks.md
2022-12-14 12:45:15 -06:00

80 lines
868 B
Markdown

# Tasks in Daily Notes
```tasks
not done
heading includes todo/daily
```
# Tasks in Inbox
```tasks
not done
path includes Inbox
```
# Tasks in Projects
```tasks
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
```