vault backup: 2026-01-16 16:37:39
This commit is contained in:
@@ -8,7 +8,7 @@ journal-end-date: 2026-01-16
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 11:00 - 12:00 [[Friseursalon Schnittkante]]
|
||||
- [x] 11:00 - 12:00 [[Friseursalon Schnittkante]] [completion:: 2026-01-16]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight: 98.8
|
||||
meditation: true
|
||||
pushUps: 20
|
||||
plank: 75
|
||||
journal: Privat daily
|
||||
journal-date: 2026-01-16
|
||||
journal-start-date: 2026-01-16
|
||||
journal-end-date: 2026-01-16
|
||||
---
|
||||
```calendar-timeline
|
||||
```
|
||||
|
||||
## Journal
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2026-W03#^03i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2026-01-16
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-01-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-01-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-01-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-01-16)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 16
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
work_home: false
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-01-16
|
||||
@@ -11,8 +11,10 @@ journal-end-date: 2026-01-16
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 10:00 - 11:30 [[2026-01-16 Lightning Talks]]
|
||||
- [ ] 14:00 - 14:45 Ausschreibung: Wissensdatenbank
|
||||
- [x] 10:00 - 11:00 [[2026-01-16 Lightning Talks]] [completion:: 2026-01-16]
|
||||
- [x] 14:00 - 14:45 [[Ausschreibung Wissensdatenbank]] [completion:: 2026-01-16]
|
||||
- [[Frank Füllbier]]
|
||||
- [[John-Wieland Höche]]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
Reference in New Issue
Block a user