vault backup: 2023-10-04 10:04:33

This commit is contained in:
2023-10-04 10:04:33 +02:00
parent 710d6c7bdb
commit 59094ed1c5
5 changed files with 61 additions and 16 deletions

View File

@@ -14,15 +14,19 @@ protein: "187"
fat: "62" fat: "62"
--- ---
### To do 💪 ### To do 💪
#### Weekly to do's - [ ]
```tasks ### Persistent to do's
not done ```dataview
path includes 2023-W40 TASK
sort by due date FROM "02 - Tracking/Weekly/2023-W40"
WHERE !completed
SORT created ASC
``` ```
```tasks ```dataview
not done TASK
path includes Devops FROM "04 - Dev"
WHERE !completed
SORT created ASC
``` ```
### Work 💻 ### Work 💻

View File

@@ -0,0 +1,35 @@
---
tags:
- daily
- journaling
date: 2023-10-05
week: 2023-W40
year: "2023"
sport: 0
stretching: 0
weight: "90"
calories: "2000"
carbs: "141"
protein: "187"
fat: "62"
---
### To do 💪
- [ ]
#### Persistent to do's
```dataview
TASK
FROM "02 - Tracking/Weekly/2023-W40"
WHERE !completed
SORT created ASC
```
```dataview
TASK
FROM "04 - Dev"
WHERE !completed
SORT created ASC
```
### Work 💻
- [ ]
### Outcomes 🦄
1.

View File

@@ -3,7 +3,7 @@ tags:
- weekly - weekly
- journaling - journaling
week: 2023-W39 week: 2023-W39
year: 2023 year: "2023"
--- ---
## To do 💪 ## To do 💪

View File

@@ -7,7 +7,7 @@ year: "2023"
--- ---
## To do 💪 ## To do 💪
- [ ] - [ ] Aller au contrôle des habitants pour le guichet unique (imprimer feuilles) (2023-W37 > To do 💪)
## Notes ✏ ## Notes ✏
- -
## History ## History

View File

@@ -15,13 +15,19 @@ fat: "62"
--- ---
### To do 💪 ### To do 💪
- [ ] - [ ]
#### Weekly to do's #### Persistent to do's
```tasks ```dataview
not done TASK
path includes <% tp.date.now("YYYY-[W]W", 0, tp.file.title, "YYYY-MM-DD") %> FROM "02 - Tracking/Weekly/<% tp.date.now("YYYY-[W]W", 0, tp.file.title, "YYYY-MM-DD") %>"
sort by due date WHERE !completed
SORT created ASC
```
```dataview
TASK
FROM "04 - Dev"
WHERE !completed
SORT created ASC
``` ```
### Work 💻 ### Work 💻
- [ ] - [ ]