93 lines
2.3 KiB
Markdown
93 lines
2.3 KiB
Markdown
---
|
||
journal: Privat weekly
|
||
journal-start-date: 2024-02-24
|
||
journal-end-date: 2024-03-01
|
||
journal-date: 2024-02-24
|
||
---
|
||
[[Journal/Privat/2024/2024-W08|❮❮]] ⋮ [[Journal/Privat/2024|2024]] › [[/Journal/Privat/2024-Q1|Q1]] › [[Journal/Privat/2024/2024-02|02]] ⋮ [[Journal/Privat/2024/2024-W10|❯❯]]
|
||
|
||
## Routinen der Woche
|
||
|
||
```dataview
|
||
TABLE WITHOUT ID
|
||
file.link as Datum,
|
||
choice(meditation = true, "✅", "❌") as Meditation,
|
||
choice(pushUps >= 10, "✅", "❌") as Liegestütz
|
||
FROM "Journal/Privat"
|
||
WHERE file.day >= date(2024-02-26) AND file.day <= date(2024-03-03)
|
||
SORT file.day ASC
|
||
```
|
||
|
||
> ### Woche [[2024-W09|09]] Ziele
|
||
> ---
|
||
> ---
|
||
> - [x] Auftrag für Projekt DataOps erhalten [start:: 2024-03-01] [completion:: 2024-03-01]
|
||
> - [x] Bullet Journal und Obsidian bezüglich Wochenplanung angeglichen [completion:: 2024-03-01]
|
||
> ---
|
||
^09i
|
||
|
||
#### [[2024-02#^02i|Monat]] |[[2024-Q1#^q1i|Quartal]] | [[2024## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on or before 2024-03-03
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!hint]- Geplante Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>scheduled 2024-02-26 2024-03-03
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!done]- Erledigte Aufgaben
|
||
>```dataview
|
||
>TASK
|
||
>WHERE completed AND completion >= date(2024-02-26) AND completion < date(2024-03-04)
|
||
>```
|
||
|
||
## History
|
||
|
||
### 2024-02-26
|
||
![[Journal/Privat/2024/02/2024-02-26#Journal]]
|
||
|
||
### 2024-02-27
|
||
![[Journal/Privat/2024/02/2024-02-27#Journal]]
|
||
|
||
### 2024-02-28
|
||
![[Journal/Privat/2024/02/2024-02-28#Journal]]
|
||
|
||
### 2024-02-29
|
||
![[Journal/Privat/2024/02/2024-02-29#Journal]]
|
||
|
||
### 2024-03-01
|
||
![[Journal/Privat/2024/03/2024-03-01#Journal]]
|
||
|
||
### 2024-03-02
|
||
![[Journal/Privat/2024/03/2024-03-02#Journal]]
|
||
|
||
### 2024-03-03
|
||
![[Journal/Privat/2024/03/2024-03-03#Journal]]
|
||
|
||
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month >= 02 AND birthday.day >= 26
|
||
WHERE birthday.month <= 03 AND birthday.day < 04
|
||
SORT birthday.day
|
||
```
|
||
|
||
> [!note]- Erzeugte Notizen
|
||
> ```dataview
|
||
> LIST
|
||
> WHERE file.cday >= date(2024-02-26) AND file.cday < date(2024-03-03)
|
||
>```
|