Compare commits
51 Commits
a3213538bb
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| f6c8ad71f4 | |||
| 7ffe4f0ca7 | |||
| a898474282 | |||
| da37f0d337 | |||
| d6576db1b3 | |||
| 5f72a1222b | |||
| 34209ff034 | |||
| 8866801570 | |||
| 91d92cbf4a | |||
| 2577fc70c4 | |||
| 5be0d002a9 | |||
| f46f4ac4c3 | |||
| ca758c9aa3 | |||
| 9b432ce8ae | |||
| 9293fbc827 | |||
| fa0abc95d4 | |||
| 8ef993cfa4 | |||
| d987f442d0 | |||
| 9529d259fc | |||
| 23c3dcf98c | |||
| 07fa833514 | |||
| 4eddfd5861 | |||
| e009d938f8 | |||
| 36bf746c3a | |||
| d0fe9e15aa | |||
| 7f2fb0d1e0 | |||
| 369830744f | |||
| 19f4d80ff0 | |||
| 4d9db61ae0 | |||
| 1b30a4344b | |||
| f764289b65 | |||
| ecd8071322 | |||
| a6594dab91 | |||
| 3ffaf6a8dc | |||
| 0c87f91000 | |||
| 48176846a4 | |||
| e2f1bfc07a | |||
| 4c30406de5 | |||
| dfe1ade9d5 | |||
| 8e46ded96b | |||
| e314579619 | |||
| b84b2465ea | |||
| a25f5f5853 | |||
| 4381fcddf3 | |||
| ca323718a7 | |||
| 5476eca7bf | |||
| 6fcb4ebba2 | |||
| 988f343b1c | |||
| d97ca8a7ca | |||
| 70f0c79624 | |||
| 53a4850b90 |
Vendored
+2
-7
@@ -3,7 +3,6 @@
|
|||||||
"dataview",
|
"dataview",
|
||||||
"obsidian-tasks-plugin",
|
"obsidian-tasks-plugin",
|
||||||
"obsidian-sortable",
|
"obsidian-sortable",
|
||||||
"auto-note-mover",
|
|
||||||
"tag-wrangler",
|
"tag-wrangler",
|
||||||
"obsidian-plugin-toc",
|
"obsidian-plugin-toc",
|
||||||
"obsidian-charts",
|
"obsidian-charts",
|
||||||
@@ -21,12 +20,8 @@
|
|||||||
"obsidian-style-settings",
|
"obsidian-style-settings",
|
||||||
"callout-manager",
|
"callout-manager",
|
||||||
"find-unlinked-files",
|
"find-unlinked-files",
|
||||||
"contribution-graph",
|
|
||||||
"datacore",
|
|
||||||
"friend-tracker",
|
|
||||||
"desk",
|
|
||||||
"external-file-embed-and-link",
|
"external-file-embed-and-link",
|
||||||
"obsidian-git",
|
|
||||||
"obsidian-kanban",
|
"obsidian-kanban",
|
||||||
"task-list-kanban"
|
"task-list-kanban",
|
||||||
|
"vcf-contacts"
|
||||||
]
|
]
|
||||||
-20
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"contactsFolder": "Infos/Kontakte",
|
|
||||||
"defaultSortColumn": "daysUntilBirthday",
|
|
||||||
"defaultSortDirection": "asc",
|
|
||||||
"relationshipTypes": [
|
|
||||||
"familie",
|
|
||||||
"freund",
|
|
||||||
"kollege",
|
|
||||||
"kommilitone",
|
|
||||||
"projekt",
|
|
||||||
"recruiter",
|
|
||||||
"schule",
|
|
||||||
"bewerbung",
|
|
||||||
"thw",
|
|
||||||
"arzt",
|
|
||||||
"kol",
|
|
||||||
"nachbar"
|
|
||||||
],
|
|
||||||
"defaultActiveTab": "interactions"
|
|
||||||
}
|
|
||||||
-11
File diff suppressed because one or more lines are too long
-10
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"id": "friend-tracker",
|
|
||||||
"name": "Friend Tracker",
|
|
||||||
"version": "1.3.3",
|
|
||||||
"minAppVersion": "1.4.14",
|
|
||||||
"description": "Keep track of friends, birthdays, reminders, and interactions in Obsidian. Build a personal CRM, log connections, and stay organized inside your vault.",
|
|
||||||
"author": "Dan Au",
|
|
||||||
"authorUrl": "https://dausign.com",
|
|
||||||
"isDesktopOnly": false
|
|
||||||
}
|
|
||||||
-1135
File diff suppressed because it is too large
Load Diff
+7
-2
@@ -15,7 +15,6 @@
|
|||||||
"timelineEndColor": "#4d194d",
|
"timelineEndColor": "#4d194d",
|
||||||
"timestampFormat": "HH:mm",
|
"timestampFormat": "HH:mm",
|
||||||
"hourFormat": "HH",
|
"hourFormat": "HH",
|
||||||
"dataviewSource": "\"Journal\" OR #process/task",
|
|
||||||
"extendDurationUntilNext": false,
|
"extendDurationUntilNext": false,
|
||||||
"defaultDurationMinutes": 30,
|
"defaultDurationMinutes": 30,
|
||||||
"minimalDurationMinutes": 10,
|
"minimalDurationMinutes": 10,
|
||||||
@@ -24,7 +23,7 @@
|
|||||||
"showUnscheduledNestedTasks": true,
|
"showUnscheduledNestedTasks": true,
|
||||||
"showNow": true,
|
"showNow": true,
|
||||||
"showNext": true,
|
"showNext": true,
|
||||||
"pluginVersion": "0.28.0",
|
"pluginVersion": "0.30.0",
|
||||||
"showCompletedTasks": true,
|
"showCompletedTasks": true,
|
||||||
"showSubtasksInTaskBlocks": true,
|
"showSubtasksInTaskBlocks": true,
|
||||||
"icals": [],
|
"icals": [],
|
||||||
@@ -35,6 +34,12 @@
|
|||||||
"sortTasksInPlanAfterEdit": true,
|
"sortTasksInPlanAfterEdit": true,
|
||||||
"firstDayOfWeek": "monday",
|
"firstDayOfWeek": "monday",
|
||||||
"multiDayRange": "full-week",
|
"multiDayRange": "full-week",
|
||||||
|
"showTimelineInSidebar": true,
|
||||||
|
"timelineColumns": {
|
||||||
|
"planner": true,
|
||||||
|
"timeTracker": false
|
||||||
|
},
|
||||||
|
"dataviewSource": "\"Journal\" OR #process/task",
|
||||||
"showTimeTracker": false,
|
"showTimeTracker": false,
|
||||||
"showActiveClocks": true,
|
"showActiveClocks": true,
|
||||||
"editMode": "simple",
|
"editMode": "simple",
|
||||||
|
|||||||
+1395
-112
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-day-planner",
|
"id": "obsidian-day-planner",
|
||||||
"name": "Day Planner",
|
"name": "Day Planner",
|
||||||
"version": "0.28.0",
|
"version": "0.30.0",
|
||||||
"minAppVersion": "0.16.0",
|
"minAppVersion": "0.16.0",
|
||||||
"description": "A day planner with clean UI and readable syntax",
|
"description": "A day planner with clean UI and readable syntax",
|
||||||
"author": "James Lynch, continued by Ivan Lednev",
|
"author": "James Lynch, continued by Ivan Lednev",
|
||||||
|
|||||||
+2
-2
File diff suppressed because one or more lines are too long
+260
-297
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.",
|
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
"version": "2.38.2"
|
"version": "2.38.5"
|
||||||
}
|
}
|
||||||
|
|||||||
+20
-25
@@ -8,15 +8,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.git-signs-gutter {
|
|
||||||
.cm-gutterElement {
|
|
||||||
/* Needed to align the sign properly for different line heigts. Such as
|
|
||||||
* when having a heading or list item.
|
|
||||||
*/
|
|
||||||
padding-top: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.workspace-leaf-content[data-type="git-view"] .button-border {
|
.workspace-leaf-content[data-type="git-view"] .button-border {
|
||||||
border: 2px solid var(--interactive-accent);
|
border: 2px solid var(--interactive-accent);
|
||||||
border-radius: var(--radius-s);
|
border-radius: var(--radius-s);
|
||||||
@@ -108,7 +99,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.git-tools .buttons > * {
|
.git-tools .buttons > * {
|
||||||
padding: 0 0;
|
padding: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,7 +166,7 @@ which itself is adapted from the diff2html library with the following original l
|
|||||||
--git-change-bg: #ffd55840;
|
--git-change-bg: #ffd55840;
|
||||||
--git-selected: #3572b0;
|
--git-selected: #3572b0;
|
||||||
|
|
||||||
--git-delete: #c33;
|
--git-delete: #cc3333;
|
||||||
--git-insert: #399839;
|
--git-insert: #399839;
|
||||||
--git-change: #d0b44c;
|
--git-change: #d0b44c;
|
||||||
--git-move: #3572b0;
|
--git-move: #3572b0;
|
||||||
@@ -538,13 +529,24 @@ which itself is adapted from the diff2html library with the following original l
|
|||||||
.d2h-diff-tbody {
|
.d2h-diff-tbody {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* My additions */
|
||||||
|
.cm-merge-revert {
|
||||||
|
width: 4em;
|
||||||
|
}
|
||||||
|
/* Ensure that merge revert markers are positioned correctly */
|
||||||
|
.cm-merge-revert > * {
|
||||||
|
position: absolute;
|
||||||
|
background-color: var(--background-secondary);
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ====================== Line Authoring Information ====================== */
|
/* ====================== Line Authoring Information ====================== */
|
||||||
|
|
||||||
.cm-gutterElement.obs-git-blame-gutter {
|
.cm-gutterElement.obs-git-blame-gutter {
|
||||||
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
|
/* Add background color to spacing inbetween and around the gutter for better aesthetics */
|
||||||
border-width: 0px 2px 0.2px 2px;
|
border-width: 0px 2px 0.2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: var(--background-secondary);
|
border-color: var(--background-secondary);
|
||||||
background-color: var(--background-secondary);
|
background-color: var(--background-secondary);
|
||||||
@@ -557,7 +559,7 @@ which itself is adapted from the diff2html library with the following original l
|
|||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0px 6px 0px 6px;
|
padding: 0px 6px;
|
||||||
white-space: pre; /* Keep spaces and do not collapse them. */
|
white-space: pre; /* Keep spaces and do not collapse them. */
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -602,6 +604,11 @@ which itself is adapted from the diff2html library with the following original l
|
|||||||
.git-signs-gutter {
|
.git-signs-gutter {
|
||||||
.cm-gutterElement {
|
.cm-gutterElement {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
||||||
|
/* Needed to align the sign properly for different line heigts. Such as
|
||||||
|
* when having a heading or list item.
|
||||||
|
*/
|
||||||
|
padding-top: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -669,18 +676,6 @@ div:hover > .git-gutter-marker.git-changedelete {
|
|||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.git-diff {
|
|
||||||
.cm-merge-revert {
|
|
||||||
width: 4em;
|
|
||||||
}
|
|
||||||
/* Ensure that merge revert markers are positioned correctly */
|
|
||||||
.cm-merge-revert > * {
|
|
||||||
position: absolute;
|
|
||||||
background-color: var(--background-secondary);
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prevent shifting of the editor when git signs gutter is the only gutter present */
|
/* Prevent shifting of the editor when git signs gutter is the only gutter present */
|
||||||
.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) {
|
.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) {
|
||||||
margin-inline-end: 0;
|
margin-inline-end: 0;
|
||||||
|
|||||||
+81
-72
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "obsidian-tasks-plugin",
|
"id": "obsidian-tasks-plugin",
|
||||||
"name": "Tasks",
|
"name": "Tasks",
|
||||||
"version": "8.0.0",
|
"version": "8.2.2",
|
||||||
"minAppVersion": "1.8.7",
|
"minAppVersion": "1.8.7",
|
||||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
"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/",
|
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+30
-19
@@ -42,13 +42,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"mode": "default",
|
"mode": "default",
|
||||||
"focus": true
|
"focus": true
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -99,13 +100,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"focus": true,
|
"focus": true,
|
||||||
"mode": "default"
|
"mode": "default"
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -207,13 +209,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": false,
|
"openFile": false,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"focus": true,
|
"focus": true,
|
||||||
"mode": "default"
|
"mode": "default"
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -314,13 +317,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": false,
|
"openFile": false,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"focus": true,
|
"focus": true,
|
||||||
"mode": "default"
|
"mode": "default"
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -387,13 +391,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"focus": true,
|
"focus": true,
|
||||||
"mode": "default"
|
"mode": "default"
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -445,13 +450,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"focus": true,
|
"focus": true,
|
||||||
"mode": "default"
|
"mode": "default"
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -558,13 +564,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"mode": "default",
|
"mode": "default",
|
||||||
"focus": true
|
"focus": true
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -614,13 +621,14 @@
|
|||||||
},
|
},
|
||||||
"openFile": true,
|
"openFile": true,
|
||||||
"openFileInMode": "default",
|
"openFileInMode": "default",
|
||||||
"fileExistsMode": "Increment the file name",
|
|
||||||
"setFileExistsBehavior": false,
|
|
||||||
"fileOpening": {
|
"fileOpening": {
|
||||||
"location": "tab",
|
"location": "tab",
|
||||||
"direction": "vertical",
|
"direction": "vertical",
|
||||||
"mode": "default",
|
"mode": "default",
|
||||||
"focus": true
|
"focus": true
|
||||||
|
},
|
||||||
|
"fileExistsBehavior": {
|
||||||
|
"kind": "prompt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -690,7 +698,7 @@
|
|||||||
"devMode": false,
|
"devMode": false,
|
||||||
"templateFolderPath": "Resources/Templates",
|
"templateFolderPath": "Resources/Templates",
|
||||||
"announceUpdates": "all",
|
"announceUpdates": "all",
|
||||||
"version": "2.12.0",
|
"version": "2.12.3",
|
||||||
"globalVariables": {},
|
"globalVariables": {},
|
||||||
"onePageInputEnabled": false,
|
"onePageInputEnabled": false,
|
||||||
"disableOnlineFeatures": true,
|
"disableOnlineFeatures": true,
|
||||||
@@ -764,6 +772,9 @@
|
|||||||
"migrateFileOpeningSettings": true,
|
"migrateFileOpeningSettings": true,
|
||||||
"setProviderModelDiscoveryMode": true,
|
"setProviderModelDiscoveryMode": true,
|
||||||
"backfillFileOpeningDefaults": true,
|
"backfillFileOpeningDefaults": true,
|
||||||
"migrateProviderApiKeysToSecretStorage": true
|
"migrateProviderApiKeysToSecretStorage": true,
|
||||||
}
|
"consolidateFileExistsBehavior": true,
|
||||||
|
"repairTemplateFileExistsBehavior": true
|
||||||
|
},
|
||||||
|
"macros": []
|
||||||
}
|
}
|
||||||
Vendored
+68
-80
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "quickadd",
|
"id": "quickadd",
|
||||||
"name": "QuickAdd",
|
"name": "QuickAdd",
|
||||||
"version": "2.12.0",
|
"version": "2.12.3",
|
||||||
"minAppVersion": "1.11.4",
|
"minAppVersion": "1.11.4",
|
||||||
"description": "Quickly add new pages or content to your vault.",
|
"description": "Quickly add new pages or content to your vault.",
|
||||||
"author": "Christian B. B. Houmann",
|
"author": "Christian B. B. Houmann",
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
+21
-21
File diff suppressed because one or more lines are too long
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"description": "Improved table navigation, formatting, manipulation, and formulas.",
|
"description": "Improved table navigation, formatting, manipulation, and formulas.",
|
||||||
"isDesktopOnly": false,
|
"isDesktopOnly": false,
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"version": "0.22.2",
|
"version": "0.23.2",
|
||||||
"fundingUrl": {
|
"fundingUrl": {
|
||||||
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
||||||
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
||||||
column-gap: 0.2rem;
|
gap: 0.2rem;
|
||||||
margin: 0.2rem 0 0.2rem 0;
|
margin: 0.2rem 0 0.2rem 0;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|||||||
+14511
-6525
File diff suppressed because one or more lines are too long
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"id": "task-list-kanban",
|
"id": "task-list-kanban",
|
||||||
"name": "Task List Kanban",
|
"name": "Task List Kanban",
|
||||||
"version": "1.11.0",
|
"version": "2.7.3",
|
||||||
"minAppVersion": "1.5.3",
|
"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.",
|
"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",
|
"author": "Chris Kerr, Erika Rice Scherpelz",
|
||||||
|
|||||||
+317
-33
@@ -25,8 +25,8 @@ If your plugin does not need CSS, delete this file.
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: min(860px, calc(100vw - 48px));
|
width: min(1120px, calc(100vw - 48px));
|
||||||
max-width: 860px;
|
max-width: 1120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-list-kanban-settings-modal {
|
.task-list-kanban-settings-modal {
|
||||||
@@ -38,11 +38,10 @@ If your plugin does not need CSS, delete this file.
|
|||||||
|
|
||||||
.settings-scroll-wrapper {
|
.settings-scroll-wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
overflow-x: hidden;
|
display: flex;
|
||||||
overflow-y: auto;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding-bottom: 8px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Settings header */
|
/* Settings header */
|
||||||
@@ -50,7 +49,9 @@ If your plugin does not need CSS, delete this file.
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
margin-bottom: 18px;
|
padding-bottom: 14px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-header h1 {
|
.settings-header h1 {
|
||||||
@@ -112,21 +113,113 @@ If your plugin does not need CSS, delete this file.
|
|||||||
border-top: 1px solid var(--background-modifier-border);
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.task-list-kanban-confirm-modal {
|
||||||
|
min-width: min(420px, calc(100vw - 64px));
|
||||||
|
}
|
||||||
|
|
||||||
|
.task-list-kanban-confirm-modal h2 {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.confirm-modal-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
gap: 8px;
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-body {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 180px minmax(0, 1fr);
|
||||||
|
gap: 24px;
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
padding-top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-nav {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 4px;
|
||||||
|
padding: 2px 0 12px;
|
||||||
|
overflow-y: auto;
|
||||||
|
min-height: 0;
|
||||||
|
border-right: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-nav button {
|
||||||
|
justify-content: flex-start;
|
||||||
|
width: calc(100% - 14px);
|
||||||
|
height: auto;
|
||||||
|
min-height: 32px;
|
||||||
|
padding: 6px 10px;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
color: var(--text-muted);
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
font-size: var(--font-ui-small);
|
||||||
|
font-weight: 600;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-nav button:hover,
|
||||||
|
.settings-nav button:focus-visible {
|
||||||
|
color: var(--text-normal);
|
||||||
|
background: var(--background-modifier-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-content {
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
min-height: 0;
|
||||||
|
padding: 0 2px 12px 0;
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section {
|
||||||
|
padding-bottom: 22px;
|
||||||
|
scroll-margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section + .settings-section {
|
||||||
|
padding-top: 20px;
|
||||||
|
border-top: 1px solid var(--background-modifier-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section-header {
|
||||||
|
margin-bottom: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section-header h2 {
|
||||||
|
margin: 0 0 4px;
|
||||||
|
font-size: 1.35em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section-header .setting-item-description {
|
||||||
|
margin: 0;
|
||||||
|
max-width: 760px;
|
||||||
|
color: var(--text-muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section-body > .setting-item:first-child {
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-subsection {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Column editor layout */
|
/* Column editor layout */
|
||||||
.column-editor-section {
|
.column-editor-section {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-intro {
|
.column-editor-intro {
|
||||||
position: sticky;
|
display: flex;
|
||||||
top: 0;
|
align-items: center;
|
||||||
z-index: 2;
|
justify-content: space-between;
|
||||||
padding: 0 0 10px;
|
gap: 12px;
|
||||||
background: linear-gradient(to bottom, var(--background-primary) 0%, var(--background-primary) 82%, transparent 100%);
|
margin-bottom: 12px;
|
||||||
}
|
|
||||||
|
|
||||||
.column-editor-intro h2 {
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-intro .setting-item-description {
|
.column-editor-intro .setting-item-description {
|
||||||
@@ -134,11 +227,17 @@ If your plugin does not need CSS, delete this file.
|
|||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-controls button {
|
||||||
|
height: 30px;
|
||||||
|
padding: 4px 10px;
|
||||||
|
font-size: var(--font-ui-smaller);
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-list {
|
.column-editor-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 12px;
|
gap: 6px;
|
||||||
border-top: 1px solid var(--background-modifier-border);
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row {
|
.column-editor-row {
|
||||||
@@ -146,27 +245,32 @@ If your plugin does not need CSS, delete this file.
|
|||||||
position: relative;
|
position: relative;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding: 10px 8px;
|
padding: 8px;
|
||||||
border-bottom: 1px solid var(--background-modifier-border);
|
border: 1px solid var(--background-modifier-border);
|
||||||
background: transparent;
|
border-radius: var(--radius-s);
|
||||||
transition: background-color 140ms ease, box-shadow 140ms ease;
|
background: var(--background-primary);
|
||||||
|
transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-row.is-bookend {
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-row-content {
|
.column-editor-row-content {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row:hover {
|
.column-editor-row:hover {
|
||||||
background: color-mix(in srgb, var(--background-primary) 86%, var(--background-modifier-hover));
|
border-color: color-mix(in srgb, var(--background-modifier-border) 55%, var(--text-muted));
|
||||||
|
background: color-mix(in srgb, var(--background-primary) 92%, var(--background-modifier-hover));
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row:focus-within {
|
.column-editor-row:focus-within {
|
||||||
background: color-mix(in srgb, var(--background-primary) 82%, var(--background-modifier-hover));
|
border-color: var(--background-modifier-border-focus);
|
||||||
box-shadow: inset 0 1px 0 color-mix(in srgb, var(--background-modifier-border-focus) 55%, transparent),
|
box-shadow: 0 0 0 1px color-mix(in srgb, var(--background-modifier-border-focus) 45%, transparent);
|
||||||
inset 0 -1px 0 color-mix(in srgb, var(--background-modifier-border-focus) 55%, transparent);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-row.is-drop-target {
|
.column-editor-row.is-drop-target {
|
||||||
@@ -234,6 +338,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-handle:active {
|
.column-editor-handle:active {
|
||||||
@@ -246,6 +351,93 @@ If your plugin does not need CSS, delete this file.
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-summary {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(180px, 1fr) 24px minmax(150px, auto);
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
min-width: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-row.is-bookend .column-editor-summary {
|
||||||
|
grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-pill {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 24px;
|
||||||
|
max-width: 180px;
|
||||||
|
padding: 2px 8px;
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
color: var(--text-muted);
|
||||||
|
background: var(--background-secondary);
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
font-size: var(--font-ui-smaller);
|
||||||
|
font-weight: 600;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-anchor {
|
||||||
|
position: relative;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-match-anchor {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover {
|
||||||
|
position: absolute;
|
||||||
|
top: calc(100% + 8px);
|
||||||
|
z-index: 20;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 1px solid var(--background-modifier-border);
|
||||||
|
border-radius: var(--radius-s);
|
||||||
|
background: var(--background-primary);
|
||||||
|
box-shadow: var(--shadow-s);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-color-popover {
|
||||||
|
left: 50%;
|
||||||
|
width: 230px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-match-popover {
|
||||||
|
right: 0;
|
||||||
|
width: min(360px, calc(100vw - 64px));
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-field {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary-button {
|
||||||
|
appearance: none;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
cursor: pointer;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary-button:hover,
|
||||||
|
.column-editor-summary-button:focus-visible {
|
||||||
|
color: var(--text-normal);
|
||||||
|
background: var(--background-modifier-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-fields.column-editor-fields-inline {
|
.column-editor-fields.column-editor-fields-inline {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@@ -291,7 +483,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-field-tag {
|
.column-editor-field-tag {
|
||||||
flex: 1 1 180px;
|
flex: 1 1 260px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
@@ -306,7 +498,8 @@ If your plugin does not need CSS, delete this file.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-field-match,
|
.column-editor-field-match,
|
||||||
.column-editor-field-visibility {
|
.column-editor-field-visibility,
|
||||||
|
.column-editor-field-status {
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -321,6 +514,18 @@ If your plugin does not need CSS, delete this file.
|
|||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status select {
|
||||||
|
min-width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status .setting-input {
|
||||||
|
width: 84px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-field-status .setting-input:not(.is-visible) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-inline-label {
|
.column-editor-inline-label {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
@@ -335,8 +540,8 @@ If your plugin does not need CSS, delete this file.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-color-swatch {
|
.column-editor-color-swatch {
|
||||||
width: 14px;
|
width: 18px;
|
||||||
height: 14px;
|
height: 18px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
border: 1px solid var(--background-modifier-border);
|
border: 1px solid var(--background-modifier-border);
|
||||||
appearance: none;
|
appearance: none;
|
||||||
@@ -348,12 +553,16 @@ If your plugin does not need CSS, delete this file.
|
|||||||
var(--background-secondary) 90deg 180deg
|
var(--background-secondary) 90deg 180deg
|
||||||
);
|
);
|
||||||
background-blend-mode: overlay;
|
background-blend-mode: overlay;
|
||||||
flex: 0 0 14px;
|
flex: 0 0 18px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-summary-swatch {
|
||||||
|
justify-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-color-swatch.has-color {
|
.column-editor-color-swatch.has-color {
|
||||||
border-color: color-mix(in srgb, var(--background-modifier-border) 40%, var(--text-normal));
|
border-color: color-mix(in srgb, var(--background-modifier-border) 40%, var(--text-normal));
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@@ -377,6 +586,14 @@ If your plugin does not need CSS, delete this file.
|
|||||||
font-size: var(--font-ui-smaller);
|
font-size: var(--font-ui-smaller);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
padding: 2px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-rename-option input,
|
||||||
|
.column-editor-rename-option label {
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.column-editor-remove-rail {
|
.column-editor-remove-rail {
|
||||||
@@ -410,21 +627,69 @@ If your plugin does not need CSS, delete this file.
|
|||||||
.column-editor-controls {
|
.column-editor-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-top: 10px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive layout */
|
/* Responsive layout */
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.task-list-kanban-settings-modal-container {
|
||||||
|
width: min(920px, calc(100vw - 24px));
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-body {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
gap: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-nav {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 4;
|
||||||
|
flex-direction: row;
|
||||||
|
gap: 6px;
|
||||||
|
overflow-x: auto;
|
||||||
|
padding: 0 0 10px;
|
||||||
|
border-right: 0;
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
background: var(--background-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-nav button {
|
||||||
|
width: auto;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary {
|
||||||
|
grid-template-columns: minmax(160px, 1fr) auto auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 720px) {
|
@media (max-width: 720px) {
|
||||||
.column-editor-row {
|
.column-editor-row {
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-intro,
|
||||||
|
.column-editor-summary,
|
||||||
.column-editor-fields.column-editor-fields-inline,
|
.column-editor-fields.column-editor-fields-inline,
|
||||||
.column-editor-field {
|
.column-editor-field {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-intro {
|
||||||
|
align-items: stretch;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-summary {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-row.is-bookend .column-editor-summary {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-fields.column-editor-fields-inline {
|
.column-editor-fields.column-editor-fields-inline {
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
@@ -433,6 +698,7 @@ If your plugin does not need CSS, delete this file.
|
|||||||
.column-editor-field-tag,
|
.column-editor-field-tag,
|
||||||
.column-editor-field-match,
|
.column-editor-field-match,
|
||||||
.column-editor-field-visibility,
|
.column-editor-field-visibility,
|
||||||
|
.column-editor-field-status,
|
||||||
.column-editor-field-color {
|
.column-editor-field-color {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
@@ -442,9 +708,27 @@ If your plugin does not need CSS, delete this file.
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-popover-anchor,
|
||||||
|
.column-editor-popover,
|
||||||
|
.column-editor-popover-field {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-editor-popover {
|
||||||
|
position: static;
|
||||||
|
transform: none;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.column-editor-field-match select,
|
.column-editor-field-match select,
|
||||||
.column-editor-field-visibility select,
|
.column-editor-field-visibility select,
|
||||||
|
.column-editor-field-status select,
|
||||||
|
.column-editor-field-status .setting-input,
|
||||||
.column-editor-field-color .setting-input {
|
.column-editor-field-color .setting-input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column-editor-pill {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+18
-18
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"id": "templater-obsidian",
|
"id": "templater-obsidian",
|
||||||
"name": "Templater",
|
"name": "Templater",
|
||||||
"version": "2.20.3",
|
"version": "2.20.6",
|
||||||
"description": "Create and use templates",
|
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||||
"minAppVersion": "1.12.2",
|
"minAppVersion": "1.12.2",
|
||||||
"author": "SilentVoid",
|
"author": "SilentVoid",
|
||||||
"authorUrl": "https://github.com/SilentVoid13",
|
"authorUrl": "https://github.com/SilentVoid13",
|
||||||
|
|||||||
+1
-1
@@ -221,6 +221,6 @@ textarea.templater-prompt-input:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.CodeMirror-hint-active {
|
li.CodeMirror-hint-active {
|
||||||
background: #08f;
|
background: #0088ff;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
+42
@@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"contactsFolder": "Infos/Kontakte",
|
||||||
|
"defaultHashtag": "#process/contact",
|
||||||
|
"processors": {
|
||||||
|
"UidProcessor": true,
|
||||||
|
"SyncUnknownProcessor": true
|
||||||
|
},
|
||||||
|
"syncSelected": "CardDAV",
|
||||||
|
"syncEnabled": true,
|
||||||
|
"groupInsights": true,
|
||||||
|
"CardDAV": {
|
||||||
|
"addressBookUrl": "https://cal.thpeetz.de/tpeetz/77b1c975-45b5-3e60-fda2-7a396513c6f7/",
|
||||||
|
"syncInterval": 900,
|
||||||
|
"authKey": "dHBlZXR6OmlrYW1rdWJtMjA=",
|
||||||
|
"authType": "basic"
|
||||||
|
},
|
||||||
|
"createFieldsKeys": [
|
||||||
|
"N.PREFIX",
|
||||||
|
"N.GN",
|
||||||
|
"N.MN",
|
||||||
|
"N.FN",
|
||||||
|
"N.SUFFIX",
|
||||||
|
"TEL[CELL]",
|
||||||
|
"TEL[HOME]",
|
||||||
|
"TEL[WORK]",
|
||||||
|
"EMAIL[HOME]",
|
||||||
|
"EMAIL[WORK]",
|
||||||
|
"BDAY",
|
||||||
|
"PHOTO",
|
||||||
|
"ADR[HOME].STREET",
|
||||||
|
"ADR[HOME].LOCALITY",
|
||||||
|
"ADR[HOME].POSTAL",
|
||||||
|
"ADR[HOME].COUNTRY",
|
||||||
|
"URL[WORK]",
|
||||||
|
"ORG",
|
||||||
|
"ROLE",
|
||||||
|
"CATEGORIES",
|
||||||
|
"X-RELATIONSHIP",
|
||||||
|
"X-LAST-CHAT",
|
||||||
|
"SOCIALPROFILE[LINKEDIN]"
|
||||||
|
]
|
||||||
|
}
|
||||||
+100
File diff suppressed because one or more lines are too long
+11
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"id": "vcf-contacts",
|
||||||
|
"name": "VCF Contacts",
|
||||||
|
"version": "2.4.2",
|
||||||
|
"minAppVersion": "1.4.10",
|
||||||
|
"description": "Effortlessly manage, organize, and interact with your contacts. Import, export, and structure vCard (VCF) files seamlessly while keeping all contact details accessible in your knowledge base. Includes click-to-call, right-click copy, structured metadata, and more!",
|
||||||
|
"author": "Roland Broekema",
|
||||||
|
"authorUrl": "https://github.com/broekema41/",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"forkedFrom": "https://github.com/vbeskrovnov/obsidian-contacts/"
|
||||||
|
}
|
||||||
+440
@@ -0,0 +1,440 @@
|
|||||||
|
.menu-vert {
|
||||||
|
border: 1px solid var(--titlebar-background-focused);
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contacts-sidebar {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contacts-menu {
|
||||||
|
padding-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contacts-view {
|
||||||
|
overflow-y: auto;
|
||||||
|
scrollbar-gutter: stable;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.insights-results {
|
||||||
|
border-bottom: 1px solid var(--background-modifier-border);
|
||||||
|
margin-bottom: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insights-results-header {
|
||||||
|
color: var(--text-muted);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin: 0;
|
||||||
|
min-width: 0;
|
||||||
|
padding: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insights-result-count {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insights-results-settings {
|
||||||
|
flex-basis: 100%;
|
||||||
|
margin: var(--size-4-4) var(--size-4-4) 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.insights-results-settings .setting-item-name {
|
||||||
|
font-size: var(--font-ui-small);
|
||||||
|
}
|
||||||
|
|
||||||
|
.contacts-view-close {
|
||||||
|
position: relative;
|
||||||
|
width: 34px;
|
||||||
|
padding-top: 34px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-card {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-modal-buttons {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-modal-buttons button {
|
||||||
|
font-weight: "bold";
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-modal-label {
|
||||||
|
display: block;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-modal-input {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inner-card-container {
|
||||||
|
container-name: bizzy-card;
|
||||||
|
container-type: inline-size;
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row wrap;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bizzy-card-container {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
border: 2px solid var(--divider-color);
|
||||||
|
min-width: 200px;
|
||||||
|
max-width: 450px;
|
||||||
|
flex-basis: auto;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
border-radius: 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bizzy-card-container:hover {
|
||||||
|
.biz-shape {
|
||||||
|
background: var(--tag-background-hover);
|
||||||
|
border: 2px solid var(--tag-border-color-hover);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.bizzy-card-container .biz-contact-actions {
|
||||||
|
position: absolute;
|
||||||
|
right: 4px;
|
||||||
|
top: 4px;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
.bizzy-card-container .biz-contact-actions .clickable-icon {
|
||||||
|
padding: var(--size-2-2);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*=============================
|
||||||
|
Left Content
|
||||||
|
===============================*/
|
||||||
|
.biz-card-a {
|
||||||
|
position: relative;
|
||||||
|
width: 160px;
|
||||||
|
height: 220px;
|
||||||
|
padding: 10px;
|
||||||
|
transition: 0.2s ease;
|
||||||
|
color: var(--text-normal);
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bizzy-card-organization {
|
||||||
|
position: absolute;
|
||||||
|
width: 196px;
|
||||||
|
padding: 2px;
|
||||||
|
padding-left: 14px;
|
||||||
|
padding-right: 14px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
font-weight: bold;
|
||||||
|
text-align: right;
|
||||||
|
color: var(--nav-item-color);
|
||||||
|
border-bottom: 2px solid var(--divider-color);
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-headshot {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
padding-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bizzy-card-organization + .biz-card-a .biz-headshot {
|
||||||
|
padding-top: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar-initials {
|
||||||
|
display: block;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
box-shadow: 0 0 0 2px var(--tag-border-color);
|
||||||
|
background-color: var(--tag-background);
|
||||||
|
border-radius: 50%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar-initials img,
|
||||||
|
.avatar-initials svg {
|
||||||
|
display: block; /* removes extra white space under inline elements */
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.avatar-initials svg text {
|
||||||
|
fill: var(--tag-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.biz-words-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin-top: 6px;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
justify-content: center;
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-name {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Anton', sans-serif;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
margin-bottom: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-title {
|
||||||
|
text-align: center;
|
||||||
|
font-family: 'Nunito', sans-serif;
|
||||||
|
font-size: 0.8em;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*=============================
|
||||||
|
Right Content
|
||||||
|
===============================*/
|
||||||
|
.biz-card-b {
|
||||||
|
position: relative;
|
||||||
|
width: 230px;
|
||||||
|
height: 220px;
|
||||||
|
padding: 10px;
|
||||||
|
transition: 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-shape {
|
||||||
|
position: absolute;
|
||||||
|
background: var(--tag-background);
|
||||||
|
transform: scaleX(1) rotate(16deg);
|
||||||
|
top: -60px;
|
||||||
|
left: 20px;
|
||||||
|
height: 308px;
|
||||||
|
border-radius: 50px;
|
||||||
|
width: 300px;
|
||||||
|
color: var(--tag-color);
|
||||||
|
border: 2px solid var(--tag-border-color);
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-contact-box {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
padding: 10px 10px 16px 0px;
|
||||||
|
width: 215px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: flex-end;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-item {
|
||||||
|
font-size: 12px;
|
||||||
|
letter-spacing: 0.15rem;
|
||||||
|
margin-left: 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
padding-top: 5px;
|
||||||
|
font-family: 'Nunito', sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
|
color:var(--tag-color);
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-item a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card {
|
||||||
|
position: relative;
|
||||||
|
width: 100%;
|
||||||
|
padding: 12px;
|
||||||
|
border-radius: 12px;
|
||||||
|
border: 2px solid var(--divider-color);
|
||||||
|
margin: 8px 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card-actions {
|
||||||
|
display: flex;
|
||||||
|
gap: var(--size-4-2);
|
||||||
|
flex-wrap: wrap;
|
||||||
|
font-size: var(--font-ui-medium);
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card-content {
|
||||||
|
flex: 1 1 auto;
|
||||||
|
color: var(--metadata-label-text-color);
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card-content.action-card-content--no-height {
|
||||||
|
min-height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card-button {
|
||||||
|
align-self: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card-content :first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.action-card:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.view-content:has(.contacts-sidebar) {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-actionable-container {
|
||||||
|
container-name: actionable-card;
|
||||||
|
container-type: inline-size;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*=============================
|
||||||
|
Business Card Mobile
|
||||||
|
===============================*/
|
||||||
|
@Container bizzy-card (max-width: 410px) {
|
||||||
|
.bizzy-card-container {
|
||||||
|
width: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.avatar-initials {
|
||||||
|
width: 85px;
|
||||||
|
height: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.bizzy-card-organization {
|
||||||
|
width: 240px;
|
||||||
|
padding: 6px 65px 6px 14px;
|
||||||
|
text-align: left;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.biz-card-a {
|
||||||
|
width: 240px;
|
||||||
|
height: 185px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-headshot {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-card-b {
|
||||||
|
width: 240px;
|
||||||
|
height: 180px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-shape {
|
||||||
|
transform: scaleX(1) rotate(85deg);
|
||||||
|
top: -2px;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biz-contact-box {
|
||||||
|
position: absolute;
|
||||||
|
margin-top: 150px;
|
||||||
|
width: 100%;
|
||||||
|
padding: 0 10px 10px 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-bar.progress-bar--contacts,
|
||||||
|
.progress-bar.progress-bar--contacts .progress-bar-indicator {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.setting-item-spacer {
|
||||||
|
margin-top: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-tag-list {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-tag-list a {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-right: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu .menu-item[data-section="vcf-sync-danger"] {
|
||||||
|
color: var(--text-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu .menu-item[data-section="vcf-sync-danger"] .menu-item-icon {
|
||||||
|
color: var(--text-error);
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-wrapper {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-count {
|
||||||
|
position: absolute;
|
||||||
|
top: -4px;
|
||||||
|
right: -4px;
|
||||||
|
color: var(--icon-color-active);
|
||||||
|
background-color: var(--background-modifier-active-hover);
|
||||||
|
/*background-color: var(--interactive-accent);*/
|
||||||
|
/*color: var(--titlebar-background-focused);*/
|
||||||
|
font-size: 0.85rem;
|
||||||
|
line-height: 1;
|
||||||
|
padding: 1px 4px;
|
||||||
|
border-radius: 999px;
|
||||||
|
min-width: 16px;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: 0 0 2px rgba(0,0,0,0.3);
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable-icon.is-pulsing {
|
||||||
|
opacity: var(--icon-opacity-hover);
|
||||||
|
color: var(--icon-color-active);
|
||||||
|
background-color: var(--background-modifier-active-hover);
|
||||||
|
animation: pulse-color-bg 1.8s infinite ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes pulse-color-bg {
|
||||||
|
0%, 100% {
|
||||||
|
color: var(--icon-color-active);
|
||||||
|
background-color: var(--background-modifier-active-hover);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
color: var(--icon-color-hover, #fff);
|
||||||
|
background-color: var(--background-modifier-active);
|
||||||
|
}
|
||||||
|
}
|
||||||
Vendored
+3
-41
@@ -3,26 +3,6 @@
|
|||||||
"aliases": "aliases",
|
"aliases": "aliases",
|
||||||
"cssclasses": "multitext",
|
"cssclasses": "multitext",
|
||||||
"tags": "tags",
|
"tags": "tags",
|
||||||
"meditation": "checkbox",
|
|
||||||
"date": "date",
|
|
||||||
"last_chat": "date",
|
|
||||||
"total": "number",
|
|
||||||
"current": "number",
|
|
||||||
"anteil": "number",
|
|
||||||
"birthday": "date",
|
|
||||||
"friends": "text",
|
|
||||||
"Steuerbescheid": "date",
|
|
||||||
"Aufbewahrung": "date",
|
|
||||||
"Entsorgung": "date",
|
|
||||||
"Erstausstrahlung_DE": "date",
|
|
||||||
"Erstausstrahlung_UK": "date",
|
|
||||||
"created": "date",
|
|
||||||
"family": "text",
|
|
||||||
"heizung": "number",
|
|
||||||
"warmwasser": "number",
|
|
||||||
"former_company": "multitext",
|
|
||||||
"weight": "number",
|
|
||||||
"plank": "number",
|
|
||||||
"TQ_explain": "checkbox",
|
"TQ_explain": "checkbox",
|
||||||
"TQ_extra_instructions": "text",
|
"TQ_extra_instructions": "text",
|
||||||
"TQ_short_mode": "checkbox",
|
"TQ_short_mode": "checkbox",
|
||||||
@@ -42,28 +22,10 @@
|
|||||||
"TQ_show_start_date": "checkbox",
|
"TQ_show_start_date": "checkbox",
|
||||||
"TQ_show_tags": "checkbox",
|
"TQ_show_tags": "checkbox",
|
||||||
"TQ_show_task_count": "checkbox",
|
"TQ_show_task_count": "checkbox",
|
||||||
|
"TQ_show_toolbar": "checkbox",
|
||||||
"TQ_show_tree": "checkbox",
|
"TQ_show_tree": "checkbox",
|
||||||
"TQ_show_urgency": "checkbox",
|
"TQ_show_urgency": "checkbox",
|
||||||
"leseliste": "multitext",
|
"X-LAST-CHAT": "date",
|
||||||
"rework": "checkbox",
|
"BDAY": "date"
|
||||||
"work_hours": "number",
|
|
||||||
"imported": "checkbox",
|
|
||||||
"work_home": "checkbox",
|
|
||||||
"work_office": "checkbox",
|
|
||||||
"lecture_date": "date",
|
|
||||||
"gilde": "multitext",
|
|
||||||
"gekauft": "checkbox",
|
|
||||||
"Erstaustrahlung_USA": "date",
|
|
||||||
"Folge": "number",
|
|
||||||
"deciders": "multitext",
|
|
||||||
"consulted": "multitext",
|
|
||||||
"informed": "multitext",
|
|
||||||
"shareholder": "multitext",
|
|
||||||
"former_project": "multitext",
|
|
||||||
"TQ_show_toolbar": "checkbox",
|
|
||||||
"reference": "multitext",
|
|
||||||
"wikipedia": "text",
|
|
||||||
"children": "multitext",
|
|
||||||
"parents": "multitext"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
---
|
|
||||||
name: David Bursch
|
|
||||||
phone: +49 3379 314741
|
|
||||||
mobile:
|
|
||||||
phone_work: +49 511 101-2911
|
|
||||||
email: david.bursch@vvv-net.de
|
|
||||||
email_work: extern-david.bursch@iuk.lst.niedersachsen.de
|
|
||||||
telegram:
|
|
||||||
linkedin:
|
|
||||||
birthday:
|
|
||||||
last_chat:
|
|
||||||
friends:
|
|
||||||
type: contact
|
|
||||||
relationship: projekt
|
|
||||||
template: "[[Resources/Templates/contact]]"
|
|
||||||
tags:
|
|
||||||
- process/contact
|
|
||||||
---
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Referenzen
|
|
||||||
```dataview
|
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
|
||||||
```
|
|
||||||
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
---
|
|
||||||
name: Frank Wolter
|
|
||||||
phone: +49 30 382 43 91
|
|
||||||
address:
|
|
||||||
street: Wernerwerkdamm 36
|
|
||||||
city: Berlin
|
|
||||||
code: 13629
|
|
||||||
country: Deutschland
|
|
||||||
telegram:
|
|
||||||
linkedin:
|
|
||||||
birthday:
|
|
||||||
last_chat:
|
|
||||||
friends:
|
|
||||||
married: "[[Petra Wolter]]"
|
|
||||||
type: contact
|
|
||||||
relationship: freund
|
|
||||||
template: "[[Resources/Templates/contact]]"
|
|
||||||
tags:
|
|
||||||
- process/contact
|
|
||||||
---
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Referenzen
|
|
||||||
```dataview
|
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
|
||||||
```
|
|
||||||
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
name: Harald Göttlicher
|
|
||||||
phone: +49 179 2017600
|
|
||||||
email: Harald.Goettlicher@de.bosch.com
|
|
||||||
telegram: "+491792017600"
|
|
||||||
signal: "+491792017600"
|
|
||||||
linkedin:
|
|
||||||
xing: https://www.xing.com/profile/Harald_Goettlicher
|
|
||||||
birthday:
|
|
||||||
last_chat:
|
|
||||||
friends:
|
|
||||||
type: contact
|
|
||||||
relationship: projekt
|
|
||||||
template: "[[Resources/Templates/contact]]"
|
|
||||||
company: "[[Robert Bosch GmbH]]"
|
|
||||||
location: Plochingen
|
|
||||||
tags:
|
|
||||||
- process/contact
|
|
||||||
former_project:
|
|
||||||
- "[[Buildteam]]"
|
|
||||||
---
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Referenzen
|
|
||||||
```dataview
|
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
|
||||||
```
|
|
||||||
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
---
|
|
||||||
name: Katharina Smuda
|
|
||||||
phone:
|
|
||||||
address:
|
|
||||||
street: Mühlenstrasse 13
|
|
||||||
city: Langen
|
|
||||||
code:
|
|
||||||
state: Brandenburg
|
|
||||||
country: Deutschland
|
|
||||||
telegram:
|
|
||||||
linkedin:
|
|
||||||
birthday: 1971-06-28
|
|
||||||
last_chat:
|
|
||||||
friends:
|
|
||||||
married: "[[Uwe Reinhardt]]"
|
|
||||||
type: contact
|
|
||||||
relationship: kollege
|
|
||||||
template: "[[Resources/Templates/contact]]"
|
|
||||||
tags:
|
|
||||||
- process/contact
|
|
||||||
---
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
|
||||||
|
|
||||||
## Referenzen
|
|
||||||
```dataview
|
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
|
||||||
```
|
|
||||||
|
|
||||||
@@ -14,4 +14,4 @@ SLA Service-Level-Agreement beschreiben und ein Beispiel für eine IT-Dienstleis
|
|||||||
SLA für die IT-Dienstleistung "Hilfe bei IT-Problemen (Software- Installation/Update)" schreiben
|
SLA für die IT-Dienstleistung "Hilfe bei IT-Problemen (Software- Installation/Update)" schreiben
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Erklärung SLA mit Beispiel erstellen [start:: 2026-05-11]
|
- [ ] Erklärung SLA mit Beispiel erstellen [start:: 2026-06-08]
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/task
|
||||||
|
reference:
|
||||||
|
- "[[PURR Development]]"
|
||||||
|
---
|
||||||
|
## Aufgabenbeschreibung
|
||||||
|
|
||||||
|
## Überlegungen
|
||||||
|
|
||||||
|
## Unteraufgaben
|
||||||
|
|
||||||
|
- [ ] Austausch zu PURR
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
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-05-05]
|
|
||||||
@@ -29,10 +29,10 @@ return function View() {
|
|||||||
## Aufgaben
|
## Aufgaben
|
||||||
|
|
||||||
- [x] Lohnsteuerbescheinigung Thomas [start:: 2026-01-28] [completion:: 2026-01-29]
|
- [x] Lohnsteuerbescheinigung Thomas [start:: 2026-01-28] [completion:: 2026-01-29]
|
||||||
- [ ] Lohnsteuerbescheinigung Claudia [start:: 2026-03-01] [completion:: 2026-05-20]
|
- [ ] Lohnsteuerbescheinigung Claudia [start:: 2026-06-08] [completion:: 2026-05-20]
|
||||||
- [x] Nebenkostenabrechnung wegen haushaltsnaher Dienstleistungen #process/task [start:: 2026-01-27] [scheduled:: 2026-01-28] [completion:: 2026-02-05]
|
- [x] Nebenkostenabrechnung wegen haushaltsnaher Dienstleistungen #process/task [start:: 2026-01-27] [scheduled:: 2026-01-28] [completion:: 2026-02-05]
|
||||||
- [ ] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [start:: 2026-01-01] [scheduled:: 2026-03-03]
|
- [ ] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [start:: 2026-01-01] [scheduled:: 2026-06-08]
|
||||||
- [ ] Bescheid erhalten [start:: 2026-06-01]
|
- [ ] Bescheid erhalten [start:: 2026-06-08]
|
||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
```dataviewjs
|
```dataviewjs
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ Bar:: `$= dv.view('total-progress-bar', {file: "Hautkrebsscreening"})`
|
|||||||
## Überlegungen
|
## Überlegungen
|
||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
- [ ] Termin zur Vorsorge vereinbart [start:: 2024-07-04]
|
- [ ] Termin zur Vorsorge vereinbart [start:: 2026-06-08]
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ status: Archiv
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Nebenkostenabrechnung erhalten [start:: 2026-10-01]
|
- [ ] Nebenkostenabrechnung erhalten [start:: 2026-10-01]
|
||||||
- [ ] Nebenkostenabrechnung eingescannt [start:: 2025-10-01]
|
- [ ] Nebenkostenabrechnung eingescannt [start:: 2026-06-08]
|
||||||
|
|||||||
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
subtitle: Confluence
|
|
||||||
---
|
|
||||||
## Project Info
|
|
||||||
|
|
||||||
## Thoughts
|
|
||||||
|
|
||||||
## Resources
|
|
||||||
|
|
||||||
|
|
||||||
## Review questions
|
|
||||||
|
|
||||||
|
|
||||||
## Aufgaben
|
|
||||||
- [ ] Confluence Seiten überprpüft [scheduled:: 2026-05-11]
|
|
||||||
- [ ] Apache Servicemix Confluence Seite erstellen [scheduled:: 2026-05-07]
|
|
||||||
- [ ] Apache Camel Karavan Confluence Seite erstellen [scheduled:: 2026-05-07]
|
|
||||||
- [ ] Spring Boot mit Camel Confluence Seite erstellen [scheduled:: 2026-05-07]
|
|
||||||
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
status: Archiv
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Tibuci]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Dokumentation auf Stand bringen"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
Übertragung des PDF in Confluence
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Dokumentation auf Stand bringen [start:: 2026-01-15] [due:: 2026-01-16] [completion:: 2026-01-15]
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
status: Backlog
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Maintenance der cimt-Talend-Komponenten übernehmen]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Erste Komponenten auf neues SDK umgestellt"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [ ] Erste Komponenten auf neues SDK umgestellt [start:: 2026-02-17] [due:: 2026-09-30]
|
|
||||||
- [ ] Umgestellte Komponenten laufen beim Kunden [start:: 2026-02-17] [due:: 2026-09-30]
|
|
||||||
@@ -16,4 +16,4 @@ tags:
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [x] Github Repository für nvim-config erstellen [start:: 2025-07-18] [due:: 2025-07-21] [completion:: 2025-07-18]
|
- [x] Github Repository für nvim-config erstellen [start:: 2025-07-18] [due:: 2025-07-21] [completion:: 2025-07-18]
|
||||||
- [ ] README.md für github Repository nvim-config schreiben [scheduled:: 2026-05-05]
|
- [ ] README.md für github Repository nvim-config schreiben [scheduled:: 2026-06-03]
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
status: In Arbeit
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Tibuci]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Google Cloud Projekt für Tibuci aufsetzen"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [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]
|
|
||||||
- [x] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
|
||||||
- [x] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-09] [completion:: 2026-03-09]
|
|
||||||
- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-05-07]
|
|
||||||
- [x] Erstellen von Service-Accounts für Zugriff auf Google Artifact Registry [start:: 2026-02-26] [scheduled:: 2026-04-02] [completion:: 2026-04-02]
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Tibuci]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Kleines Übergabe-Planning"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [ ] Kleines Übergabe-Planning
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
status: Backlog
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
|
|
||||||
---
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Maintenance der cimt-Talend-Komponenten übernehmen]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Umfang klären und Developmentplan aufstellen"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [ ] Umfang klären und Developmentplan aufstellen [start:: 2026-02-17] [due:: 2026-06-30]
|
|
||||||
@@ -24,7 +24,7 @@ SORT location
|
|||||||
|
|
||||||
### Aufgaben
|
### Aufgaben
|
||||||
|
|
||||||
- [ ] Erstellung einer Email-Vorlage für die Einladung [start:: 2026-01-12]
|
- [ ] Erstellung einer Email-Vorlage für die Einladung [start:: 2026-06-08]
|
||||||
- [x] Einladung zu den Lightning Talks am 16.1.26 versendet [start:: 2026-01-12] [due:: 2026-01-13] [completion:: 2026-01-14]
|
- [x] Einladung zu den Lightning Talks am 16.1.26 versendet [start:: 2026-01-12] [due:: 2026-01-13] [completion:: 2026-01-14]
|
||||||
- [x] Überprüfung der Terminserie [start:: 2026-01-15] [scheduled:: 2026-01-30] [due:: 2026-02-15] [completion:: 2026-01-30]
|
- [x] Überprüfung der Terminserie [start:: 2026-01-15] [scheduled:: 2026-01-30] [due:: 2026-02-15] [completion:: 2026-01-30]
|
||||||
- [x] Einladung zum Orga-Treffen absprechen [start:: 2026-02-20] [due:: 2026-03-13] [completion:: 2026-03-02]
|
- [x] Einladung zum Orga-Treffen absprechen [start:: 2026-02-20] [due:: 2026-03-13] [completion:: 2026-03-02]
|
||||||
|
|||||||
@@ -7,9 +7,11 @@ lightning_talks_orga: Berlin
|
|||||||
|
|
||||||
## 🗓️Agenda
|
## 🗓️Agenda
|
||||||
|
|
||||||
|
Dieser Lightning Talks Termin wurde abgeasgt und auf den nächsten Lightning Talks Termin verschoben [[2026-06-19 Lightning Talks]].
|
||||||
|
|
||||||
## 📤 Gewünschtes Ergebnis
|
## 📤 Gewünschtes Ergebnis
|
||||||
|
|
||||||
## 📝Notizen
|
## 📝Notizen
|
||||||
|
|
||||||
## ✔️ Aufgaben
|
## ✔️ Aufgaben
|
||||||
- [ ] Einladung gesendet [start:: 2026-05-08] [due:: 2026-05-12]
|
- [-] Einladung gesendet [start:: 2026-05-08] [due:: 2026-05-12] [cancelled:: 2026-05-26]
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/meeting
|
||||||
|
- event/lightning_talk
|
||||||
|
lightning_talks_orga: Berlin
|
||||||
|
---
|
||||||
|
|
||||||
|
## 🗓️Agenda
|
||||||
|
|
||||||
|
## 📤 Gewünschtes Ergebnis
|
||||||
|
|
||||||
|
## 📝Notizen
|
||||||
|
|
||||||
|
## ✔️ Aufgaben
|
||||||
@@ -4,7 +4,7 @@ tags:
|
|||||||
---
|
---
|
||||||
## Team
|
## Team
|
||||||
```dataview
|
```dataview
|
||||||
TABLE location AS Standort
|
TABLE ADR[WORK].LOCALITY AS Standort
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
SORT file.name DESC
|
SORT file.name DESC
|
||||||
LIMIT 20
|
LIMIT 20
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ tags:
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [x] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
- [x] AD-Benutzer für alanta erhalten [start:: 2026-02-19] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
||||||
- [ ] RDP-Zugang erfolgreich getestet [start:: 2026-03-16] [scheduled:: 2026-05-07]
|
- [ ] RDP-Zugang erfolgreich getestet [start:: 2026-03-16] [scheduled:: 2026-06-03]
|
||||||
|
|||||||
@@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
reference:
|
|
||||||
- "[[Back Shop TK GmbH]]"
|
|
||||||
---
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
SORT file.name DESC
|
|
||||||
LIMIT 20
|
|
||||||
```
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [start:: 2026-03-16] [scheduled:: 2026-03-16] [completion:: 2026-03-16]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [start:: 2026-03-19] [scheduled:: 2026-03-19] [completion:: 2026-03-19]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [start:: 2026-03-23] [scheduled:: 2026-03-23] [completion:: 2026-03-23]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [start:: 2026-03-30] [scheduled:: 2026-03-30] [completion:: 2026-03-31]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-03-31] [start:: 2026-04-02] [scheduled:: 2026-04-02] [completion:: 2026-04-02]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-06] [scheduled:: 2026-04-07] [completion:: 2026-04-07]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-07] [start:: 2026-04-09] [scheduled:: 2026-04-09] [completion:: 2026-04-09]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13] [completion:: 2026-04-27]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-16] [scheduled:: 2026-04-16] [completion:: 2026-04-27]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-20] [scheduled:: 2026-04-20] [completion:: 2026-04-27]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-23] [scheduled:: 2026-04-23] [completion:: 2026-04-27]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-27] [scheduled:: 2026-04-27] [completion:: 2026-04-27]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-30] [scheduled:: 2026-05-04] [completion:: 2026-05-04]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-04] [start:: 2026-05-03] [scheduled:: 2026-05-07] [completion:: 2026-05-07]
|
|
||||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-07] [start:: 2026-05-07] [scheduled:: 2026-05-11] [completion:: 2026-05-11]
|
|
||||||
- [ ] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-11] [start:: 2026-05-10] [scheduled:: 2026-05-14]
|
|
||||||
+1
-1
@@ -12,4 +12,4 @@ Rückfrage an [[Philip Joschko]] bezüglich Benutzer Accounts und Zugang
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Einrichten der Mobitera Benutzer Accounts [start:: 2026-05-11] [scheduled:: 2026-05-11]
|
- [ ] Einrichten der Mobitera Benutzer Accounts [start:: 2026-05-11] [scheduled:: 2026-06-03]
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
reference:
|
|
||||||
- "[[Harry Brot GmbH]]"
|
|
||||||
---
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Termine
|
|
||||||
```dataview
|
|
||||||
LIST
|
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
SORT file.name DESC
|
|
||||||
LIMIT 20
|
|
||||||
```
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [start:: 2026-03-16] [scheduled:: 2026-03-16] [completion:: 2026-03-16]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [start:: 2026-03-19] [scheduled:: 2026-03-19] [completion:: 2026-03-19]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [start:: 2026-03-23] [scheduled:: 2026-03-23] [completion:: 2026-03-23]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [start:: 2026-03-30] [scheduled:: 2026-03-30] [completion:: 2026-03-31]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-03-31] [start:: 2026-04-02] [scheduled:: 2026-04-02] [completion:: 2026-04-02]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-06] [scheduled:: 2026-04-07] [completion:: 2026-04-07]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-09] [scheduled:: 2026-04-09] [completion:: 2026-04-09]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13] [completion:: 2026-04-27]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-16] [scheduled:: 2026-04-16] [completion:: 2026-04-27]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-20] [scheduled:: 2026-04-20] [completion:: 2026-04-27]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-23] [scheduled:: 2026-04-23] [completion:: 2026-04-27]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-27] [scheduled:: 2026-04-27] [completion:: 2026-04-27]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-30] [scheduled:: 2026-05-04] [completion:: 2026-05-04]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-04] [start:: 2026-05-03] [scheduled:: 2026-05-07] [completion:: 2026-05-07]
|
|
||||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-07] [start:: 2026-05-07] [scheduled:: 2026-05-11] [completion:: 2026-05-11]
|
|
||||||
- [ ] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-11] [start:: 2026-05-10] [scheduled:: 2026-05-14]
|
|
||||||
@@ -13,5 +13,5 @@ tags:
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Hoyer Installation Talend Data Fabric
|
- [x] Hoyer Installation Talend Data Fabric [completion:: 2026-06-22]
|
||||||
- [ ] Email an Viktor Becker bezüglich Verwendung von Ansible
|
- [x] Email an Viktor Becker bezüglich Verwendung von Ansible [completion:: 2026-06-22]
|
||||||
|
|||||||
@@ -20,5 +20,5 @@ reference:
|
|||||||
- [x] SSH-Keys des Managed Services Team erfragen [start:: 2026-03-25] [scheduled:: 2026-03-27] [completion:: 2026-03-27]
|
- [x] SSH-Keys des Managed Services Team erfragen [start:: 2026-03-25] [scheduled:: 2026-03-27] [completion:: 2026-03-27]
|
||||||
- [x] Ticket erstellt [completion:: 2026-03-27]
|
- [x] Ticket erstellt [completion:: 2026-03-27]
|
||||||
- [x] Zugang erhalten [start:: 2026-03-27] [scheduled:: 2026-04-01] [completion:: 2026-04-01]
|
- [x] Zugang erhalten [start:: 2026-03-27] [scheduled:: 2026-04-01] [completion:: 2026-04-01]
|
||||||
- [ ] Hoyer Managed Services Starterpaket [start:: 2026-03-25] [scheduled:: 2026-05-11]
|
- [x] Hoyer Managed Services Starterpaket [start:: 2026-03-25] [scheduled:: 2026-05-11] [completion:: 2026-06-01]
|
||||||
- [ ] Übernahme der POC Dokumentation ins Confluence [start:: 2026-03-24] [scheduled:: 2026-05-07]
|
- [ ] Übernahme der POC Dokumentation ins Confluence [start:: 2026-03-24] [scheduled:: 2026-06-03]
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ LIMIT 20
|
|||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Konfiguration Hoyer Grafana-Server
|
- [ ] Konfiguration Hoyer Grafana-Server
|
||||||
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-05-07]
|
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-06-03]
|
||||||
|
|||||||
+2
-2
@@ -13,7 +13,7 @@ tags:
|
|||||||
|
|
||||||
## Unteraufgaben
|
## Unteraufgaben
|
||||||
|
|
||||||
- [ ] Migration und Switch-Over der QS-Datenbank
|
- [x] Migration und Switch-Over der QS-Datenbank [completion:: 2026-05-26]
|
||||||
- [x] Synchronisations Meeting [scheduled:: 2026-05-07] [completion:: 2026-05-07]
|
- [x] Synchronisations Meeting [scheduled:: 2026-05-07] [completion:: 2026-05-07]
|
||||||
- [ ] Migration der QS-Datenbank [start:: 2026-05-11] [scheduled:: 2026-05-11]
|
- [x] Migration der QS-Datenbank [start:: 2026-05-11] [scheduled:: 2026-05-11] [completion:: 2026-05-26]
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/task
|
||||||
|
---
|
||||||
|
## Aufgabenbeschreibung
|
||||||
|
|
||||||
|
## Überlegungen
|
||||||
|
|
||||||
|
Termin mit [[Philip Joschko]]
|
||||||
|
|
||||||
|
## Unteraufgaben
|
||||||
|
|
||||||
|
- [-] Mobitera Service Management [start:: 2026-05-18] [scheduled:: 2026-05-18] [due:: 2026-05-18] [cancelled::2026-05-18]
|
||||||
|
- [ ] Mobitera Service Management [start:: 2026-05-22] [scheduled:: 2026-06-03]
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Managed Services Team]], [[Einarbeitung Managed Services Team]], [[Cosnova]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Persönlicher Cosnova Account eingerichtet"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Persönlicher Cosnova Account eingerichtet [start:: 2026-02-19] [due:: 2026-03-02] [completion:: 2026-02-27]
|
|
||||||
- [x] [[Marcus Lipski]] hat Account angefragt [start:: 2026-02-26] [due:: 2026-03-03] [completion:: 2026-02-27]
|
|
||||||
- [x] Cosnova Account eingerichtet #process/task [start:: 2026-02-19] [scheduled:: 2026-03-03] [completion:: 2026-03-03]
|
|
||||||
- [x] MFA für Cosnova eingerichtet #process/task [start:: 2026-02-19] [completion:: 2026-03-03]
|
|
||||||
-14
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
reference:
|
|
||||||
- "[[BIG KAISER Präzisionswerkzeuge AG]]"
|
|
||||||
---
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Ubuntu Kong API GW - Erneuerung des SSL Zertifikats [start:: 2026-03-13] [scheduled:: 2026-03-13] [completion:: 2026-03-13]
|
|
||||||
- [ ] Erneuerung des SSL Zertifikats [due:: 2026-06-11] [start:: 2026-06-04] [scheduled:: 2026-06-04]
|
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/task
|
||||||
|
reference:
|
||||||
|
- "[[Mobiterra]]"
|
||||||
|
---
|
||||||
|
## Aufgabenbeschreibung
|
||||||
|
|
||||||
|
## Überlegungen
|
||||||
|
|
||||||
|
Termin mit [[Philip Joschko]]
|
||||||
|
|
||||||
|
## Unteraufgaben
|
||||||
|
|
||||||
|
- [x] Vorstellung Camunda [start:: 2026-06-02] [scheduled:: 2026-06-02] [completion:: 2026-06-02]
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
---
|
|
||||||
|
|
||||||
> [!task]+
|
|
||||||
> Project:: [[Managed Services Team]], [[Einarbeitung Managed Services Team]], [[TDK Electronics Group]]
|
|
||||||
> Bar:: `$= dv.view('total-progress-bar', {file: "Zugang TDK eingerichtet"})`
|
|
||||||
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
Zugang zum Kunden TDK eingerichtet
|
|
||||||
|
|
||||||
### Infos
|
|
||||||
- [Ticket#20260219770200](https://cimt-objects.zammad.com/#ticket/zoom/107587): Verstärkung im Team Managed Service der cimt
|
|
||||||
- https://cimtag.atlassian.net/wiki/spaces/CO/pages/1628667905/TDK+Outtasking+Tableau-Server#Systemzugang
|
|
||||||
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [x] Zugang TDK eingerichtet [start:: 2026-02-23] [due:: 2026-02-27] [completion:: 2026-02-24]
|
|
||||||
- [x] Rückruf TDK Servicedesk [start:: 2026-02-23] [due:: 2026-02-27] [completion:: 2026-02-24]
|
|
||||||
- [x] Problem mit Login dem TDK Servicedesk gemeldet [start:: 2026-02-24] [scheduled:: 2026-02-25] [completion:: 2026-02-25] #process/task
|
|
||||||
- [x] Berechtigungen für Citrix Workspace erhalten #process/task [start:: 2026-02-25] [scheduled:: 2026-03-06] [due:: 2026-02-27] [completion:: 2026-03-06]
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- process/meeting
|
- process/meeting
|
||||||
---
|
---
|
||||||
Attendees:: [[Frank Füllbier]], [[Marcel Kuszak]], [[Bastian Liesigk]], [[Christian Kiltz]], [[Marcus Lipski]]
|
Attendees:: [[Frank Füllbier]], [[Marcel Kuszak]], [[Bastian Liesigk]], [[Christian Kiltz]],
|
||||||
Related Projects:: [[Managed Services Team]]
|
Related Projects:: [[Managed Services Team]]
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
status: Backlog
|
|
||||||
tags:
|
|
||||||
- process/task
|
|
||||||
---
|
|
||||||
%%
|
|
||||||
Project::
|
|
||||||
Bar:: `$= dv.view('total-progress-bar', {file: "Artikel über Software Resilizenz schreiben"})`
|
|
||||||
%%
|
|
||||||
## Aufgabenbeschreibung
|
|
||||||
|
|
||||||
Der Artikel beschäftigt sich mit der Frage, wie Software geschrieben werden kann, die resilient gegenüber Fehlern und Problemen ist. Probleme können unter anderem Netzwerkprobleme beim Ausruf eines Webservice sein.
|
|
||||||
|
|
||||||
Als Beispiel können die Fehlerbereinigungs-Routen beim Kunden Hagebau dienen.
|
|
||||||
|
|
||||||
## Überlegungen
|
|
||||||
|
|
||||||
## Unteraufgaben
|
|
||||||
|
|
||||||
- [ ] Artikel über Software Resilizenz schreiben [start:: 2025-07-31]
|
|
||||||
@@ -58,7 +58,7 @@ Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareen
|
|||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [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]
|
- [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-05-07]
|
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-06-08]
|
||||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-05-07]
|
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-06-08]
|
||||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-05-07]
|
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-06-08]
|
||||||
|
|
||||||
|
|||||||
@@ -1,58 +0,0 @@
|
|||||||
---
|
|
||||||
status: Aktiv
|
|
||||||
tags:
|
|
||||||
- process/project
|
|
||||||
subtitle: Maintenance der cimt-Talend-Komponenten übernehmen
|
|
||||||
|
|
||||||
---
|
|
||||||
> [!abstract]- Project
|
|
||||||
> Goal:: [[Journal/cimt AG/2026|2026]]
|
|
||||||
> Progress:: `$= dv.view('project-progress', {file: 'Maintenance der cimt-Talend-Komponenten übernehmen'})`
|
|
||||||
> Target:: `$= dv.view('project-target', {file: 'Maintenance der cimt-Talend-Komponenten übernehmen'})`
|
|
||||||
> Bar:: `$= dv.view('project-progress-bar', {file: 'Maintenance der cimt-Talend-Komponenten übernehmen'})`
|
|
||||||
> Tasks:: `$= const aufgaben = dv.page('Maintenance der cimt-Talend-Komponenten übernehmen').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
|
|
||||||
]
|
|
||||||
}));
|
|
||||||
```
|
|
||||||
@@ -21,7 +21,7 @@ subtitle: Rezertifizierung Google Cloud Developer
|
|||||||
|
|
||||||
|
|
||||||
## Aufgaben
|
## Aufgaben
|
||||||
- [ ] Vorbereitung zur Prüfung abgeschlossen [start:: 2026-03-08]
|
- [ ] Vorbereitung zur Prüfung abgeschlossen [start:: 2026-06-08]
|
||||||
- [ ] Prüfungstermin vereinbart [start:: 2026-03-08]
|
- [ ] Prüfungstermin vereinbart [start:: 2026-06-08]
|
||||||
- [ ] Prüfung durchgeführt [start:: 2026-03-08]
|
- [ ] Prüfung durchgeführt [start:: 2026-06-08]
|
||||||
- [ ] Zertifikat erhalten [start:: 2026-03-08]
|
- [ ] Zertifikat erhalten [start:: 2026-06-08]
|
||||||
|
|||||||
@@ -39,8 +39,6 @@ CouchDB Testumgebung
|
|||||||
|
|
||||||
|
|
||||||
## Aufgaben
|
## 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-05-05]
|
|
||||||
|
|
||||||
## Offene Aufgaben
|
## Offene Aufgaben
|
||||||
```dataviewjs
|
```dataviewjs
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- process/event
|
- process/event
|
||||||
|
reference:
|
||||||
|
- "[[cimt AG]]"
|
||||||
---
|
---
|
||||||
Related Projects:: [[cimt AG]]
|
|
||||||
|
|
||||||
## 🗓️Agenda
|
## 🗓️Agenda
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- process/event
|
||||||
|
reference:
|
||||||
|
- "[[cimt objects AG]]"
|
||||||
|
---
|
||||||
|
## 🗓️Termine
|
||||||
|
```dataview
|
||||||
|
LIST
|
||||||
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
|
SORT file.name
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📝Notizen
|
||||||
|
|
||||||
|
|
||||||
|
## ✔️ Aufgaben
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- IT/OS/Linux
|
||||||
|
- IT/OS/Linux/Ubuntu
|
||||||
|
---
|
||||||
|
|
||||||
|
https://search.brave.com/search?q=dell+latitude+7410+ubuntu+26.04+finger+print+sensor&summary=1&conversation=0922c02bea1503ecfb78fa6987a54d88f6fc
|
||||||
|
|
||||||
|
### Required Steps for Ubuntu 26.04
|
||||||
|
|
||||||
|
- **Verify Hardware**: Confirm the sensor is the Broadcom 58200 by running `lsusb | grep 58200` in the terminal; the ID should be `0a5c:5843`.
|
||||||
|
- **Install Legacy Library**: Download and install `libssl1.1` manually, as it is no longer in the default Ubuntu repositories :
|
||||||
|
```shell
|
||||||
|
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
||||||
|
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
|
||||||
|
```
|
||||||
|
- **Install Driver**: Download and install the Broadcom-specific fprint driver:
|
||||||
|
```shell
|
||||||
|
wget http://dell.archive.canonical.com/updates/pool/public/libf/libfprint-2-tod1-broadcom/libfprint-2-tod1-broadcom_5.12.018-0ubuntu1~22.04.01_amd64.deb
|
||||||
|
sudo dpkg -i libfprint-2-tod1-broadcom_5.12.018-0ubuntu1~22.04.01_amd64.deb
|
||||||
|
```
|
||||||
|
- **Enable Authentication**: Restart the fprintd service (`sudo systemctl restart fprintd`) and enable fingerprint login via `sudo pam-auth-update`, ensuring **Fingerprint authentication** is checked.
|
||||||
|
- **Enroll Fingerprints**: Use the terminal command `fprintd-enroll` to register your fingerprint, as the GUI settings menu may be unreliable for this specific driver.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Note that because Ubuntu 26.04 is a future release relative to the driver's 22.04 packaging, compatibility is not guaranteed and may require further troubleshooting or community patches.
|
||||||
@@ -1,29 +1,40 @@
|
|||||||
---
|
---
|
||||||
name: Aaron Eisermann
|
FN: Aaron Eisermann
|
||||||
phone:
|
N.GN: Aaron
|
||||||
email: aaron.eisermann@cimt-ag.de
|
N.FN: Eisermann
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat: 2026-01-05
|
EMAIL[WORK]: "aaron.eisermann@cimt-ag.de"
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: ""
|
||||||
created: 2026-01-06
|
BDAY: ""
|
||||||
updated: 2026-01-06
|
URL[WORK]: ""
|
||||||
template: "[[contact-colleague]]"
|
ORG: "cimt consulting AG"
|
||||||
company: "[[cimt consulting AG]]"
|
ROLE: ""
|
||||||
location: Hamburg
|
PHOTO: ""
|
||||||
manager: "[[Marius Richter]]"
|
ADR[HOME].STREET: ""
|
||||||
interactions:
|
ADR[HOME].LOCALITY: ""
|
||||||
- date: 2026-01-05
|
ADR[HOME].POSTAL: ""
|
||||||
text: Vorstellungsmail
|
ADR[HOME].COUNTRY: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
UID: urn:uuid:019ecfeae705e-4aed-81a4-02cee2b56f72
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-LAST-CHAT: 2026-01-05
|
||||||
|
X-MANAGER: "[[Marius Richter]]"
|
||||||
tags:
|
tags:
|
||||||
- process/contact
|
- process/contact
|
||||||
---
|
---
|
||||||
|
|
||||||
## Rollen
|
## Firma
|
||||||
|
[[cimt consulting AG]]
|
||||||
|
|
||||||
|
## Interaction Log
|
||||||
|
- **2026-02-05**: Vorstellungsmail
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
@@ -53,4 +64,3 @@ list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
|||||||
>Ich freue mich darauf euch Kennenzulernen und wünsche euch noch einen schönen Abend!
|
>Ich freue mich darauf euch Kennenzulernen und wünsche euch noch einen schönen Abend!
|
||||||
>
|
>
|
||||||
>Aaron
|
>Aaron
|
||||||
|
|
||||||
|
|||||||
@@ -1,25 +1,37 @@
|
|||||||
---
|
---
|
||||||
name: Abbas Mahmood
|
FN: Abbas Mahmood
|
||||||
phone: +49 40 53302 456
|
N.GN: Abbas
|
||||||
email: abbas.mahmood@cimt-ag.de
|
N.FN: Mahmood
|
||||||
mobile: +49 175 2030672
|
N.PREFIX: ""
|
||||||
telegram:
|
N.MN: ""
|
||||||
linkedin: http://www.linkedin.com/in/abbas-mahmood-086684a4
|
N.SUFFIX: ""
|
||||||
xing:
|
EMAIL[HOME]: ""
|
||||||
birthday:
|
EMAIL[WORK]: abbas.mahmood@cimt-ag.de
|
||||||
last_chat:
|
TEL[CELL]: +49 175 2030672
|
||||||
friends:
|
TEL[HOME]: ""
|
||||||
type: contact
|
TEL[WORK]: +49 40 53302 456
|
||||||
relationship: kollege
|
BDAY: ""
|
||||||
template: "[[contact-colleague]]"
|
URL[WORK]: ""
|
||||||
company:
|
ORG: ""
|
||||||
location: Hamburg
|
ROLE: ""
|
||||||
manager: ""
|
PHOTO: ""
|
||||||
former_company:
|
ADR[HOME].STREET: ""
|
||||||
- "[[cimt consulting AG]]"
|
ADR[HOME].LOCALITY: ""
|
||||||
tags:
|
ADR[HOME].POSTAL: ""
|
||||||
- process/contact
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
UID: urn:uuid:019ed06d3f4d0-40a5-8473-eb796e3fd5b2
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: http://www.linkedin.com/in/abbas-mahmood-086684a4
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-FORMER-ORG: "[[cimt consulting AG]]"
|
||||||
---
|
---
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
|
|||||||
@@ -1,22 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Abdelkader Boutsoudine
|
FN: Abdelkader Boutsoudine
|
||||||
phone: +49 69 9150 687 17
|
N.GN: Abdelkader
|
||||||
email: abdelkader.boutsoudine@cimt-ag.de
|
N.FN: Boutsoudine
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: abdelkader.boutsoudine@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
template: "[[contact-colleague]]"
|
TEL[WORK]: +49 69 9150 687 17
|
||||||
company: "[[cimt objects AG]]"
|
BDAY: ""
|
||||||
location: Frankfurt
|
URL[WORK]: ""
|
||||||
manager: "[[Oliver Schuhmacher]]"
|
ORG: cimt objects AG
|
||||||
tags:
|
ROLE: ""
|
||||||
- process/contact
|
PHOTO: ""
|
||||||
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Frankfurt
|
||||||
|
UID: urn:uuid:019ed0842277a-4cd7-bd8d-274b3b382853
|
||||||
|
X-MANAGER: "[[Oliver Schuhmacher]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
[[Lightning Talks Orga]]
|
[[Lightning Talks Orga]]
|
||||||
|
|
||||||
@@ -29,6 +48,7 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
|
|||||||
@@ -1,23 +1,43 @@
|
|||||||
---
|
---
|
||||||
name: Abderrahman Aloui
|
FN: Abderrahman Aloui
|
||||||
phone:
|
N.GN: Abderrahman
|
||||||
email:
|
N.FN: Aloui
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing: https://www.xing.com/profile/Abderrahman_Aloui/cv
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat: 2025-09-27
|
EMAIL[WORK]: Abderrahman.Aloui@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: +49 171 716 32 00
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: +49 40 533 02-0
|
||||||
location: Hamburg
|
BDAY: ""
|
||||||
manager: "[[Christian Kreutzmann]]"
|
URL[WORK]: ""
|
||||||
company: "[[cimt objects AG]]"
|
ORG: cimt objects AG
|
||||||
template: "[[contact-colleague]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
UID: urn:uuid:019ed088b6902-414a-a1a1-c8b01e88aa3f
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
SOCIALPROFILE[XING]: https://www.xing.com/profile/Abderrahman_Aloui/cv
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-MANAGER: "[[Sven Landmann]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
[[Lightning Talks Orga]]
|
[[Lightning Talks Orga]]
|
||||||
|
|
||||||
@@ -26,10 +46,12 @@ tags:
|
|||||||
LIST
|
LIST
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Referenzen
|
## Referenzen
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
|
|||||||
@@ -1,24 +1,43 @@
|
|||||||
---
|
---
|
||||||
name: Adil Simsek
|
FN: Adil Simsek
|
||||||
phone:
|
N.GN: Adil
|
||||||
email: ""
|
N.FN: Simsek
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing: https://www.xing.com/profile/Adil_Simsek3/web_profiles
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: ""
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
template: "[[contact-colleague]]"
|
TEL[WORK]: ""
|
||||||
company: "[[codeble]]"
|
BDAY: ""
|
||||||
location: Hamburg
|
URL[WORK]: ""
|
||||||
manager: ""
|
ORG: codeble
|
||||||
former_company:
|
ROLE: ""
|
||||||
|
PHOTO: ""
|
||||||
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
UID: urn:uuid:019ed088b6805-42f9-8275-0d9e55afe525
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
SOCIALPROFILE[XING]: "https://www.xing.com/profile/Adil_Simsek3/web_profiles"
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-FORMER-ORG:
|
||||||
- "[[cimt objects AG]]"
|
- "[[cimt objects AG]]"
|
||||||
tags:
|
|
||||||
- process/contact
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[codeble]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,24 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Ahmad El Khalil
|
FN: Ahmad El Khalil
|
||||||
phone: +49 221 367 986-0
|
N.GN: Ahmad
|
||||||
mobile: +49 151 18028281
|
N.FN: "El Khalil"
|
||||||
email: ahmad.elkhalil@cimt-ag.de
|
N.PREFIX: ""
|
||||||
telegram:
|
N.MN: ""
|
||||||
linkedin:
|
N.SUFFIX: ""
|
||||||
xing:
|
EMAIL[HOME]: ""
|
||||||
birthday:
|
EMAIL[WORK]: "ahmad.elkhalil@cimt-ag.de"
|
||||||
last_chat:
|
TEL[CELL]: "+49 151 18028281"
|
||||||
friends:
|
TEL[HOME]: ""
|
||||||
type: contact
|
TEL[WORK]: "+49 221 367 986-0"
|
||||||
relationship: kollege
|
BDAY: ""
|
||||||
template: "[[contact-colleague]]"
|
URL[WORK]: ""
|
||||||
company: "[[cimt services AG]]"
|
ORG: cimt services AG
|
||||||
location: Köln
|
ROLE: ""
|
||||||
manager: "[[Arnt Zimmermann]]"
|
PHOTO: ""
|
||||||
tags:
|
ADR[HOME].STREET: ""
|
||||||
- process/contact
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
UID: urn:uuid:019ed088b66c1-4d4b-9669-027e820c1e1b
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: "Kollege"
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Köln
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt services AG]]
|
||||||
|
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
@@ -34,6 +51,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Manager
|
||||||
|
[[Arnt Zimmermann]]
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,23 +1,40 @@
|
|||||||
---
|
---
|
||||||
name: Aikaterini Fotiadou
|
FN: Aikaterini Fotiadou
|
||||||
phone:
|
N.GN: Aikaterini
|
||||||
email: aikaterini.fotiadou@cimt-ag.de
|
N.FN: Fotiadou
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: aikaterini.fotiadou@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: ""
|
||||||
template: "[[contact-colleague]]"
|
BDAY: ""
|
||||||
company: "[[cimt consulting AG]]"
|
URL[WORK]: ""
|
||||||
location: Hamburg
|
ORG: cimt consulting AG
|
||||||
manager: "[[Marius Richter]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
UID: urn:uuid:019ed08d4a869-43a3-b7b6-ec04bb589a3b
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt consulting AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
@@ -33,6 +50,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Manager
|
||||||
|
[[Marius Richter]]
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,23 +1,43 @@
|
|||||||
---
|
---
|
||||||
name: Akomedi Tadjou Arouna
|
FN: Akomedi Tadjou Arouna
|
||||||
phone: +49 40 53302 0
|
N.GN: Akomedi
|
||||||
email: akomedi.arouna@cimt-ag.de
|
N.FN: Arouna
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: Tadjou
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: "akomedi.arouna@cimt-ag.de"
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: "+49 40 53302 0"
|
||||||
template: "[[contact-colleague]]"
|
BDAY: ""
|
||||||
company: "[[cimt consulting AG]]"
|
URL[WORK]: ""
|
||||||
location: Hamburg
|
ORG: cimt consulting AG
|
||||||
manager: "[[Tobias Eggers]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: "Kollege"
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].STREET: "An der Alster 64"
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
ADR[WORK].POSTAL: "20099"
|
||||||
|
ADR[WORK].COUNTRY: "Deutschland"
|
||||||
|
UID: urn:uuid:019ed09b06175-401d-acae-b4fe11375565
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt consulting AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
@@ -33,6 +53,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## manager
|
||||||
|
[[Tobias Eggers]]
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,23 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Albin Cekaj
|
FN: Albin Cekaj
|
||||||
phone:
|
N.GN: Albin
|
||||||
email: albin.cekaj@cimt-ag.de
|
N.FN: Cekaj
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: albin.cekaj@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: ""
|
||||||
company: "[[cimt objects AG]]"
|
BDAY: ""
|
||||||
location: Berlin
|
URL[WORK]: ""
|
||||||
manager: ""
|
ORG: cimt objects AG
|
||||||
template: "[[contact-colleague]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Berlin
|
||||||
|
UID: urn:uuid:019ed09b06071-4054-a9d8-bbda0b4fe6ea
|
||||||
|
X-MANAGER: "[[Oliver Fromm]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,23 +1,40 @@
|
|||||||
---
|
---
|
||||||
name: Alex Marton
|
FN: Alex Marton
|
||||||
phone: +31 73 30304-58
|
N.GN: Alex
|
||||||
email: alex.marton@cimt.nl
|
N.FN: Marton
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: "alex.marton@cimt.nl"
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: "+31 73 30304-58"
|
||||||
company: "[[cimt BV]]"
|
BDAY: ""
|
||||||
location: Vught
|
URL[WORK]: ""
|
||||||
manager: "[[Taco van het Reve]]"
|
ORG: cimt BV
|
||||||
template: "[[contact-colleague]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Vught
|
||||||
|
ADR[WORK].COUNTRY: Netherlands
|
||||||
|
UID: urn:uuid:019ed09b05e95-4f54-a935-daf4007446a1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt BV]]
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
@@ -33,6 +50,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Manager
|
||||||
|
[[Taco van het Reve]]
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,23 +1,43 @@
|
|||||||
---
|
---
|
||||||
name: Alexander Büsken
|
FN: Alexander Büsken
|
||||||
phone: +49 40 53302 201
|
N.GN: Alexander
|
||||||
email: alexander.buesken@cimt-ag.de
|
N.FN: Büsken
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing: https://www.xing.com/profile/Alexander_Buesken
|
N.SUFFIX: ""
|
||||||
birthday: 1995-04-25
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: alexander.buesken@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: +49 40 53302 201
|
||||||
company: "[[cimt objects AG]]"
|
BDAY: 1995-04-25
|
||||||
location: Hamburg
|
URL[WORK]: ""
|
||||||
manager: "[[Tina Lentz]]"
|
ORG: cimt objects AG
|
||||||
template: "[[contact-colleague]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
SOCIALPROFILE[XING]: https://www.xing.com/profile/Alexander_Buesken
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
UID: urn:uuid:019ed09f99ad4-4428-a201-e740917ccf94
|
||||||
|
X-MANAGER: "[[Tina Lentz]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
[[Lightning Talks Orga]]
|
[[Lightning Talks Orga]]
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Alexander Klein
|
FN: Alexander Klein
|
||||||
phone: +49 69 247 56 76 81
|
N.GN: Alexander
|
||||||
email: alexander.klein@cimt-ag.de
|
N.FN: Klein
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday: 1980-01-13
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: alexander.klein@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: +49 69 247 56 76 81
|
||||||
template: "[[contact-colleague]]"
|
BDAY: 1980-01-13
|
||||||
company: "[[cimt objects AG]]"
|
URL[WORK]: ""
|
||||||
location: Frankfurt
|
ORG: cimt objects AG
|
||||||
manager: "[[Marc Herber]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Frankfurt
|
||||||
|
UID: urn:uuid:019ed0cd60718-477b-9b10-9d01431fe7b1
|
||||||
|
X-MANAGER: "[[Marc Herber]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,28 +1,46 @@
|
|||||||
---
|
---
|
||||||
name: Alexander Liepold
|
FN: Alexander Liepold
|
||||||
phone: +49 30 834098 0
|
N.GN: Alexander
|
||||||
mobile: +49 160 99176539
|
N.FN: Liepold
|
||||||
email: alexander.liepold@cimt-ag.de
|
N.PREFIX: ""
|
||||||
telegram:
|
N.MN: ""
|
||||||
linkedin:
|
N.SUFFIX: ""
|
||||||
xing:
|
EMAIL[HOME]: ""
|
||||||
birthday:
|
EMAIL[WORK]: alexander.liepold@cimt-ag.de
|
||||||
last_chat:
|
TEL[CELL]: +49 160 99176539
|
||||||
friends:
|
TEL[HOME]: ""
|
||||||
type: contact
|
TEL[WORK]: +49 30 834098 0
|
||||||
relationship: kollege
|
BDAY: ""
|
||||||
template: "[[contact-colleague]]"
|
URL[WORK]: ""
|
||||||
company: "[[cimt objects AG]]"
|
ORG: cimt objects AG
|
||||||
location: Berlin
|
ROLE: ""
|
||||||
manager: "[[Maria König]]"
|
PHOTO: ""
|
||||||
gilde:
|
ADR[HOME].STREET: ""
|
||||||
- "[[GCP Gilde]]"
|
ADR[HOME].LOCALITY: ""
|
||||||
tags:
|
ADR[HOME].POSTAL: ""
|
||||||
- process/contact
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Berlin
|
||||||
|
UID: urn:uuid:019ed0d688321-4dd9-a1dd-736404536648
|
||||||
|
X-MANAGER: "[[Maria König]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
|
## Gilde
|
||||||
|
[[GCP Gilde]]
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,25 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Alexander Sinkovic
|
FN: Alexander Sinkovic
|
||||||
phone:
|
N.GN: Alexander
|
||||||
email: alexander.sinkovic@f-i-sp.de
|
N.FN: Sinkovic
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: alexander.sinkovic@f-i-sp.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: projekt
|
TEL[WORK]: ""
|
||||||
created: 2024-04-03 18:33
|
BDAY: ""
|
||||||
updated: 2024-04-03
|
URL[WORK]: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
ORG: Finanz Informatik Solution Plus GmbH & Co. KG
|
||||||
company: "[[Finanz Informatik Solution Plus GmbH & Co. KG]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
former_project:
|
ADR[HOME].LOCALITY: ""
|
||||||
- "[[DataOps]]"
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Projekt
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Berlin
|
||||||
|
UID: urn:uuid:019ed0d688273-4a97-b672-8ad95ed3ef6e
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[Finanz Informatik Solution Plus GmbH & Co. KG]]
|
||||||
|
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST
|
||||||
@@ -30,3 +46,5 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Project
|
||||||
|
[[DataOps]]
|
||||||
|
|||||||
@@ -1,26 +1,43 @@
|
|||||||
---
|
---
|
||||||
name: Alexandra Friese
|
FN: Alexandra Friese
|
||||||
phone:
|
N.GN: Alexandra
|
||||||
email:
|
N.FN: Friese
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
birthday:
|
N.SUFFIX: ""
|
||||||
last_chat: 2023-11-28
|
EMAIL[HOME]: ""
|
||||||
friends:
|
EMAIL[WORK]: ""
|
||||||
type: contact
|
TEL[CELL]: ""
|
||||||
relationship:
|
TEL[HOME]: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
TEL[WORK]: ""
|
||||||
company: "[[Thomas-i-Punkt Modelle Handelsgesellschaft m.b.H.]]"
|
BDAY: ""
|
||||||
tags:
|
URL[WORK]: ""
|
||||||
- process/contact
|
ORG: Thomas-i-Punkt Modelle Handelsgesellschaft m.b.H.
|
||||||
|
ROLE: ""
|
||||||
|
PHOTO: ""
|
||||||
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
UID: urn:uuid:019ed0dfafe59-44f3-96f3-0b42dfcdf4b0
|
||||||
---
|
---
|
||||||
|
|
||||||
## Rollen
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[Thomas-i-Punkt Modelle Handelsgesellschaft m.b.H.]]
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Referenzen
|
## Referenzen
|
||||||
|
|||||||
@@ -1,29 +1,46 @@
|
|||||||
---
|
---
|
||||||
name: Ali El Cheikh
|
FN: Ali El Cheikh
|
||||||
phone: +49 40 53302 0
|
N.GN: "Ali"
|
||||||
email: ali.elcheikh@cimt-ag.de
|
N.FN: "El Cheikh"
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: "ali.elcheikh@cimt-ag.de"
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: "+49 40 53302 0"
|
||||||
template: "[[contact-colleague]]"
|
BDAY: ""
|
||||||
company: "[[cimt consulting AG]]"
|
URL[WORK]: ""
|
||||||
location: Hamburg
|
ORG: cimt consulting AG
|
||||||
manager: "[[Natalie Ladwein]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-MANAGER: "[[Natalie Ladwein]]"
|
||||||
|
UID: urn:uuid:019ed576d07d1-4986-bebd-39c1c7f8f24e
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt consulting AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|
||||||
```
|
```
|
||||||
## Referenzen
|
## Referenzen
|
||||||
```dataview
|
```dataview
|
||||||
|
|||||||
@@ -1,37 +1,66 @@
|
|||||||
---
|
---
|
||||||
name: Alvaro Zorn
|
FN: Alvaro Zorn
|
||||||
phone: +49 40 53302 333
|
N.GN: Alvaro
|
||||||
email: alvaro.zorn@cimt-ag.de
|
N.FN: Zorn
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: alvaro.zorn@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: +49 40 53302 333
|
||||||
template: "[[contact-colleague]]"
|
BDAY: ""
|
||||||
company: "[[cimt objects AG]]"
|
URL[WORK]: ""
|
||||||
location: Hamburg
|
ORG: cimt objects AG
|
||||||
manager: "[[Tina Lentz]]"
|
ROLE: ""
|
||||||
gilde:
|
PHOTO: ""
|
||||||
- "[[GCP Gilde]]"
|
ADR[HOME].STREET: ""
|
||||||
tags:
|
ADR[HOME].LOCALITY: ""
|
||||||
- process/contact
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-MANAGER: "[[Tina Lentz]]"
|
||||||
|
UID: urn:uuid:019edbb4575a6-41c4-b19d-b9d23cd0a857
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
|
## Gilde
|
||||||
|
[[GCP Gilde]]
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Referenzen
|
## Referenzen
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Manager
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
>[!info]- Vorstellung
|
||||||
|
>
|
||||||
|
|
||||||
|
>[!info]- Abschied
|
||||||
|
>
|
||||||
|
|||||||
@@ -1,23 +1,42 @@
|
|||||||
---
|
---
|
||||||
name: Amir Baghery
|
FN: Amir Baghery
|
||||||
phone:
|
N.GN: Amir
|
||||||
email:
|
N.FN: Baghery
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing: https://www.xing.com/profile/Amir_Baghery/cv
|
N.SUFFIX: ""
|
||||||
birthday: 1981-12-28
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: ""
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
company: "[[bonprix Handelsgesellschaft mbH]]"
|
TEL[WORK]: ""
|
||||||
location: Hamburg
|
BDAY: 1981-12-28
|
||||||
manager:
|
URL[WORK]: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
ORG: bonprix Handelsgesellschaft mbH
|
||||||
tags:
|
ROLE: ""
|
||||||
- process/contact
|
PHOTO: ""
|
||||||
- process/contact-review
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: ""
|
||||||
|
X-LAST-CHAT: "null"
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
SOCIALPROFILE[XING]: "https://www.xing.com/profile/Amir_Baghery/cv"
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
UID: urn:uuid:019edca25ffab-4e58-98a9-b5261b739643
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
#process/contact-review
|
||||||
|
|
||||||
|
[[bonprix Handelsgesellschaft mbH]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
[[SAP Entwickler]]
|
[[SAP Entwickler]]
|
||||||
|
|
||||||
@@ -26,11 +45,8 @@ tags:
|
|||||||
LIST
|
LIST
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Referenzen
|
## Referenzen
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
## Mitarbeiter
|
|
||||||
```dataview
|
|
||||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
|
||||||
```
|
|
||||||
|
|||||||
@@ -1,32 +1,47 @@
|
|||||||
---
|
---
|
||||||
name: Andrea Bahrenfuss
|
FN: Andrea Bahrenfuss
|
||||||
title: Diplom Informatikerin
|
N.GN: Andrea
|
||||||
phone: +49 174 3777999
|
N.FN: Bahrenfuss
|
||||||
phone_work: +49 4123 8098705
|
TITLE: Diplom Informatikerin
|
||||||
fax_work: +49 4123 8098703
|
N.PREFIX: ""
|
||||||
email: andrea.bahrenfuss@ab-it-coaching.de
|
N.MN: ""
|
||||||
organization: Andrea Bahrenfuss IT-Coaching
|
N.SUFFIX: ""
|
||||||
url: http://www.ab-it-coaching.de
|
EMAIL[HOME]: ""
|
||||||
address:
|
EMAIL[WORK]: andrea.bahrenfuss@ab-it-coaching.de
|
||||||
street: Mühlenstraße 89
|
TEL[CELL]: "+49 174 3777999"
|
||||||
city: Barmstedt
|
TEL[HOME]: ""
|
||||||
code: 25355
|
TEL[FAX]: "+49 4123 8098703"
|
||||||
country: Deutschland
|
TEL[WORK]: "+49 4123 8098705"
|
||||||
telegram:
|
BDAY: 1980-10-13
|
||||||
linkedin:
|
URL[WORK]: http://www.ab-it-coaching.de
|
||||||
xing: https://www.xing.com/profile/Andrea_Bahrenfuss/cv
|
ORG: Andrea Bahrenfuss IT-Coaching
|
||||||
yahoo_im: abahrenfuss
|
ROLE: ""
|
||||||
birthday: 1980-10-13
|
PHOTO: ""
|
||||||
last_chat:
|
ADR[HOME].STREET: ""
|
||||||
friends:
|
ADR[HOME].LOCALITY: ""
|
||||||
type: contact
|
ADR[HOME].POSTAL: ""
|
||||||
relationship: projekt
|
ADR[HOME].COUNTRY: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
ADR[WORK].STREET: Mühlenstraße 89
|
||||||
company: "[[Andrea Bahrenfuss IT-Coaching]]"
|
ADR[WORK].LOCALITY: Barmstedt
|
||||||
tags:
|
ADR[WORK].POSTAL: 25355
|
||||||
- process/contact
|
ADR[WORK].COUNTRY: Deutschland
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Projekt
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
UID: urn:uuid:019edbe21dd8a-46ed-865f-05179604228f
|
||||||
|
SOCIALPROFILE[XING]: https://www.xing.com/profile/Andrea_Bahrenfuss/cv
|
||||||
|
SOCIALPROFILE[YAHOO]: abahrenfuss
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[Andrea Bahrenfuss IT-Coaching]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,23 +1,41 @@
|
|||||||
---
|
---
|
||||||
name: Andreas Koschinek
|
FN: Andreas Koschinek
|
||||||
phone: +49 40 533 02-0
|
N.GN: Andreas
|
||||||
email: andreas.koschinek@cimt-ag.de
|
N.FN: Koschinek
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: andreas.koschinek@cimt-ag.de
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship: kollege
|
TEL[WORK]: +49 40 533 02-0
|
||||||
template: "[[contact-colleague]]"
|
BDAY: ""
|
||||||
company: "[[cimt objects AG]]"
|
URL[WORK]: ""
|
||||||
location: Hamburg
|
ORG: cimt objects AG
|
||||||
manager: "[[Tina Lentz]]"
|
ROLE: ""
|
||||||
tags:
|
PHOTO: ""
|
||||||
- process/contact
|
ADR[HOME].STREET: ""
|
||||||
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
UID: urn:uuid:019ed1044e9d9-49a5-bf23-f1483ad00585
|
||||||
|
X-MANAGER: "[[Tina Lentz]]"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt objects AG]]
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
@@ -29,6 +47,7 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Mitarbeiter
|
## Mitarbeiter
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
|
|||||||
@@ -1,24 +1,40 @@
|
|||||||
---
|
---
|
||||||
name: Andreas Viertel
|
FN: Andreas Viertel
|
||||||
phone:
|
N.GN: Andreas
|
||||||
email:
|
N.FN: Viertel
|
||||||
telegram:
|
N.PREFIX: ""
|
||||||
linkedin:
|
N.MN: ""
|
||||||
xing:
|
N.SUFFIX: ""
|
||||||
birthday:
|
EMAIL[HOME]: ""
|
||||||
last_chat:
|
EMAIL[WORK]: ""
|
||||||
friends:
|
TEL[CELL]: ""
|
||||||
type: contact
|
TEL[HOME]: ""
|
||||||
relationship:
|
TEL[WORK]: ""
|
||||||
created: 2024-04-18 09:10
|
BDAY: ""
|
||||||
updated: 2024-04-18
|
URL[WORK]: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
ORG: ""
|
||||||
company:
|
ROLE: ""
|
||||||
location:
|
PHOTO: ""
|
||||||
tags:
|
ADR[HOME].STREET: ""
|
||||||
- process/contact
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Projekt
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Berlin
|
||||||
|
UID: urn:uuid:019ede843d7ec-4488-9d48-0c7d02b6436b
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST
|
||||||
@@ -29,4 +45,3 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
|||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,67 @@
|
|||||||
---
|
---
|
||||||
name: Angelika Schmidt
|
FN: Angelika Schmidt
|
||||||
phone: +49 40 53302 163
|
N.GN: Angelika
|
||||||
mobile: +49 151 16353552
|
N.FN: Schmidt
|
||||||
email: angelika.schmidt@cimt-ag.de
|
N.PREFIX: ""
|
||||||
telegram:
|
N.MN: ""
|
||||||
linkedin:
|
N.SUFFIX: ""
|
||||||
xing:
|
EMAIL[HOME]: ""
|
||||||
birthday:
|
EMAIL[WORK]: angelika.schmidt@cimt-ag.de
|
||||||
last_chat:
|
TEL[CELL]: +49 151 16353552
|
||||||
friends:
|
TEL[HOME]: ""
|
||||||
type: contact
|
TEL[WORK]: +49 40 53302 163
|
||||||
relationship: kollege
|
BDAY: ""
|
||||||
template: "[[contact-colleague]]"
|
URL[WORK]: ""
|
||||||
company: "[[cimt erpteam GmbH]]"
|
ORG: cimt erpteam GmbH
|
||||||
location: Hamburg
|
ROLE: ""
|
||||||
manager: "[[Frank Schröder]]"
|
PHOTO: ""
|
||||||
tags:
|
ADR[HOME].STREET: ""
|
||||||
- process/contact
|
ADR[HOME].LOCALITY: ""
|
||||||
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kollege
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
ADR[WORK].LOCALITY: Hamburg
|
||||||
|
X-MANAGER: "[[Frank Schröder]]"
|
||||||
|
UID: urn:uuid:019edbb45748a-4ef6-ade2-0968e946bb59
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[cimt erpteam GmbH]]
|
||||||
|
|
||||||
|
## Rollen
|
||||||
|
|
||||||
|
## Termine
|
||||||
|
```dataview
|
||||||
|
LIST
|
||||||
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
|
```
|
||||||
|
|
||||||
|
## Referenzen
|
||||||
|
```dataview
|
||||||
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
|
```
|
||||||
|
|
||||||
|
## Manager
|
||||||
|
|
||||||
|
## Mitarbeiter
|
||||||
|
```dataview
|
||||||
|
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||||
|
```
|
||||||
|
|
||||||
|
>[!info]- Vorstellung
|
||||||
|
>
|
||||||
|
|
||||||
|
>[!info]- Abschied
|
||||||
|
>
|
||||||
|
|
||||||
## Rollen
|
## Rollen
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
|
|||||||
@@ -1,32 +1,52 @@
|
|||||||
---
|
---
|
||||||
name: Anja Allen
|
FN: Anja Allen
|
||||||
phone:
|
N.GN: Anja
|
||||||
email: Anja.Allen@gartner.com
|
N.FN: Allen
|
||||||
email_home: allen_ra@speakeasy.net
|
N.PREFIX: ""
|
||||||
telegram:
|
N.MN: ""
|
||||||
linkedin:
|
N.SUFFIX: ""
|
||||||
xing: https://www.xing.com/profile/Anja_Allen/cv
|
EMAIL[HOME]: allen_ra@speakeasy.net
|
||||||
birthday: 1970-03-20
|
EMAIL[WORK]: Anja.Allen@gartner.com
|
||||||
last_chat:
|
TEL[CELL]: ""
|
||||||
friends:
|
TEL[HOME]: ""
|
||||||
- "[[Katja Börkey]]"
|
TEL[WORK]: ""
|
||||||
- "[[Cordan Börkey]]"
|
BDAY: 1970-03-20
|
||||||
type: contact
|
URL[WORK]: ""
|
||||||
relationship: kommilitone
|
ORG: Gartner Inc.
|
||||||
title: Anja Allen
|
ROLE: ""
|
||||||
company: "[[Gartner Inc.]]"
|
PHOTO: ""
|
||||||
template: "[[Resources/Templates/contact]]"
|
ADR[HOME].STREET: ""
|
||||||
tags:
|
ADR[HOME].LOCALITY: ""
|
||||||
- process/contact
|
ADR[HOME].POSTAL: ""
|
||||||
|
ADR[HOME].COUNTRY: ""
|
||||||
|
KIND: individual
|
||||||
|
VERSION: "4.0"
|
||||||
|
CATEGORIES: ""
|
||||||
|
X-RELATIONSHIP: Kommilitone
|
||||||
|
X-LAST-CHAT: ""
|
||||||
|
SOCIALPROFILE[LINKEDIN]: ""
|
||||||
|
SOCIALPROFILE[XING]: https://www.xing.com/profile/Anja_Allen/cv
|
||||||
|
ADR[WORK].LOCALITY: ""
|
||||||
|
UID: urn:uuid:019ede843d8f8-4b06-955b-4cd1b881bcd9
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
|
#process/contact
|
||||||
|
|
||||||
|
[[Gartner Inc.]]
|
||||||
|
|
||||||
|
## Freunde
|
||||||
|
- [[Katja Börkey]]
|
||||||
|
- [[Cordan Börkey]]
|
||||||
|
|
||||||
## Termine
|
## Termine
|
||||||
```dataview
|
```dataview
|
||||||
LIST
|
LIST
|
||||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Referenzen
|
## Referenzen
|
||||||
```dataview
|
```dataview
|
||||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user