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"
---
### To do 💪
#### Weekly to do's
```tasks
not done
path includes 2023-W40
sort by due date
- [ ]
### Persistent to do's
```dataview
TASK
FROM "02 - Tracking/Weekly/2023-W40"
WHERE !completed
SORT created ASC
```
```tasks
not done
path includes Devops
```dataview
TASK
FROM "04 - Dev"
WHERE !completed
SORT created ASC
```
### 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
- journaling
week: 2023-W39
year: 2023
year: "2023"
---
## To do 💪

View File

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

View File

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