vault backup: 2026-04-13 17:52:00
This commit is contained in:
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
weight: 102.7
|
||||||
|
meditation: true
|
||||||
|
pushUps: 0
|
||||||
|
plank: 0
|
||||||
|
journal: Privat daily
|
||||||
|
journal-date: 2026-04-13
|
||||||
|
journal-start-date: 2026-04-13
|
||||||
|
journal-end-date: 2026-04-13
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W16#^16i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-04-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-04-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!warning]- Heute fällig
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>has due date
|
||||||
|
>due on 2026-04-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!error]- Überfällig
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>has due date
|
||||||
|
>due before 2026-04-13
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!done]- Erledigte Aufgaben
|
||||||
|
>```dataview
|
||||||
|
>TASK
|
||||||
|
>FROM !"Resources/Templates"
|
||||||
|
>WHERE completed AND completion = date(2026-04-13)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 04 AND birthday.day = 13
|
||||||
|
```
|
||||||
@@ -91,6 +91,6 @@ TABLE WITHOUT ID
|
|||||||
choice(work_home = true, "✅", "❌") as HomeOffice,
|
choice(work_home = true, "✅", "❌") as HomeOffice,
|
||||||
choice(work_office = true, "✅", "❌") as Büro
|
choice(work_office = true, "✅", "❌") as Büro
|
||||||
FROM "Journal/cimt AG"
|
FROM "Journal/cimt AG"
|
||||||
WHERE file.day >= date(2026-03-01) AND file.day < date(2026-04-01) and work_home = false and work_office = false
|
WHERE file.day >= date(2026-04-01) AND file.day < date(2026-05-01) and work_home = false and work_office = false
|
||||||
SORT file.day ASC
|
SORT file.day ASC
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user