vault backup: 2026-04-16 19:08:36
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 60
|
||||
journal: Privat daily
|
||||
journal-date: 2026-04-16
|
||||
journal-start-date: 2026-04-16
|
||||
journal-end-date: 2026-04-16
|
||||
---
|
||||
```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-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-16
|
||||
>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-16
|
||||
>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-16
|
||||
>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-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 16
|
||||
```
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
work_home: false
|
||||
work_office: false
|
||||
work_office: true
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-16
|
||||
journal-start-date: 2026-04-16
|
||||
@@ -11,8 +11,8 @@ journal-end-date: 2026-04-16
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [ ] 13:30 - 14:00 [[Kleines Übergabe-Planning]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-16]
|
||||
- [x] 13:30 - 14:00 [[Kleines Übergabe-Planning]] [completion:: 2026-04-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ journal-end-date: 2026-04-19
|
||||
```calendar-timeline
|
||||
```
|
||||
> ### Woche [[2026-W16|16]] Ziele
|
||||
> - [ ] [[Upgrade QS Umgebung bei Hartje]] #process/goal
|
||||
> - [x] [[Upgrade QS Umgebung bei Hartje]] #process/goal [completion:: 2026-04-15]
|
||||
^16i
|
||||
|
||||
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
Reference in New Issue
Block a user