diff --git a/Areas/Arbeitszimmer/Entscheidungen/01 - Auswahl der Notizen-Software.md b/Areas/Arbeitszimmer/Entscheidungen/01 - Auswahl der Notizen-Software.md new file mode 100644 index 0000000..eea81b9 --- /dev/null +++ b/Areas/Arbeitszimmer/Entscheidungen/01 - Auswahl der Notizen-Software.md @@ -0,0 +1,53 @@ +--- +title: 01 - Auswahl der Notizen-Software +status: accepted +date: 2026-01-20 +deciders: +consulted: +informed: +tags: + - process/adr + - process/architectural-decision-record +--- +# SD: Auswahl der Notizen-Software + +## Kontext und Problembeschreibung + +Die Verwaltung von Notizen soll mit einer Software erfolgen, die Struktur, Auffindbarkeit und Kontext zwischen Notizen ermöglichen und unterstützen soll. +Als Notizen werden folgende Informationen bezeichnet: +- Kalendereinträge +- Notizbucheinträge (Tagebuch) +- Artikel zu verschiedenen Themen +- Links zu Artikeln (Webseiten) +- Aufgaben +- Gewohnheiten + +## Entscheidungsfaktoren + +* Einfache Erstellung von Notizen +* Speicherung der Informationen in einem maschinen- und Menschen-lesbaren Format +* Verwendung von Git als SCM für Synchronisation + +## Berücksichtige Optionen + +1. Obsisidan +2. Joplin +3. Logseq +4. Textdateien +5. Self-Hosted Wiki + +## Entscheidung + +Für die Verwaltung von Notizen wird Obsidian verwendet. Die Verfügbarkeit von Plugins ermöglicht die Erstellung und Auswertungen von Aufgaben und chronologischer Einträge (Energieverbrauch, Gewicht). + +### Konsequenzen + +| Pro | Con | +| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | +| Die Verfügbarkeit von Plugins erleichtert die Erfassung von Notizen | Obsidian gibt keine Struktur vor, sondern muss selbst erstellt werden. | +| Die Speicherung der Notizen als Markdown erleichtert die Lesbarkeit auch von anderen Editoren | Synchronisation muss mit anderen Tools erfolgen | +| Notizen können einfach verlinkt werden und ermöglichen MOCs | Es entsteht Aufwand bei der Erfassung von Terminen in Obsidian und anderen Kalendern. | +| Mit Hilfe von Plugins (Dataview, Datacore) können Datenbankähnliche Abfragen und Auswertungen erstellt werden. | Für eine kommerzielle Nutzung ist eine Lizenz erforderlich. | + +## Weitergehende Informationen + diff --git a/Areas/cimt AG/Aufgaben/Ausschreibung Wissensdatenbank.md b/Areas/cimt AG/Aufgaben/Ausschreibung Wissensdatenbank.md index ae70bd8..1908d24 100644 --- a/Areas/cimt AG/Aufgaben/Ausschreibung Wissensdatenbank.md +++ b/Areas/cimt AG/Aufgaben/Ausschreibung Wissensdatenbank.md @@ -26,5 +26,5 @@ FROM [[]] AND !outgoing([[]]) AND "Journal" ## Unteraufgaben - [x] Ausschreibung Wissensdatenbank [completion:: 2026-01-16] -- [ ] Lesen der Dokumente [start:: 2026-01-16] [due:: 2026-01-20] +- [ ] Lesen der Dokumente [start:: 2026-01-16] [due:: 2026-01-21] diff --git a/Areas/cimt AG/Lightning Talks Orga Treffen.md b/Areas/cimt AG/Lightning Talks Orga Treffen.md index fe0d0c3..b3e5d33 100644 --- a/Areas/cimt AG/Lightning Talks Orga Treffen.md +++ b/Areas/cimt AG/Lightning Talks Orga Treffen.md @@ -18,12 +18,20 @@ LIMIT 20 ``` ## 🗓️Agenda - + - Wer lädt zu den Orga Treffen ein? + - Gibt es eine Terminserie? + - Layout der Lighting Talks Confluence Seite verändern -> [[Marvin Jakob]] + - Werbung für neue Vorträge + - Erweiterung des Orga-Teams + - Dokumentation im Orga-Team + + ## 📤 Gewünschtes Ergebnis ## 📝Notizen https://miro.com/app/board/uXjVP9kRZ00=/ +Passwort: Lighting_Talks https://cimtag.atlassian.net/wiki/spaces/CW/pages/886767899/Lightning+Talks+cimt ## ✔️ Aufgaben diff --git a/Journal/Privat/2026/01/2026-01-20.md b/Journal/Privat/2026/01/2026-01-20.md new file mode 100644 index 0000000..5bf4dda --- /dev/null +++ b/Journal/Privat/2026/01/2026-01-20.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: true +pushUps: 20 +plank: 75 +journal: Privat daily +journal-date: 2026-01-20 +journal-start-date: 2026-01-20 +journal-end-date: 2026-01-20 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W04#^04i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-01-20 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-20 +>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-20 +>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-20 +>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-20) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 20 +``` diff --git a/Journal/cimt AG/2026/01/2026-01-20.md b/Journal/cimt AG/2026/01/2026-01-20.md new file mode 100644 index 0000000..6b7edff --- /dev/null +++ b/Journal/cimt AG/2026/01/2026-01-20.md @@ -0,0 +1,67 @@ +--- +work_home: true +work_office: false +journal: cimt daily +journal-date: 2026-01-20 +journal-start-date: 2026-01-20 +journal-end-date: 2026-01-20 +--- + +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[Journal/cimt AG/2026/2026-01#^01i|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-01-20 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-20 +>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-20 +>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-20 +>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-20) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 20 +``` diff --git a/Journal/cimt AG/2026/01/2026-01-21.md b/Journal/cimt AG/2026/01/2026-01-21.md new file mode 100644 index 0000000..13045e0 --- /dev/null +++ b/Journal/cimt AG/2026/01/2026-01-21.md @@ -0,0 +1,68 @@ +--- +work_home: false +work_office: false +journal: cimt daily +journal-date: 2026-01-21 +journal-start-date: 2026-01-21 +journal-end-date: 2026-01-21 +--- + +```calendar-timeline +``` + +## Journal +- [ ] 09:30 - 10:30 Konzepte [[John-Wieland Höche]] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-01#^01i|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-01-21 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-21 +>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-21 +>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-21 +>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-21) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 21 +```