vault backup: 2026-03-07 01:21:21
This commit is contained in:
+103
-103
File diff suppressed because one or more lines are too long
+1
-1
@@ -6,5 +6,5 @@
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "2.37.1"
|
||||
"version": "2.38.0"
|
||||
}
|
||||
|
||||
+5
@@ -81,6 +81,11 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Re-enable wrapping of nav buttns to prevent overflow on smaller screens #*/
|
||||
.workspace-drawer .git-view .nav-buttons-container {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.git-tools {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
|
||||
+81
-77
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-tasks-plugin",
|
||||
"name": "Tasks",
|
||||
"version": "7.22.0",
|
||||
"version": "7.23.1",
|
||||
"minAppVersion": "1.4.0",
|
||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-tracker",
|
||||
"name": "Tracker",
|
||||
"version": "1.18.0",
|
||||
"version": "1.19.0",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "A plugin tracks occurrences and numbers in your notes",
|
||||
"author": "pyrochlore",
|
||||
|
||||
Vendored
+70
-2
@@ -141,8 +141,7 @@
|
||||
"Areas/Arbeitszimmer/Projekte",
|
||||
"Areas/cimt AG/Projekte",
|
||||
"Areas/Wohnung/Projekte",
|
||||
"Areas/cimt AG/Weiterbildung",
|
||||
"Areas/cimt AG/Lightning Talks"
|
||||
"Areas/cimt AG/Weiterbildung"
|
||||
],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": false,
|
||||
@@ -329,6 +328,75 @@
|
||||
]
|
||||
},
|
||||
"runOnStartup": false
|
||||
},
|
||||
{
|
||||
"id": "5975effc-3773-452d-adf2-b3bc88c74000",
|
||||
"name": "Add Lightning Talk",
|
||||
"type": "Macro",
|
||||
"command": true,
|
||||
"runOnStartup": false,
|
||||
"macro": {
|
||||
"id": "aa3bf363-8469-4804-85f3-cd2e5bce54c5",
|
||||
"name": "Add Project",
|
||||
"commands": [
|
||||
{
|
||||
"name": "Create Lightning Talk note",
|
||||
"type": "NestedChoice",
|
||||
"id": "f10ef0eb-ffe9-4ddb-bd76-45cc80253d34",
|
||||
"choice": {
|
||||
"id": "4acf0e97-f9c7-44e0-b73e-97764a5e5466",
|
||||
"name": "Create Lightning Talk note",
|
||||
"type": "Template",
|
||||
"command": false,
|
||||
"templatePath": "Resources/Templates/process-lightning-talk.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "{{VALUE:Add Vortrag}}"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
"folders": [
|
||||
"Areas/cimt AG/Präsentation"
|
||||
],
|
||||
"chooseWhenCreatingNote": false,
|
||||
"createInSameFolderAsActiveFile": false,
|
||||
"chooseFromSubfolders": false
|
||||
},
|
||||
"appendLink": false,
|
||||
"openFileInNewTab": {
|
||||
"enabled": false,
|
||||
"direction": "vertical",
|
||||
"focus": true
|
||||
},
|
||||
"openFile": false,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Wait",
|
||||
"type": "Wait",
|
||||
"id": "82c6c80d-a7fa-4939-b709-03e4e3b4ccf9",
|
||||
"time": 200
|
||||
},
|
||||
{
|
||||
"filePath": "Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md",
|
||||
"type": "OpenFile",
|
||||
"id": "4yATqUiQ4Wt0pdyX9Xem6",
|
||||
"openInNewTab": false,
|
||||
"location": "tab",
|
||||
"focus": true,
|
||||
"name": "Open file: Areas/cimt AG/Präsentation/{{VALUE:Add Vortrag}}.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputPrompt": "single-line",
|
||||
|
||||
Vendored
+63
-59
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "quickadd",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Quickly add new pages or content to your vault.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+247
-235
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "task-list-kanban",
|
||||
"name": "Task List Kanban",
|
||||
"version": "1.5.0",
|
||||
"version": "1.8.0",
|
||||
"minAppVersion": "1.5.3",
|
||||
"description": "Organizes all of the tasks within your files into a kanban view. Reduce duplication of effort when managing and prioritising tasks by simply using the task format in your files to automatically appear in your Task List Kanban.",
|
||||
"author": "Chris Kerr, Erika Rice Scherpelz",
|
||||
|
||||
Vendored
+2
-1
@@ -59,6 +59,7 @@
|
||||
"consulted": "multitext",
|
||||
"informed": "multitext",
|
||||
"shareholder": "multitext",
|
||||
"former_project": "multitext"
|
||||
"former_project": "multitext",
|
||||
"TQ_show_toolbar": "checkbox"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Frankfurt
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Berlin
|
||||
---
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
status: Backlog
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Buildmanagement BIENE
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
status: Backlog
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Buildteam
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title: Ist DevOps nur ein leeres Versprechen?
|
||||
created: 2025-10-28
|
||||
tags:
|
||||
- presentation/article
|
||||
- process/article
|
||||
---
|
||||
## Ist DevOps nur ein leeres Versprechen?
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
---
|
||||
status: Backlog
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
---
|
||||
|
||||
> [!task]+
|
||||
> Project::
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Installation Booklore"})`
|
||||
|
||||
## Aufgabenbeschreibung
|
||||
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Installation Booklore [start:: 2026-02-23] [scheduled:: 2026-02-25]
|
||||
@@ -2,7 +2,6 @@
|
||||
type: Wohnung
|
||||
tags:
|
||||
- process/project
|
||||
status: Backlog
|
||||
subtitle: Oberlicht abdecken
|
||||
---
|
||||
> [!abstract]+ Project
|
||||
|
||||
@@ -17,6 +17,6 @@ tags:
|
||||
|
||||
- [x] Google Cloud Projekt für Tibuci aufsetzen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
||||
- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06]
|
||||
- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||
- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09]
|
||||
|
||||
@@ -18,7 +18,7 @@ tags:
|
||||
- [ ] Hinweis auf sicherheitsrelevante Software-Versionen - Deinstallation
|
||||
- [x] **PyCharm 2025.2.4** — Version 252.27397.106 [completion:: 2026-02-23]
|
||||
- [x] **Microsoft Outlook 2016 - de-de** — Version 16.0.19530.20226 [completion:: 2026-02-23]
|
||||
- [ ] **ESET Management Agent** — Version 12.5.2104.0 [start:: 2026-02-23] [scheduled:: 2026-03-05]
|
||||
- [ ] **ESET Management Agent** — Version 12.5.2104.0 [start:: 2026-02-23] [scheduled:: 2026-03-09]
|
||||
- [x] **Microsoft .NET 8.0.19 - Windows Server Hosting** — Version 8.0.19.25372 [completion:: 2026-02-23]
|
||||
- [x] **Python 3.13.5 (64-bit)** — Version 3.13.5150.0 [completion:: 2026-02-23]
|
||||
- [x] **Go Programming Language amd64 go1.25.2** — Version 1.25.2 [completion:: 2026-02-23]
|
||||
|
||||
@@ -1,17 +1,18 @@
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("presentation/lecture")
|
||||
- file.tags.contains("process/lightning_talk")
|
||||
- '!file.path.startsWith("Resource")'
|
||||
views:
|
||||
- type: table
|
||||
name: Alle Vorträge
|
||||
order:
|
||||
- file.name
|
||||
- subtitle
|
||||
- status
|
||||
- lecture_date
|
||||
sort: []
|
||||
columnSize:
|
||||
note.subtitle: 294
|
||||
file.name: 531
|
||||
note.subtitle: 403
|
||||
- type: table
|
||||
name: Archiv
|
||||
filters:
|
||||
|
||||
@@ -2,59 +2,30 @@
|
||||
tags:
|
||||
- process/event
|
||||
type: Beruflich
|
||||
company: "[[cimt objects AG]]"
|
||||
---
|
||||
|
||||
> [!goal]- Lightning Talks
|
||||
> Progress:: `$= dv.view('progress', {file: 'Lightning Talks'})`
|
||||
> Target:: `$= dv.view('target', {file: 'Lightning Talks'})`
|
||||
> Bar:: `$= dv.view('total-progress-bar', {file: 'Lightning Talks'})`
|
||||
> Projects:: `$= const projects = dv.page('Lightning Talks').file.inlinks.where(p => { const mp = dv.page(p.path); return mp.tags?.includes('process/project') && mp.status != 'Archiv'}); if (projects.length > 0) { dv.header(4, projects.length > 1 ? "Projects" : "Project"); dv.list(projects) }`
|
||||
|
||||
## Wie sieht der Erfolg aus? Was soll erreicht werden?
|
||||
-
|
||||
|
||||
## Related core values
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
|
||||
### Aufgaben
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
TABLE lightning_talks_orga as Standort
|
||||
FROM #process/lightning_talks AND !"Resources/Templates"
|
||||
FROM #event/lightning_talk AND !"Resources/Templates"
|
||||
SORT file.name DESC
|
||||
```
|
||||
|
||||
### Ideen
|
||||
|
||||
|
||||
### Offene Projekte
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/lecture')).where(p => dv.page(p.path).status != "Archiv");
|
||||
|
||||
let projects = new Set();
|
||||
for (let projectPage of pages) {
|
||||
const page = dv.page(projectPage.path);
|
||||
projects.add([page.file.link, page.status, page.Progress, page.Target]);
|
||||
}
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], Array.from(projects));
|
||||
### Vorträge in Arbeit
|
||||
```dataview
|
||||
TABLE Progress, Target
|
||||
FROM #process/lightning_talk AND !"Resources/Templates"
|
||||
WHERE !lecture_date
|
||||
```
|
||||
|
||||
## Projekte
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
## Vorträge
|
||||
```dataview
|
||||
TABLE Progress, Target
|
||||
FROM #process/lightning_talk AND !"Resources/Templates"
|
||||
WHERE lecture_date
|
||||
```
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Berlin
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Hamburg
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Düsseldorf
|
||||
---
|
||||
|
||||
|
||||
@@ -15,4 +15,4 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
||||
- [ ] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||
|
||||
@@ -15,5 +15,5 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-05]
|
||||
- [ ] Benutzer-Account bei Enersuisse angelegt [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||
- [ ] [[Marcel Kuszak]] fragt Ansprechpartner bei Enersuisse [start:: 2026-02-19] [scheduled:: 2026-03-09]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
status: Review
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/task
|
||||
|
||||
|
||||
@@ -8,5 +8,5 @@ tags:
|
||||
- [x] Benutzerinfo erhalten #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung 2FA #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04]
|
||||
- [x] Einrichtung personalisierter Benutzer angestossen #process/task [start:: 2026-03-04] [scheduled:: 2026-03-05] [completion:: 2026-03-05]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver [start:: 2026-03-04] [scheduled:: 2026-03-05] #process/task
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-03-09]
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ tags:
|
||||
---
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-05]
|
||||
- [ ] Einrichtung Sophos Client auf BERVW1HHA und BERVW2HHA #process/task [start:: 2026-03-03] [scheduled:: 2026-03-09]
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: 180PT Faktura in 2022
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Journal/cimt AG/2022|2022]]
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
subtitle: Austausch Laptop
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal::
|
||||
|
||||
@@ -23,10 +23,10 @@ subtitle: Confluence
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-02]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-02]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-02]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-02]
|
||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-03-12]
|
||||
|
||||
|
||||
## Offene Aufgaben
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
title: KI ersetzt nicht DevOps
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/article
|
||||
- process/article
|
||||
---
|
||||
## Abstract
|
||||
KI verändert die Software-Entwicklung und auch Methoden, wie DevOps bleiben nicht unberührt.
|
||||
@@ -60,5 +60,5 @@ Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareen
|
||||
- [x] Zusendung des Blogeintrags an [[Ann-Kristin Hantzsch-Kühnlenz]] inklusive der Anmerkungen von [[Stefanie Pelster]] #process/task [start:: 2026-02-17] [scheduled:: 2026-02-20] [due:: 2026-03-30] [completion:: 2026-02-20]
|
||||
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-09] [due:: 2026-03-10]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-11] [due:: 2026-03-10]
|
||||
|
||||
@@ -41,7 +41,7 @@ CouchDB Testumgebung
|
||||
|
||||
## Aufgaben
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-02-27]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-03-10]
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
id: Captain auf die Brücke
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
status: Archiv
|
||||
subtitle: Führen wie Star Trek Captain Jean-Luc Picard
|
||||
lecture_date: 2024-04-19
|
||||
|
||||
@@ -4,8 +4,7 @@ type: Vortrag
|
||||
status: Archiv
|
||||
tags:
|
||||
- IT/Development/Asciidoctor
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lecture
|
||||
subtitle: Dokumentation erstellen mit Asciidoctor
|
||||
lecture_date: 2022-09-15
|
||||
---
|
||||
|
||||
@@ -1,11 +1,9 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Entwicklung einer GUI Anwendung in Python
|
||||
lecture_date: 2025-10-17
|
||||
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Goal:: [[Lightning Talks]]
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lecture
|
||||
subtitle: Entwicklung mit Spring Boot und Vaadin
|
||||
lecture_date: 2025-03-27
|
||||
---
|
||||
@@ -14,7 +13,7 @@ lecture_date: 2025-03-27
|
||||
> Tasks:: `$= const aufgaben = dv.page('Entwicklung mit Spring Boot und Vaadin').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }`
|
||||
|
||||
## Project Info
|
||||
Vortrag gehalten im Termin [[2025-03-27]]
|
||||
Vortrag gehalten im Termin [[JaKo 2025]]
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
+1
-3
@@ -1,9 +1,7 @@
|
||||
---
|
||||
status: Backlog
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Ersetzung von Docker mit podman
|
||||
---
|
||||
> [!abstract]- Project
|
||||
+1
-2
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Feuerwehr und THW arbeiten zusammen - Feuerwehrbereitschaft in Berlin
|
||||
lecture_date: 2024-09-20
|
||||
---
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
id: Gitlab Github von der Kommandozeile aus bedienen
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
status: Archiv
|
||||
subtitle: Gitlab/Github von der Kommandozeile aus bedienen
|
||||
type: Archiv
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
id: Gradle Convention Plugins
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
status: Archiv
|
||||
subtitle: Project Board
|
||||
type: Archiv
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
id: Gradle Feature - Version Catalog
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
status: Archiv
|
||||
subtitle: Gradle Feature - Version Catalog
|
||||
type: Archiv
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Konfiguration von vim
|
||||
lecture_date: 2025-07-18
|
||||
---
|
||||
|
||||
+1
-3
@@ -1,9 +1,7 @@
|
||||
---
|
||||
id: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
||||
aliases: []
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
status: Archiv
|
||||
subtitle: Meditation - immer noch besser als rumzusitzen und nichts zu tun
|
||||
type: Vortrag
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Philosophie der Samurai - Nur was für Kampfsportler?
|
||||
type: Vortrag
|
||||
lecture_date: 2023-08-18
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Storytelling - Aufbau einer Abenteuergeschichte
|
||||
lecture_date: 2024-11-15
|
||||
---
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
---
|
||||
type: Archiv
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Verwaltung von Notizen - Verwendung von Folder, Tags, Links
|
||||
lecture_date: 2024-01-19
|
||||
---
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
type: Archiv
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Vorstellung Joplin und Obsidian
|
||||
lecture_date: 2023-07-21
|
||||
---
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Vorstellung von NeoVIM
|
||||
lecture_date: 2025-06-20
|
||||
---
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
status: Archiv
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Vorstellung von tmux
|
||||
lecture_date: 2025-02-21
|
||||
---
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
status: Archiv
|
||||
type: Vortrag
|
||||
tags:
|
||||
- process/project
|
||||
- presentation/lecture
|
||||
- process/lightning_talk
|
||||
subtitle: Wie funktioniert die Entwicklung mit Gitlab/Github?
|
||||
title: Gitlab/Github Development Workflow
|
||||
lecture_date: 2022-04-22
|
||||
@@ -35,12 +34,6 @@ lecture_date: 2022-04-22
|
||||
## Aufgaben
|
||||
- [x] Vortrag ausgearbeitet [completion:: 2022-02-18]
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND !"Übersicht/Kanban" AND "Journal"
|
||||
SORT file.name DESC
|
||||
```
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- process/meeting
|
||||
- process/lightning_talks
|
||||
- event/lightning_talk
|
||||
lightning_talks_orga: Berlin
|
||||
---
|
||||
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
---
|
||||
tags:
|
||||
- process/lightning_talk
|
||||
subtitle: <% tp.file.title %>
|
||||
---
|
||||
> [!abstract]- Project
|
||||
> Progress:: `$= dv.view('project-progress', {file: '<% tp.file.title %>'})`
|
||||
> Target:: `$= dv.view('project-target', {file: '<% tp.file.title %>'})`
|
||||
> Bar:: `$= dv.view('project-progress-bar', {file: '<% tp.file.title %>'})`
|
||||
> Tasks:: `$= const aufgaben = dv.page('<% tp.file.title %>').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }`
|
||||
|
||||
## Project Info
|
||||
|
||||
## Thoughts
|
||||
|
||||
## Resources
|
||||
|
||||
|
||||
## Review questions
|
||||
|
||||
|
||||
## Aufgaben
|
||||
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length);
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
|
||||
## Aufgaben
|
||||
```dataviewjs
|
||||
const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task'));
|
||||
|
||||
dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => {
|
||||
const page = dv.page(p.path);
|
||||
const tasks = page.file.tasks;
|
||||
return [
|
||||
page.file.link,
|
||||
page.status,
|
||||
tasks.where(t => t.fullyCompleted === true).length,
|
||||
tasks.length
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -1,6 +1,7 @@
|
||||
filters:
|
||||
and:
|
||||
- file.tags.contains("process/goal")
|
||||
- '!file.path.startsWith("Resource")'
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
|
||||
@@ -1,120 +0,0 @@
|
||||
---
|
||||
|
||||
kanban-plugin: board
|
||||
|
||||
---
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] [[Ersetzung von Docker mit podman]]
|
||||
- [ ] [[Fenster aufarbeiten]]
|
||||
- [ ] [[Abdeckung über der Wohnungstür]]
|
||||
- [ ] [[Unterlagen von Mor]]
|
||||
- [ ] [[Zimmertüren aufarbeiten]]
|
||||
|
||||
|
||||
## Aktiv
|
||||
|
||||
- [ ] [[Obsidian Setup]]
|
||||
- [ ] [[Einarbeitung Managed Services Team]]
|
||||
- [ ] [[Rezertifizierung Google Cloud Developer]]
|
||||
- [ ] [[Maintenance der cimt-Talend-Komponenten übernehmen]]
|
||||
- [ ] [[Faktura-Quote 60 Prozent bis Ende des Jahres]]
|
||||
- [ ] [[Tibuci]]
|
||||
- [ ] [[Einsatz nicht-Talend-eigener Komponenten]]
|
||||
- [ ] [[Confluence]]
|
||||
- [ ] [[Software]]
|
||||
|
||||
|
||||
## Review
|
||||
|
||||
- [ ] [[Notizenverwaltung]]
|
||||
|
||||
|
||||
## Geschlossen
|
||||
|
||||
**Fertiggestellt**
|
||||
|
||||
|
||||
## Abgewiesen
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
## Archiv
|
||||
|
||||
- [x] [[Google Cloud Developer]]
|
||||
- [x] [[Vortrag JaKo 2023]]
|
||||
- [x] [[DC-G Softwareentwicklungsumgebung]]
|
||||
- [x] [[Steuererklärung 2001]]
|
||||
- [x] [[Steuererklärung 2003]]
|
||||
- [x] [[Steuererklärung 2006]]
|
||||
- [x] [[Steuererklärung 2008]]
|
||||
- [x] [[Steuererklärung 2009]]
|
||||
- [x] [[Steuererklärung 2010]]
|
||||
- [x] [[Steuererklärung 2011]]
|
||||
- [x] [[Steuererklärung 2013]]
|
||||
- [x] [[Steuererklärung 2012]]
|
||||
- [x] [[Steuererklärung 2014]]
|
||||
- [x] [[Steuererklärung 2015]]
|
||||
- [x] [[Steuererklärung 2016]]
|
||||
- [x] [[Steuererklärung 2017]]
|
||||
- [x] [[Steuererklärung 2018]]
|
||||
- [x] [[Steuererklärung 2019]]
|
||||
- [x] [[Steuererklärung 2020]]
|
||||
- [x] [[Steuererklärung 2021]]
|
||||
- [x] [[Philosophie der Samurai]]
|
||||
- [x] [[Vorstellung Joplin und Obsidian]]
|
||||
- [x] [[Verwaltung von Notizen]]
|
||||
- [x] [[Gradle Feature - Version Catalog]]
|
||||
- [x] [[Gradle Convention Plugins]]
|
||||
- [x] [[Exasol Administration Essentials]]
|
||||
- [x] [[Meditation - immer noch besser als rumzusitzen und nichts zu tun]]
|
||||
- [x] [[Captain auf die Brücke]]
|
||||
- [x] [[InfraRisk24]]
|
||||
- [x] [[CIP020 SAP - GCP Cortex Framework]]
|
||||
- [x] [[Exasol Administration on premises]] [completion:: 2024-05-27]
|
||||
- [x] [[thpeetz-plugins]] [completion:: 2024-06-03]
|
||||
- [x] [[version-catalog]] [completion:: 2024-06-03]
|
||||
- [x] [[Vortrag Development mit Github-Workflow]] [completion:: 2024-06-03]
|
||||
- [x] [[Dokumentation erstellen mit Asciidoctor]] [completion:: 2024-06-03]
|
||||
- [x] [[Steuererklärung 2022]] [completion:: 2024-06-10]
|
||||
- [x] [[ISO-27001 Zertifizierung]]
|
||||
- [x] [[Unterweisung]]
|
||||
- [x] [[COBOL Mainframe Transformation]] [completion:: 2024-06-03]
|
||||
- [x] [[Charlotte Ordner]]
|
||||
- [x] [[Krankenakte Claudia]]
|
||||
- [x] [[Büro]]
|
||||
- [x] [[convention-plugins]] [completion:: 2024-06-10]
|
||||
- [x] [[Vertrieb]] [completion:: 2024-06-10]
|
||||
- [x] [[Krankenakte Thomas]] [completion:: 2024-06-10]
|
||||
- [x] [[Gütegemeinschaft Brandschutz]] [completion:: 2024-06-10]
|
||||
- [x] [[Feuerwehr und THW arbeiten zusammen - Feuerwehrbereitschaft in Berlin]] [completion:: 2024-09-20]
|
||||
- [x] [[Bett reparieren]] [completion:: 2024-10-12]
|
||||
- [x] [[DataOps]] [completion:: 2024-09-27]
|
||||
- [x] [[Storytelling - Aufbau einer Abenteuergeschichte]] [completion:: 2024-11-15]
|
||||
- [x] [[Steuererklärung 2023]] [completion:: 2025-01-21]
|
||||
- [x] [[kontor-spring]] [completion:: 2025-01-21]
|
||||
- [x] [[Vorstellung von tmux]] [completion:: 2025-02-21]
|
||||
- [x] [[180PT Faktura in 2022]] [completion:: 2025-03-08]
|
||||
- [x] [[Know-how-Sicherung und -Ausbau in der cimt]] [completion:: 2025-03-08]
|
||||
- [x] [[Entwicklung mit Spring Boot und Vaadin]] [completion:: 2025-03-28]
|
||||
- [x] [[Vorstellung von NeoVIM]] [completion:: 2025-06-28]
|
||||
- [x] [[Austausch Laptop]] [completion:: 2025-07-11]
|
||||
- [x] [[Konfiguration von vim]] [completion:: 2025-07-18]
|
||||
- [x] [[Camunda 8 Developer]] [completion:: 2025-07-30]
|
||||
- [x] [[Entwicklung einer GUI Anwendung in Python]] [completion:: 2025-11-19]
|
||||
- [x] [[AWS Certified CloudOps Engineer Associate]] [completion:: 2025-11-19]
|
||||
- [x] [[Blog Post]] [completion:: 2026-01-02]
|
||||
- [x] [[Erfolgreich im Projekt bei Messe München agieren]] [completion:: 2025-06-28]
|
||||
- [x] [[Talend Pipeline]] [completion:: 2025-07-11]
|
||||
- [x] [[PURR Development]] [completion:: 2026-01-15]
|
||||
- [x] [[Steuererklärung 2024]] [completion:: 2026-02-16]
|
||||
- [x] [[Faktura Quote in Projektzeiten]] [completion:: 2025-11-19]
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"board","metadata-keys":[{"metadataKey":"Bar","label":"","shouldHideLabel":true,"containsMarkdown":true}],"show-checkboxes":true,"new-note-template":"Resources/Templates/Project Template.md","new-note-folder":"Areas/IT/Projekte"}
|
||||
```
|
||||
%%
|
||||
@@ -1,53 +0,0 @@
|
||||
---
|
||||
|
||||
kanban-plugin: board
|
||||
|
||||
---
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] [[Talend System-Update]]
|
||||
- [ ] [[Kong Gateway: Erneuerung SSL Zertifikat]]
|
||||
- [ ] [[Einrichtung BIG KAISER Anbindung]]
|
||||
- [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]]
|
||||
- [ ] [[Monitoring: Harry Brot: Datenbanken unter Aufsicht durchgeführt]]
|
||||
- [ ] [[AD-Benutzer für alanta erhalten]]
|
||||
- [ ] [[Benutzer-Account bei Enersuisse angelegt]]
|
||||
- [ ] [[Persönlicher Cosnova Account eingerichtet]]
|
||||
- [ ] [[Erste Komponenten auf neues SDK umgestellt]]
|
||||
- [ ] [[Umfang klären und Developmentplan aufstellen]]
|
||||
|
||||
|
||||
## In Arbeit
|
||||
|
||||
- [ ] [[Google Cloud Projekt für Tibuci aufsetzen]]
|
||||
- [ ] [[Github Repository für nvim-config erstellen]]
|
||||
|
||||
|
||||
## Review
|
||||
|
||||
- [x] [[Zugang TDK eingerichtet]] [completion:: 2026-02-26]
|
||||
|
||||
|
||||
## Geschlossen
|
||||
|
||||
|
||||
|
||||
***
|
||||
|
||||
## Archiv
|
||||
|
||||
- [x] [[Aufsetzen neuer Laptop]] [completion:: 2025-10-21]
|
||||
- [x] [[Dokumentation auf Stand bringen]] [completion:: 2026-01-15]
|
||||
- [x] [[Anfrage bezüglich KI-Richtlinie]] [completion:: 2026-01-15]
|
||||
- [x] [[Upgrade OS auf Debian 12]] [completion:: 2026-02-05]
|
||||
- [x] [[Anfrage Deutsche Bahn]] [completion:: 2026-02-18]
|
||||
- [x] [[Zammad Admin Schulung]] [completion:: 2026-02-19]
|
||||
- [x] [[Ausschreibung Wissensdatenbank]] [completion:: 2026-02-19]
|
||||
- [x] [[Hinweis auf sicherheitsrelevante Software-Versionen]] [completion:: 2026-02-26]
|
||||
|
||||
%% kanban:settings
|
||||
```
|
||||
{"kanban-plugin":"board","list-collapse":[false,false,false,false],"metadata-keys":[{"metadataKey":"Bar","label":"","shouldHideLabel":true,"containsMarkdown":true}],"show-checkboxes":true,"new-note-template":"Resources/Templates/process-task.md","new-note-folder":"Areas/Arbeitszimmer/Aufgaben"}
|
||||
```
|
||||
%%
|
||||
Reference in New Issue
Block a user