vault backup: 2026-02-13 15:54:03

This commit is contained in:
Thomas Peetz
2026-02-13 15:54:03 +01:00
parent 4728ad5325
commit ffc060d2cf
34 changed files with 468 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ journal-end-date: 2026-02-13
```
## Journal
- [ ] 13:00 - 14:00 [[Friseursalon Schnittkante]]
- [x] 13:00 - 14:00 [[Friseursalon Schnittkante]] [completion:: 2026-02-13]
## Ziele
+68
View File
@@ -0,0 +1,68 @@
---
weight:
meditation: true
pushUps: 20
plank: 60
journal: Privat daily
journal-date: 2026-02-13
journal-start-date: 2026-02-13
journal-end-date: 2026-02-13
---
```calendar-timeline
```
## Journal
## Ziele
##### [[2026-W07#^07i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-02-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-02-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-02-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-02-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-02-13)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 02 AND birthday.day = 13
```
+67
View File
@@ -0,0 +1,67 @@
---
work_home: true
work_office: false
journal: cimt daily
journal-date: 2026-02-13
journal-start-date: 2026-02-13
journal-end-date: 2026-02-13
---
```calendar-timeline
```
## Journal
## Ziele
##### [[Journal/cimt AG/2026/2026-02#^02i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-02-13
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-02-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-02-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-02-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-02-13)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 02 AND birthday.day = 13
```
+1
View File
@@ -12,6 +12,7 @@ journal-end-date: 2026-03-20
## Journal
- [ ] 10:00 - 12:00 [[Mitarbeitenden-Treffen Berlin]]
- [ ] 10:00 - 11:30 [[2026-03-20 Lightning Talks]]
## Ziele
+68
View File
@@ -0,0 +1,68 @@
---
work_home: false
work_office: false
journal: cimt daily
journal-date: 2026-04-03
journal-start-date: 2026-04-03
journal-end-date: 2026-04-03
---
```calendar-timeline
```
## Journal
- [ ] 11:00 - 12:00 [[GCP Gilde]]
## Ziele
##### [[Journal/cimt AG/2026/2026-04#^04i|Monat]] | [[Journal/cimt AG/2026/2026-Q2#^q2i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2026-04-03
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2026-04-03
>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-03
>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-03
>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-03)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 04 AND birthday.day = 03
```