vault backup: 2025-12-10 11:37:35
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
---
|
||||
weight:
|
||||
meditation:
|
||||
pushUps: 0
|
||||
journal: Privat daily
|
||||
journal-start-date: 2009-01-22
|
||||
journal-end-date: 2009-01-22
|
||||
journal-date: 2009-01-22
|
||||
---
|
||||
[[Journal/Privat/2009/01/2009-01-21|❮❮]] ⋮ [[Journal/Privat/2009|2009]] › [[Journal/Privat/2009-Q1|Q1]] › [[Journal/Privat/2009/2009-01|01]] › [[Journal/Privat/2009/2009-W04|W04]] ⋮ [[Journal/Privat/2009/01/2009-01-23|❯❯]]
|
||||
|
||||
## Journal
|
||||
- [x] Aufnahme in der Reha-Klinik. [completion:: 2009-01-22]
|
||||
- [x] Das Eclipse-Projekt Riena bietet ein Framework für 3-Tier-Architekturen. Es ist zu prüfen, ob und inwieweit Riena als Grundlage für eine serverbasierte Client-Server-Architektur für das Projekt Verwaltung genommen werden kann. Kann das ECF-Framework für eine weiteres Feature verwendet werden? [completion:: 2009-01-22]
|
||||
- [x] Artikel: "Mobiles Büro: Wir arbeiten von überall" als LaTeX-Projekt aufgesetzt [completion:: 2009-01-22]
|
||||
- [x] Artikel: "Selbstmanagement: Erfahrung mit der Methode Getting Things Done" angefangen [completion:: 2009-02-22]
|
||||
|
||||
## Ziele
|
||||
|
||||
##### [[2009-W04#^04i|Woche]] | [[2009-01#^01i|Monat]] | [[2009-Q1#^q1i|Quartal]] | [[2009## Jahresziele|Jahr]]
|
||||
|
||||
## Aufgaben
|
||||
|
||||
> [!hint]- Aktuelle Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens on 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2009-01-22
|
||||
>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 2009-01-22
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!error]- Überfällig
|
||||
>```tasks
|
||||
>not done
|
||||
>has due date
|
||||
>due before 2009-01-22
|
||||
>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(2009-01-22)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 01 AND birthday.day = 22
|
||||
```
|
||||
Reference in New Issue
Block a user