vault backup: 2026-08-13 20:12:39

This commit is contained in:
Thomas Peetz
2026-08-13 20:12:38 +02:00
parent 0c7d992e3b
commit 960d6ea4ed
3 changed files with 142 additions and 1 deletions
+5
View File
@@ -3,3 +3,8 @@ title: Motivation
--- ---
Meine Motivation liegt noch im Bett. Ach guck, jetzt winkt sie und zeigt mir den Mittelfinger Meine Motivation liegt noch im Bett. Ach guck, jetzt winkt sie und zeigt mir den Mittelfinger
**Mein Elan ist gerade losgegangen, um meine Motivation zu suchen jetzt sind beide weg!**
**Meine Motivation ist gerade meine gute Laune suchen gegangen jetzt sind beide weg!**
+68
View File
@@ -0,0 +1,68 @@
---
work_home: false
work_office: true
journal: cimt daily
journal-date: 2026-08-12
journal-start-date: 2026-08-12
journal-end-date: 2026-08-12
---
```calendar-timeline
```
## Journal
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-12]
## Ziele
##### [[Journal/cimt AG/2026/2026-W33#^33i|Woche]] | [[Journal/cimt AG/2026/2026-08#^08i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-08-12
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-08-12
>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-08-12
>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-08-12
>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-08-12)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 08 AND birthday.day = 12
```
+68
View File
@@ -0,0 +1,68 @@
---
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-08-13
journal-start-date: 2026-08-13
journal-end-date: 2026-08-13
---
```calendar-timeline
```
## Journal
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-08-13]
## Ziele
##### [[Journal/cimt AG/2026/2026-W33#^33i|Woche]] | [[Journal/cimt AG/2026/2026-08#^08i|Monat]] | [[Journal/cimt AG/2026/2026-Q3#^q3i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-08-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-08-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-08-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-08-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-08-13)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 08 AND birthday.day = 13
```