vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+69
View File
@@ -0,0 +1,69 @@
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2009-06-02
journal-end-date: 2009-06-02
journal-date: 2009-06-02
---
[[Journal/Privat/2009/06/2009-06-01|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q2|Q2]] [[Journal/Privat/2009/2009-06|06]] [[Journal/Privat/2009/2009-W23|W23]] ⋮ [[Journal/Privat/2009/06/2009-06-03|❯❯]]
## Journal
- [x] Und wieder ist einige Zeit ins Land gegangen, ohne dass hier neue Einträge hinzugekommen sind. [completion:: 2009-06-02]
- [x] In der Zwischenzeit habe ich angefangen meine Comic- und Büchersammlung zu erfassen und die Regale umzusortieren. [completion:: 2009-06-02]
- [x] Der Linux-Server ist auf dem aktuellen Stand. [completion:: 2009-06-02]
## Ziele
##### [[2009-W23#^23i|Woche]] | [[2009-06#^06i|Monat]] | [[2009-Q2#^q2i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-06-02
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-06-02
>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-06-02
>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-06-02
>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-06-02)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 02
```
+69
View File
@@ -0,0 +1,69 @@
---
weight:
meditation:
pushUps: 0
journal: Privat daily
journal-start-date: 2009-06-08
journal-end-date: 2009-06-08
journal-date: 2009-06-08
---
[[Journal/Privat/2009/06/2009-06-07|❮❮]] ⋮ [[Journal/Privat/2009|2009]] [[Journal/Privat/2009-Q2|Q2]] [[Journal/Privat/2009/2009-06|06]] [[Journal/Privat/2009/2009-W24|W24]] ⋮ [[Journal/Privat/2009/06/2009-06-09|❯❯]]
## Journal
- [x] Termin mit Hr. Rahe zwecks Fördermöglichkeiten. Vereinbarungen über weiteres Vorgehen, NDA und das Kennenlernen stehen im Vordergrund. [completion:: 2009-06-08]
- [x] Kunden mehr in den Vordergrund stellen (Alleinstellungsmerkmal). Für welche Kunden ist die idee geplant? Was soll für wen zu welchem Preis angeboten werden? Folgende Fragestellungen müssen erarbeitet werden: Inhalt, Zielkunden, Zugang zum Kunden. Von Hr. Rahe erhalte ich ein Angebot über eine Beratung zur Geschäftserweiterung. [completion:: 2009-06-08]
- [x] Termin beim Patentanwalt bzgl. Ideenschutz einholen. [completion:: 2009-06-08]
## Ziele
##### [[2009-W24#^24i|Woche]] | [[2009-06#^06i|Monat]] | [[2009-Q2#^q2i|Quartal]] | [[2009## Jahresziele|Jahr]]
## Aufgaben
> [!hint]- Aktuelle Aufgaben
>```tasks
>not done
>happens on 2009-06-08
>path regex does not match /^Resources\/Templates\/.*/
>path regex does not match /^Übersicht\/.*/
>```
> [!todo]- Aktive Aufgaben
>```tasks
>not done
>happens before 2009-06-08
>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-06-08
>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-06-08
>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-06-08)
>```
## Geburtstage
```dataview
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
FROM "Infos/Kontakte"
WHERE birthday.month = 06 AND birthday.day = 08
```