vault backup: 2026-07-20 18:05:42
This commit is contained in:
@@ -12,7 +12,7 @@ TEL[HOME]: ""
|
|||||||
TEL[WORK]: +49 40 53302 414
|
TEL[WORK]: +49 40 53302 414
|
||||||
BDAY: ""
|
BDAY: ""
|
||||||
URL[WORK]: ""
|
URL[WORK]: ""
|
||||||
ORG: "cimt objects AG"
|
ORG: cimt objects AG
|
||||||
ROLE: ""
|
ROLE: ""
|
||||||
PHOTO: ""
|
PHOTO: ""
|
||||||
ADR[HOME].STREET: ""
|
ADR[HOME].STREET: ""
|
||||||
|
|||||||
@@ -0,0 +1,69 @@
|
|||||||
|
---
|
||||||
|
weight:
|
||||||
|
meditation:
|
||||||
|
pushUps: 0
|
||||||
|
plank: 0
|
||||||
|
journal: Privat daily
|
||||||
|
journal-date: 2026-07-20
|
||||||
|
journal-start-date: 2026-07-20
|
||||||
|
journal-end-date: 2026-07-20
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
- [x] [[Charlottenburger Baugenossenschaft eG]] Zugang zum Keller zwecks Überprüfung des Zugangs zur Abwasserleitung [completion:: 2026-07-20]
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W30#^30i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-07-20
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-07-20
|
||||||
|
>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-07-20
|
||||||
|
>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-07-20
|
||||||
|
>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-07-20)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 07 AND birthday.day = 20
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user