Compare commits
45 Commits
5476eca7bf
...
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 |
Vendored
+2
-7
@@ -3,7 +3,6 @@
|
||||
"dataview",
|
||||
"obsidian-tasks-plugin",
|
||||
"obsidian-sortable",
|
||||
"auto-note-mover",
|
||||
"tag-wrangler",
|
||||
"obsidian-plugin-toc",
|
||||
"obsidian-charts",
|
||||
@@ -21,12 +20,8 @@
|
||||
"obsidian-style-settings",
|
||||
"callout-manager",
|
||||
"find-unlinked-files",
|
||||
"contribution-graph",
|
||||
"datacore",
|
||||
"friend-tracker",
|
||||
"desk",
|
||||
"external-file-embed-and-link",
|
||||
"obsidian-git",
|
||||
"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",
|
||||
"timestampFormat": "HH:mm",
|
||||
"hourFormat": "HH",
|
||||
"dataviewSource": "\"Journal\" OR #process/task",
|
||||
"extendDurationUntilNext": false,
|
||||
"defaultDurationMinutes": 30,
|
||||
"minimalDurationMinutes": 10,
|
||||
@@ -24,7 +23,7 @@
|
||||
"showUnscheduledNestedTasks": true,
|
||||
"showNow": true,
|
||||
"showNext": true,
|
||||
"pluginVersion": "0.28.0",
|
||||
"pluginVersion": "0.30.0",
|
||||
"showCompletedTasks": true,
|
||||
"showSubtasksInTaskBlocks": true,
|
||||
"icals": [],
|
||||
@@ -35,6 +34,12 @@
|
||||
"sortTasksInPlanAfterEdit": true,
|
||||
"firstDayOfWeek": "monday",
|
||||
"multiDayRange": "full-week",
|
||||
"showTimelineInSidebar": true,
|
||||
"timelineColumns": {
|
||||
"planner": true,
|
||||
"timeTracker": false
|
||||
},
|
||||
"dataviewSource": "\"Journal\" OR #process/task",
|
||||
"showTimeTracker": false,
|
||||
"showActiveClocks": true,
|
||||
"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",
|
||||
"name": "Day Planner",
|
||||
"version": "0.28.0",
|
||||
"version": "0.30.0",
|
||||
"minAppVersion": "0.16.0",
|
||||
"description": "A day planner with clean UI and readable syntax",
|
||||
"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.",
|
||||
"isDesktopOnly": false,
|
||||
"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 {
|
||||
border: 2px solid var(--interactive-accent);
|
||||
border-radius: var(--radius-s);
|
||||
@@ -108,7 +99,7 @@
|
||||
display: flex;
|
||||
}
|
||||
.git-tools .buttons > * {
|
||||
padding: 0 0;
|
||||
padding: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -175,7 +166,7 @@ which itself is adapted from the diff2html library with the following original l
|
||||
--git-change-bg: #ffd55840;
|
||||
--git-selected: #3572b0;
|
||||
|
||||
--git-delete: #c33;
|
||||
--git-delete: #cc3333;
|
||||
--git-insert: #399839;
|
||||
--git-change: #d0b44c;
|
||||
--git-move: #3572b0;
|
||||
@@ -538,13 +529,24 @@ which itself is adapted from the diff2html library with the following original l
|
||||
.d2h-diff-tbody {
|
||||
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 ====================== */
|
||||
|
||||
.cm-gutterElement.obs-git-blame-gutter {
|
||||
/* 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-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;
|
||||
height: 100%; /* ensure, that age-based background color occupies entire parent */
|
||||
text-align: right;
|
||||
padding: 0px 6px 0px 6px;
|
||||
padding: 0px 6px;
|
||||
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 {
|
||||
.cm-gutterElement {
|
||||
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;
|
||||
}
|
||||
|
||||
.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 */
|
||||
.cm-gutters.cm-gutters-before:has(> .git-signs-gutter:only-child) {
|
||||
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",
|
||||
"name": "Tasks",
|
||||
"version": "8.0.0",
|
||||
"version": "8.2.2",
|
||||
"minAppVersion": "1.8.7",
|
||||
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
|
||||
"helpUrl": "https://publish.obsidian.md/tasks/",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+30
-19
@@ -42,13 +42,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -99,13 +100,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -207,13 +209,14 @@
|
||||
},
|
||||
"openFile": false,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -314,13 +317,14 @@
|
||||
},
|
||||
"openFile": false,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -387,13 +391,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -445,13 +450,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"focus": true,
|
||||
"mode": "default"
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -558,13 +564,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -614,13 +621,14 @@
|
||||
},
|
||||
"openFile": true,
|
||||
"openFileInMode": "default",
|
||||
"fileExistsMode": "Increment the file name",
|
||||
"setFileExistsBehavior": false,
|
||||
"fileOpening": {
|
||||
"location": "tab",
|
||||
"direction": "vertical",
|
||||
"mode": "default",
|
||||
"focus": true
|
||||
},
|
||||
"fileExistsBehavior": {
|
||||
"kind": "prompt"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -690,7 +698,7 @@
|
||||
"devMode": false,
|
||||
"templateFolderPath": "Resources/Templates",
|
||||
"announceUpdates": "all",
|
||||
"version": "2.12.0",
|
||||
"version": "2.12.3",
|
||||
"globalVariables": {},
|
||||
"onePageInputEnabled": false,
|
||||
"disableOnlineFeatures": true,
|
||||
@@ -764,6 +772,9 @@
|
||||
"migrateFileOpeningSettings": true,
|
||||
"setProviderModelDiscoveryMode": 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",
|
||||
"name": "QuickAdd",
|
||||
"version": "2.12.0",
|
||||
"version": "2.12.3",
|
||||
"minAppVersion": "1.11.4",
|
||||
"description": "Quickly add new pages or content to your vault.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+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.",
|
||||
"isDesktopOnly": false,
|
||||
"minAppVersion": "1.0.0",
|
||||
"version": "0.22.2",
|
||||
"version": "0.23.2",
|
||||
"fundingUrl": {
|
||||
"Github Sponsor": "https://github.com/sponsors/tgrosinger",
|
||||
"Buy me a Coffee": "https://buymeacoffee.com/tgrosinger",
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
[data-type="advanced-tables-toolbar"] .nav-buttons-container {
|
||||
column-gap: 0.2rem;
|
||||
gap: 0.2rem;
|
||||
margin: 0.2rem 0 0.2rem 0;
|
||||
justify-content: start;
|
||||
}
|
||||
|
||||
+14511
-6525
File diff suppressed because one or more lines are too long
+2
-2
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"id": "task-list-kanban",
|
||||
"name": "Task List Kanban",
|
||||
"version": "1.11.0",
|
||||
"version": "2.7.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.",
|
||||
"author": "Chris Kerr, Erika Rice Scherpelz",
|
||||
"authorUrl": "https://github.com/erikars",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
+317
-33
@@ -25,8 +25,8 @@ If your plugin does not need CSS, delete this file.
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
width: min(860px, calc(100vw - 48px));
|
||||
max-width: 860px;
|
||||
width: min(1120px, calc(100vw - 48px));
|
||||
max-width: 1120px;
|
||||
}
|
||||
|
||||
.task-list-kanban-settings-modal {
|
||||
@@ -38,11 +38,10 @@ If your plugin does not need CSS, delete this file.
|
||||
|
||||
.settings-scroll-wrapper {
|
||||
flex: 1;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
min-height: 0;
|
||||
padding-bottom: 8px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
/* Settings header */
|
||||
@@ -50,7 +49,9 @@ If your plugin does not need CSS, delete this file.
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-bottom: 18px;
|
||||
padding-bottom: 14px;
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
.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-section {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.column-editor-intro {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
padding: 0 0 10px;
|
||||
background: linear-gradient(to bottom, var(--background-primary) 0%, var(--background-primary) 82%, transparent 100%);
|
||||
}
|
||||
|
||||
.column-editor-intro h2 {
|
||||
margin-bottom: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.column-editor-intro .setting-item-description {
|
||||
@@ -134,11 +227,17 @@ If your plugin does not need CSS, delete this file.
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.column-editor-controls button {
|
||||
height: 30px;
|
||||
padding: 4px 10px;
|
||||
font-size: var(--font-ui-smaller);
|
||||
}
|
||||
|
||||
.column-editor-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 12px;
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
gap: 6px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.column-editor-row {
|
||||
@@ -146,27 +245,32 @@ If your plugin does not need CSS, delete this file.
|
||||
position: relative;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 10px 8px;
|
||||
border-bottom: 1px solid var(--background-modifier-border);
|
||||
background: transparent;
|
||||
transition: background-color 140ms ease, box-shadow 140ms ease;
|
||||
padding: 8px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: var(--radius-s);
|
||||
background: var(--background-primary);
|
||||
transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
|
||||
overflow: visible;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.column-editor-row.is-bookend {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.column-editor-row-content {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.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 {
|
||||
background: color-mix(in srgb, var(--background-primary) 82%, var(--background-modifier-hover));
|
||||
box-shadow: inset 0 1px 0 color-mix(in srgb, var(--background-modifier-border-focus) 55%, transparent),
|
||||
inset 0 -1px 0 color-mix(in srgb, var(--background-modifier-border-focus) 55%, transparent);
|
||||
border-color: var(--background-modifier-border-focus);
|
||||
box-shadow: 0 0 0 1px color-mix(in srgb, var(--background-modifier-border-focus) 45%, transparent);
|
||||
}
|
||||
|
||||
.column-editor-row.is-drop-target {
|
||||
@@ -234,6 +338,7 @@ If your plugin does not need CSS, delete this file.
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transform: translateY(0);
|
||||
}
|
||||
|
||||
.column-editor-handle:active {
|
||||
@@ -246,6 +351,93 @@ If your plugin does not need CSS, delete this file.
|
||||
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 {
|
||||
align-items: center;
|
||||
flex: 1 1 auto;
|
||||
@@ -291,7 +483,7 @@ If your plugin does not need CSS, delete this file.
|
||||
}
|
||||
|
||||
.column-editor-field-tag {
|
||||
flex: 1 1 180px;
|
||||
flex: 1 1 260px;
|
||||
min-width: 0;
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
@@ -306,7 +498,8 @@ If your plugin does not need CSS, delete this file.
|
||||
}
|
||||
|
||||
.column-editor-field-match,
|
||||
.column-editor-field-visibility {
|
||||
.column-editor-field-visibility,
|
||||
.column-editor-field-status {
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
@@ -321,6 +514,18 @@ If your plugin does not need CSS, delete this file.
|
||||
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 {
|
||||
flex: 0 0 auto;
|
||||
color: var(--text-muted);
|
||||
@@ -335,8 +540,8 @@ If your plugin does not need CSS, delete this file.
|
||||
}
|
||||
|
||||
.column-editor-color-swatch {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
appearance: none;
|
||||
@@ -348,12 +553,16 @@ If your plugin does not need CSS, delete this file.
|
||||
var(--background-secondary) 90deg 180deg
|
||||
);
|
||||
background-blend-mode: overlay;
|
||||
flex: 0 0 14px;
|
||||
flex: 0 0 18px;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.column-editor-summary-swatch {
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
.column-editor-color-swatch.has-color {
|
||||
border-color: color-mix(in srgb, var(--background-modifier-border) 40%, var(--text-normal));
|
||||
background-image: none;
|
||||
@@ -377,6 +586,14 @@ If your plugin does not need CSS, delete this file.
|
||||
font-size: var(--font-ui-smaller);
|
||||
white-space: nowrap;
|
||||
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 {
|
||||
@@ -410,21 +627,69 @@ If your plugin does not need CSS, delete this file.
|
||||
.column-editor-controls {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
margin-top: 10px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
/* 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) {
|
||||
.column-editor-row {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.column-editor-intro,
|
||||
.column-editor-summary,
|
||||
.column-editor-fields.column-editor-fields-inline,
|
||||
.column-editor-field {
|
||||
flex-direction: column;
|
||||
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 {
|
||||
gap: 12px;
|
||||
}
|
||||
@@ -433,6 +698,7 @@ If your plugin does not need CSS, delete this file.
|
||||
.column-editor-field-tag,
|
||||
.column-editor-field-match,
|
||||
.column-editor-field-visibility,
|
||||
.column-editor-field-status,
|
||||
.column-editor-field-color {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
@@ -442,9 +708,27 @@ If your plugin does not need CSS, delete this file.
|
||||
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-visibility select,
|
||||
.column-editor-field-status select,
|
||||
.column-editor-field-status .setting-input,
|
||||
.column-editor-field-color .setting-input {
|
||||
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",
|
||||
"name": "Templater",
|
||||
"version": "2.20.3",
|
||||
"description": "Create and use templates",
|
||||
"version": "2.20.6",
|
||||
"description": "Advanced templating and automation using handlebars-like syntax.",
|
||||
"minAppVersion": "1.12.2",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
|
||||
+1
-1
@@ -221,6 +221,6 @@ textarea.templater-prompt-input:focus {
|
||||
}
|
||||
|
||||
li.CodeMirror-hint-active {
|
||||
background: #08f;
|
||||
background: #0088ff;
|
||||
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",
|
||||
"cssclasses": "multitext",
|
||||
"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_extra_instructions": "text",
|
||||
"TQ_short_mode": "checkbox",
|
||||
@@ -42,28 +22,10 @@
|
||||
"TQ_show_start_date": "checkbox",
|
||||
"TQ_show_tags": "checkbox",
|
||||
"TQ_show_task_count": "checkbox",
|
||||
"TQ_show_toolbar": "checkbox",
|
||||
"TQ_show_tree": "checkbox",
|
||||
"TQ_show_urgency": "checkbox",
|
||||
"leseliste": "multitext",
|
||||
"rework": "checkbox",
|
||||
"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"
|
||||
"X-LAST-CHAT": "date",
|
||||
"BDAY": "date"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
## 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
|
||||
|
||||
- [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]
|
||||
- [ ] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [start:: 2026-01-01] [scheduled:: 2026-03-03]
|
||||
- [ ] Bescheid erhalten [start:: 2026-06-01]
|
||||
- [ ] Aufwendungen für Werbungskosten (Entfernung für Kilometerpauschale) [start:: 2026-01-01] [scheduled:: 2026-06-08]
|
||||
- [ ] Bescheid erhalten [start:: 2026-06-08]
|
||||
|
||||
## Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -12,4 +12,4 @@ Bar:: `$= dv.view('total-progress-bar', {file: "Hautkrebsscreening"})`
|
||||
## Überlegungen
|
||||
|
||||
## Unteraufgaben
|
||||
- [ ] Termin zur Vorsorge vereinbart [start:: 2024-07-04]
|
||||
- [ ] Termin zur Vorsorge vereinbart [start:: 2026-06-08]
|
||||
|
||||
@@ -13,4 +13,4 @@ status: Archiv
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] 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
|
||||
|
||||
- [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
|
||||
|
||||
- [ ] 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] Ü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]
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
---
|
||||
## Team
|
||||
```dataview
|
||||
TABLE location AS Standort
|
||||
TABLE ADR[WORK].LOCALITY AS Standort
|
||||
FROM [[]] AND !outgoing([[]]) AND "Infos/Kontakte"
|
||||
SORT file.name DESC
|
||||
LIMIT 20
|
||||
|
||||
@@ -14,4 +14,4 @@ tags:
|
||||
## Unteraufgaben
|
||||
|
||||
- [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,40 +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]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-11] [start:: 2026-05-10] [scheduled:: 2026-05-14] [completion:: 2026-05-21]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-14] [scheduled:: 2026-05-18] [completion:: 2026-05-21]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-17] [scheduled:: 2026-05-21] [completion:: 2026-05-21]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-21] [scheduled:: 2026-05-25] [completion:: 2026-05-21]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-24] [scheduled:: 2026-05-28] [completion:: 2026-05-26]
|
||||
- [ ] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-05-26] [start:: 2026-05-28] [scheduled:: 2026-06-01]
|
||||
+1
-1
@@ -12,4 +12,4 @@ Rückfrage an [[Philip Joschko]] bezüglich Benutzer Accounts und Zugang
|
||||
|
||||
## 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,41 +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]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-11] [start:: 2026-05-10] [scheduled:: 2026-05-14] [completion:: 2026-05-21]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-14] [scheduled:: 2026-05-18] [completion:: 2026-05-21]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-17] [scheduled:: 2026-05-21] [completion:: 2026-05-21]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-21] [scheduled:: 2026-05-25] [completion:: 2026-05-21]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-21] [start:: 2026-05-24] [scheduled:: 2026-05-28] [completion:: 2026-05-26]
|
||||
- [ ] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-05-26] [start:: 2026-05-28] [scheduled:: 2026-06-01]
|
||||
@@ -13,5 +13,5 @@ tags:
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Hoyer Installation Talend Data Fabric
|
||||
- [ ] Email an Viktor Becker bezüglich Verwendung von Ansible
|
||||
- [x] Hoyer Installation Talend Data Fabric [completion:: 2026-06-22]
|
||||
- [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] Ticket erstellt [completion:: 2026-03-27]
|
||||
- [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]
|
||||
- [ ] Übernahme der POC Dokumentation ins Confluence [start:: 2026-03-24] [scheduled:: 2026-05-07]
|
||||
- [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-06-03]
|
||||
|
||||
@@ -27,4 +27,4 @@ LIMIT 20
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] 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]
|
||||
|
||||
@@ -11,4 +11,4 @@ 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] [due:: 2026-05-22] [scheduled:: 2026-05-22]
|
||||
- [ ] 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:
|
||||
- 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]]
|
||||
|
||||
## 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
|
||||
- [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]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-05-07]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [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-06-08]
|
||||
- [ ] 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
|
||||
- [ ] Vorbereitung zur Prüfung abgeschlossen [start:: 2026-03-08]
|
||||
- [ ] Prüfungstermin vereinbart [start:: 2026-03-08]
|
||||
- [ ] Prüfung durchgeführt [start:: 2026-03-08]
|
||||
- [ ] Zertifikat erhalten [start:: 2026-03-08]
|
||||
- [ ] Vorbereitung zur Prüfung abgeschlossen [start:: 2026-06-08]
|
||||
- [ ] Prüfungstermin vereinbart [start:: 2026-06-08]
|
||||
- [ ] Prüfung durchgeführt [start:: 2026-06-08]
|
||||
- [ ] Zertifikat erhalten [start:: 2026-06-08]
|
||||
|
||||
@@ -39,8 +39,6 @@ CouchDB Testumgebung
|
||||
|
||||
|
||||
## Aufgaben
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-05-05]
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
---
|
||||
tags:
|
||||
- process/event
|
||||
reference:
|
||||
- "[[cimt AG]]"
|
||||
---
|
||||
Related Projects:: [[cimt AG]]
|
||||
|
||||
## 🗓️Agenda
|
||||
```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
|
||||
phone:
|
||||
email: aaron.eisermann@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat: 2026-01-05
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
created: 2026-01-06
|
||||
updated: 2026-01-06
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt consulting AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Marius Richter]]"
|
||||
interactions:
|
||||
- date: 2026-01-05
|
||||
text: Vorstellungsmail
|
||||
FN: Aaron Eisermann
|
||||
N.GN: Aaron
|
||||
N.FN: Eisermann
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: "aaron.eisermann@cimt-ag.de"
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: "cimt consulting AG"
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
ADR[HOME].POSTAL: ""
|
||||
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:
|
||||
- process/contact
|
||||
---
|
||||
|
||||
## Rollen
|
||||
## Firma
|
||||
[[cimt consulting AG]]
|
||||
|
||||
## Interaction Log
|
||||
- **2026-02-05**: Vorstellungsmail
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
@@ -52,5 +63,4 @@ list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
>
|
||||
>Ich freue mich darauf euch Kennenzulernen und wünsche euch noch einen schönen Abend!
|
||||
>
|
||||
>Aaron
|
||||
|
||||
>Aaron
|
||||
@@ -1,25 +1,37 @@
|
||||
---
|
||||
name: Abbas Mahmood
|
||||
phone: +49 40 53302 456
|
||||
email: abbas.mahmood@cimt-ag.de
|
||||
mobile: +49 175 2030672
|
||||
telegram:
|
||||
linkedin: http://www.linkedin.com/in/abbas-mahmood-086684a4
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company:
|
||||
location: Hamburg
|
||||
manager: ""
|
||||
former_company:
|
||||
- "[[cimt consulting AG]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Abbas Mahmood
|
||||
N.GN: Abbas
|
||||
N.FN: Mahmood
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: abbas.mahmood@cimt-ag.de
|
||||
TEL[CELL]: +49 175 2030672
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 53302 456
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: ""
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
ADR[HOME].POSTAL: ""
|
||||
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
|
||||
|
||||
|
||||
@@ -1,22 +1,41 @@
|
||||
---
|
||||
name: Abdelkader Boutsoudine
|
||||
phone: +49 69 9150 687 17
|
||||
email: abdelkader.boutsoudine@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Frankfurt
|
||||
manager: "[[Oliver Schuhmacher]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Abdelkader Boutsoudine
|
||||
N.GN: Abdelkader
|
||||
N.FN: Boutsoudine
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: abdelkader.boutsoudine@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 69 9150 687 17
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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
|
||||
[[Lightning Talks Orga]]
|
||||
|
||||
@@ -29,6 +48,7 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
|
||||
@@ -1,23 +1,43 @@
|
||||
---
|
||||
name: Abderrahman Aloui
|
||||
phone:
|
||||
email:
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Abderrahman_Aloui/cv
|
||||
birthday:
|
||||
last_chat: 2025-09-27
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
location: Hamburg
|
||||
manager: "[[Christian Kreutzmann]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
template: "[[contact-colleague]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Abderrahman Aloui
|
||||
N.GN: Abderrahman
|
||||
N.FN: Aloui
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: Abderrahman.Aloui@cimt-ag.de
|
||||
TEL[CELL]: +49 171 716 32 00
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 533 02-0
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
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
|
||||
[[Lightning Talks Orga]]
|
||||
|
||||
@@ -26,10 +46,12 @@ tags:
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
|
||||
@@ -1,24 +1,43 @@
|
||||
---
|
||||
name: Adil Simsek
|
||||
phone:
|
||||
email: ""
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Adil_Simsek3/web_profiles
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[codeble]]"
|
||||
location: Hamburg
|
||||
manager: ""
|
||||
former_company:
|
||||
FN: Adil Simsek
|
||||
N.GN: Adil
|
||||
N.FN: Simsek
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ""
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: codeble
|
||||
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]]"
|
||||
tags:
|
||||
- process/contact
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[codeble]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -1,24 +1,41 @@
|
||||
---
|
||||
name: Ahmad El Khalil
|
||||
phone: +49 221 367 986-0
|
||||
mobile: +49 151 18028281
|
||||
email: ahmad.elkhalil@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt services AG]]"
|
||||
location: Köln
|
||||
manager: "[[Arnt Zimmermann]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Ahmad El Khalil
|
||||
N.GN: Ahmad
|
||||
N.FN: "El Khalil"
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: "ahmad.elkhalil@cimt-ag.de"
|
||||
TEL[CELL]: "+49 151 18028281"
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: "+49 221 367 986-0"
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt services AG
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
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
|
||||
|
||||
## Termine
|
||||
@@ -34,6 +51,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Manager
|
||||
[[Arnt Zimmermann]]
|
||||
|
||||
## Mitarbeiter
|
||||
|
||||
```dataview
|
||||
|
||||
@@ -1,23 +1,40 @@
|
||||
---
|
||||
name: Aikaterini Fotiadou
|
||||
phone:
|
||||
email: aikaterini.fotiadou@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt consulting AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Marius Richter]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Aikaterini Fotiadou
|
||||
N.GN: Aikaterini
|
||||
N.FN: Fotiadou
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: aikaterini.fotiadou@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt consulting AG
|
||||
ROLE: ""
|
||||
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: Hamburg
|
||||
UID: urn:uuid:019ed08d4a869-43a3-b7b6-ec04bb589a3b
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt consulting AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
@@ -33,6 +50,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Manager
|
||||
[[Marius Richter]]
|
||||
|
||||
## Mitarbeiter
|
||||
|
||||
```dataview
|
||||
|
||||
@@ -1,23 +1,43 @@
|
||||
---
|
||||
name: Akomedi Tadjou Arouna
|
||||
phone: +49 40 53302 0
|
||||
email: akomedi.arouna@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt consulting AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Tobias Eggers]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Akomedi Tadjou Arouna
|
||||
N.GN: Akomedi
|
||||
N.FN: Arouna
|
||||
N.PREFIX: ""
|
||||
N.MN: Tadjou
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: "akomedi.arouna@cimt-ag.de"
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: "+49 40 53302 0"
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt consulting AG
|
||||
ROLE: ""
|
||||
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].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
|
||||
|
||||
## Termine
|
||||
@@ -33,6 +53,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## manager
|
||||
[[Tobias Eggers]]
|
||||
|
||||
## Mitarbeiter
|
||||
|
||||
```dataview
|
||||
|
||||
@@ -1,23 +1,41 @@
|
||||
---
|
||||
name: Albin Cekaj
|
||||
phone:
|
||||
email: albin.cekaj@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Berlin
|
||||
manager: ""
|
||||
template: "[[contact-colleague]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Albin Cekaj
|
||||
N.GN: Albin
|
||||
N.FN: Cekaj
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: albin.cekaj@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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: Berlin
|
||||
UID: urn:uuid:019ed09b06071-4054-a9d8-bbda0b4fe6ea
|
||||
X-MANAGER: "[[Oliver Fromm]]"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -1,23 +1,40 @@
|
||||
---
|
||||
name: Alex Marton
|
||||
phone: +31 73 30304-58
|
||||
email: alex.marton@cimt.nl
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
company: "[[cimt BV]]"
|
||||
location: Vught
|
||||
manager: "[[Taco van het Reve]]"
|
||||
template: "[[contact-colleague]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alex Marton
|
||||
N.GN: Alex
|
||||
N.FN: Marton
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: "alex.marton@cimt.nl"
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: "+31 73 30304-58"
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt BV
|
||||
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: Vught
|
||||
ADR[WORK].COUNTRY: Netherlands
|
||||
UID: urn:uuid:019ed09b05e95-4f54-a935-daf4007446a1
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt BV]]
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
@@ -33,6 +50,9 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Manager
|
||||
[[Taco van het Reve]]
|
||||
|
||||
## Mitarbeiter
|
||||
|
||||
```dataview
|
||||
|
||||
@@ -1,23 +1,43 @@
|
||||
---
|
||||
name: Alexander Büsken
|
||||
phone: +49 40 53302 201
|
||||
email: alexander.buesken@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Alexander_Buesken
|
||||
birthday: 1995-04-25
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Tina Lentz]]"
|
||||
template: "[[contact-colleague]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alexander Büsken
|
||||
N.GN: Alexander
|
||||
N.FN: Büsken
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: alexander.buesken@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 53302 201
|
||||
BDAY: 1995-04-25
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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]: ""
|
||||
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
|
||||
[[Lightning Talks Orga]]
|
||||
|
||||
|
||||
@@ -1,23 +1,41 @@
|
||||
---
|
||||
name: Alexander Klein
|
||||
phone: +49 69 247 56 76 81
|
||||
email: alexander.klein@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday: 1980-01-13
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Frankfurt
|
||||
manager: "[[Marc Herber]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alexander Klein
|
||||
N.GN: Alexander
|
||||
N.FN: Klein
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: alexander.klein@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 69 247 56 76 81
|
||||
BDAY: 1980-01-13
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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:019ed0cd60718-477b-9b10-9d01431fe7b1
|
||||
X-MANAGER: "[[Marc Herber]]"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -1,28 +1,46 @@
|
||||
---
|
||||
name: Alexander Liepold
|
||||
phone: +49 30 834098 0
|
||||
mobile: +49 160 99176539
|
||||
email: alexander.liepold@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Berlin
|
||||
manager: "[[Maria König]]"
|
||||
gilde:
|
||||
- "[[GCP Gilde]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alexander Liepold
|
||||
N.GN: Alexander
|
||||
N.FN: Liepold
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: alexander.liepold@cimt-ag.de
|
||||
TEL[CELL]: +49 160 99176539
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 30 834098 0
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
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: Berlin
|
||||
UID: urn:uuid:019ed0d688321-4dd9-a1dd-736404536648
|
||||
X-MANAGER: "[[Maria König]]"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Gilde
|
||||
[[GCP Gilde]]
|
||||
|
||||
## Termine
|
||||
|
||||
```dataview
|
||||
|
||||
@@ -1,25 +1,41 @@
|
||||
---
|
||||
name: Alexander Sinkovic
|
||||
phone:
|
||||
email: alexander.sinkovic@f-i-sp.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: projekt
|
||||
created: 2024-04-03 18:33
|
||||
updated: 2024-04-03
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
company: "[[Finanz Informatik Solution Plus GmbH & Co. KG]]"
|
||||
tags:
|
||||
- process/contact
|
||||
former_project:
|
||||
- "[[DataOps]]"
|
||||
FN: Alexander Sinkovic
|
||||
N.GN: Alexander
|
||||
N.FN: Sinkovic
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: alexander.sinkovic@f-i-sp.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: Finanz Informatik Solution Plus GmbH & Co. KG
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
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:019ed0d688273-4a97-b672-8ad95ed3ef6e
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[Finanz Informatik Solution Plus GmbH & Co. KG]]
|
||||
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
@@ -30,3 +46,5 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Project
|
||||
[[DataOps]]
|
||||
|
||||
@@ -1,26 +1,43 @@
|
||||
---
|
||||
name: Alexandra Friese
|
||||
phone:
|
||||
email:
|
||||
telegram:
|
||||
linkedin:
|
||||
birthday:
|
||||
last_chat: 2023-11-28
|
||||
friends:
|
||||
type: contact
|
||||
relationship:
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
company: "[[Thomas-i-Punkt Modelle Handelsgesellschaft m.b.H.]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alexandra Friese
|
||||
N.GN: Alexandra
|
||||
N.FN: Friese
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ""
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
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
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
|
||||
@@ -1,29 +1,46 @@
|
||||
---
|
||||
name: Ali El Cheikh
|
||||
phone: +49 40 53302 0
|
||||
email: ali.elcheikh@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt consulting AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Natalie Ladwein]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Ali El Cheikh
|
||||
N.GN: "Ali"
|
||||
N.FN: "El Cheikh"
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: "ali.elcheikh@cimt-ag.de"
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: "+49 40 53302 0"
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt consulting AG
|
||||
ROLE: ""
|
||||
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: Hamburg
|
||||
X-MANAGER: "[[Natalie Ladwein]]"
|
||||
UID: urn:uuid:019ed576d07d1-4986-bebd-39c1c7f8f24e
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt consulting AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
LIST FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
## Referenzen
|
||||
```dataview
|
||||
|
||||
@@ -1,37 +1,66 @@
|
||||
---
|
||||
name: Alvaro Zorn
|
||||
phone: +49 40 53302 333
|
||||
email: alvaro.zorn@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Tina Lentz]]"
|
||||
gilde:
|
||||
- "[[GCP Gilde]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Alvaro Zorn
|
||||
N.GN: Alvaro
|
||||
N.FN: Zorn
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: alvaro.zorn@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 53302 333
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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: Hamburg
|
||||
X-MANAGER: "[[Tina Lentz]]"
|
||||
UID: urn:uuid:019edbb4575a6-41c4-b19d-b9d23cd0a857
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Gilde
|
||||
[[GCP Gilde]]
|
||||
|
||||
## 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
|
||||
>
|
||||
|
||||
@@ -1,23 +1,42 @@
|
||||
---
|
||||
name: Amir Baghery
|
||||
phone:
|
||||
email:
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Amir_Baghery/cv
|
||||
birthday: 1981-12-28
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
company: "[[bonprix Handelsgesellschaft mbH]]"
|
||||
location: Hamburg
|
||||
manager:
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
tags:
|
||||
- process/contact
|
||||
- process/contact-review
|
||||
FN: Amir Baghery
|
||||
N.GN: Amir
|
||||
N.FN: Baghery
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ""
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: 1981-12-28
|
||||
URL[WORK]: ""
|
||||
ORG: bonprix Handelsgesellschaft mbH
|
||||
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: "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
|
||||
[[SAP Entwickler]]
|
||||
|
||||
@@ -26,11 +45,8 @@ tags:
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
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
|
||||
title: Diplom Informatikerin
|
||||
phone: +49 174 3777999
|
||||
phone_work: +49 4123 8098705
|
||||
fax_work: +49 4123 8098703
|
||||
email: andrea.bahrenfuss@ab-it-coaching.de
|
||||
organization: Andrea Bahrenfuss IT-Coaching
|
||||
url: http://www.ab-it-coaching.de
|
||||
address:
|
||||
street: Mühlenstraße 89
|
||||
city: Barmstedt
|
||||
code: 25355
|
||||
country: Deutschland
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Andrea_Bahrenfuss/cv
|
||||
yahoo_im: abahrenfuss
|
||||
birthday: 1980-10-13
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: projekt
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
company: "[[Andrea Bahrenfuss IT-Coaching]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Andrea Bahrenfuss
|
||||
N.GN: Andrea
|
||||
N.FN: Bahrenfuss
|
||||
TITLE: Diplom Informatikerin
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: andrea.bahrenfuss@ab-it-coaching.de
|
||||
TEL[CELL]: "+49 174 3777999"
|
||||
TEL[HOME]: ""
|
||||
TEL[FAX]: "+49 4123 8098703"
|
||||
TEL[WORK]: "+49 4123 8098705"
|
||||
BDAY: 1980-10-13
|
||||
URL[WORK]: http://www.ab-it-coaching.de
|
||||
ORG: Andrea Bahrenfuss IT-Coaching
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
ADR[HOME].POSTAL: ""
|
||||
ADR[HOME].COUNTRY: ""
|
||||
ADR[WORK].STREET: Mühlenstraße 89
|
||||
ADR[WORK].LOCALITY: Barmstedt
|
||||
ADR[WORK].POSTAL: 25355
|
||||
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
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -1,23 +1,41 @@
|
||||
---
|
||||
name: Andreas Koschinek
|
||||
phone: +49 40 533 02-0
|
||||
email: andreas.koschinek@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Tina Lentz]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Andreas Koschinek
|
||||
N.GN: Andreas
|
||||
N.FN: Koschinek
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: andreas.koschinek@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 533 02-0
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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: Hamburg
|
||||
UID: urn:uuid:019ed1044e9d9-49a5-bf23-f1483ad00585
|
||||
X-MANAGER: "[[Tina Lentz]]"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
@@ -29,6 +47,7 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
|
||||
@@ -1,24 +1,40 @@
|
||||
---
|
||||
name: Andreas Viertel
|
||||
phone:
|
||||
email:
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship:
|
||||
created: 2024-04-18 09:10
|
||||
updated: 2024-04-18
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
company:
|
||||
location:
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Andreas Viertel
|
||||
N.GN: Andreas
|
||||
N.FN: Viertel
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ""
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: ""
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
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
|
||||
```dataview
|
||||
LIST
|
||||
@@ -29,4 +45,3 @@ FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
|
||||
@@ -1,24 +1,67 @@
|
||||
---
|
||||
name: Angelika Schmidt
|
||||
phone: +49 40 53302 163
|
||||
mobile: +49 151 16353552
|
||||
email: angelika.schmidt@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt erpteam GmbH]]"
|
||||
location: Hamburg
|
||||
manager: "[[Frank Schröder]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Angelika Schmidt
|
||||
N.GN: Angelika
|
||||
N.FN: Schmidt
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: angelika.schmidt@cimt-ag.de
|
||||
TEL[CELL]: +49 151 16353552
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 53302 163
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt erpteam GmbH
|
||||
ROLE: ""
|
||||
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: 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
|
||||
|
||||
## Termine
|
||||
|
||||
@@ -1,32 +1,52 @@
|
||||
---
|
||||
name: Anja Allen
|
||||
phone:
|
||||
email: Anja.Allen@gartner.com
|
||||
email_home: allen_ra@speakeasy.net
|
||||
telegram:
|
||||
linkedin:
|
||||
xing: https://www.xing.com/profile/Anja_Allen/cv
|
||||
birthday: 1970-03-20
|
||||
last_chat:
|
||||
friends:
|
||||
- "[[Katja Börkey]]"
|
||||
- "[[Cordan Börkey]]"
|
||||
type: contact
|
||||
relationship: kommilitone
|
||||
title: Anja Allen
|
||||
company: "[[Gartner Inc.]]"
|
||||
template: "[[Resources/Templates/contact]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Anja Allen
|
||||
N.GN: Anja
|
||||
N.FN: Allen
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: allen_ra@speakeasy.net
|
||||
EMAIL[WORK]: Anja.Allen@gartner.com
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: 1970-03-20
|
||||
URL[WORK]: ""
|
||||
ORG: Gartner Inc.
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
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
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
|
||||
@@ -1,36 +1,50 @@
|
||||
---
|
||||
name: Ann-Kristin Hantzsch-Kühnlenz
|
||||
phone:
|
||||
email: ann-kristin.hantzsch@cimt-ag.de
|
||||
telegram:
|
||||
linkedin: https://www.linkedin.com/in/ann-kristin-hantzsch-k%C3%BChnlenz/
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
relationship: kollege
|
||||
type: contact
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Rouven Homann]]"
|
||||
interactions:
|
||||
- date: 2026-02-20
|
||||
text: Feedback zum Text erhalten. Ablage in Sharepoint und weitere Bearbeitung angekündigt.
|
||||
- date: 2026-02-17
|
||||
text: |-
|
||||
Teams-Gespräch bezüglich Blogeintrag:
|
||||
- Gibt es Bilder zum Text
|
||||
- ChatGPT zum Review des Textes
|
||||
- Zusenden des Eintrags inklusiver der Anmerkungen von Stefanie Pelster
|
||||
- date: 2026-02-16
|
||||
text: Teams-Nachricht erhalten mit Bitte um Termineinladung mit Grund für Gespräch
|
||||
- date: 2025-12-04
|
||||
text: Vorstellungsmail erhalten
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Ann-Kristin Hantzsch-Kühnlenz
|
||||
N.GN: ""
|
||||
N.FN: ""
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: ann-kristin.hantzsch@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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]: https://www.linkedin.com/in/ann-kristin-hantzsch-k%C3%BChnlenz/
|
||||
ADR[WORK].LOCALITY: Hamburg
|
||||
X-MANAGER: "[[Rouven Homann]]"
|
||||
UID: urn:uuid:019edc66ddbac-40a2-a910-25ea92bcf637
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Interaction Log
|
||||
- **2026-02-20**: Feedback zum Text erhalten. Ablage in Sharepoint und weitere Bearbeitung angekündigt.
|
||||
- **2026-02-17**: Teams-Gespräch bezüglich Blogeintrag:
|
||||
- Gibt es Bilder zum Text
|
||||
- ChatGPT zum Review des Textes
|
||||
- Zusenden des Eintrags inklusiver der Anmerkungen von Stefanie Pelster
|
||||
- **2026-02-16**: Teams-Nachricht erhalten mit Bitte um Termineinladung mit Grund für Gespräch
|
||||
- **2025-12-04**: Vorstellungsmail erhalten
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
@@ -38,10 +52,12 @@ tags:
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
@@ -67,3 +83,5 @@ list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
>Viele Grüße
|
||||
>Ann-Kristin
|
||||
|
||||
>[!info]- Abschied
|
||||
>
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
---
|
||||
FN: Anna Feldbarg
|
||||
N.GN: Anna
|
||||
N.FN: Feldbarg
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: Anna.Feldbarg@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: ""
|
||||
BDAY:
|
||||
URL[WORK]: https://www.cimt-ag.de/
|
||||
ORG: cimt consulting AG
|
||||
ROLE: ""
|
||||
PHOTO: ""
|
||||
ADR[HOME].STREET: ""
|
||||
ADR[HOME].LOCALITY: ""
|
||||
ADR[HOME].POSTAL: ""
|
||||
ADR[HOME].COUNTRY: ""
|
||||
KIND: individual
|
||||
VERSION: "4.0"
|
||||
UID: urn:uuid:019f2395510fe-451e-b079-dbcf54b6bac0
|
||||
CATEGORIES: ""
|
||||
X-RELATIONSHIP: Kollege
|
||||
X-LAST-CHAT: 2026-07-02
|
||||
SOCIALPROFILE[LINKEDIN]: ""
|
||||
ADR[WORK].LOCALITY: Hamburg
|
||||
X-MANAGER: "null"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt consulting AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
```
|
||||
|
||||
>[!info]- Vorstellung
|
||||
>Hallo zusammen,
|
||||
>
|
||||
>auch ich melde mich neu an Bord. Ich bin Anna aus dem Hamburger Team. Ich bin derzeit 28 Jahre alt. Ursprünglich komme ich aus Hannover, wo ich auch aufgewachsen bin. Dort habe ich meinen Bachelor in Informationsmanagement mit den Schwerpunkten Informationsdidaktik und Content-Management absolviert. Durch das Masterstudium Digitale Transformation, das ich momentan absolviere, bin ich im Oktober 2025 nach Hamburg gezogen. Ich genieße es sehr, die Alster gleich vor der Nase zu haben, da ich ein waschechter Wassermensch bin. Privat findet man mich auf dem SUP oder beim Bahnen ziehen im Wasser. Auch zu Hause mache ich es mir gemütlich. Ich trinke gerne Tee und male dabei. Wenn ich die Zeit finde, koche ich sehr gerne und probiere neue Gerichte aus.
|
||||
>
|
||||
>Meine bisherigen Arbeitserfahrungen stammen aus dem Personalbereich. Ich war unter anderem im Personalservice tätig und habe dort unter anderem Personalstammdatenprozesse erfasst und bearbeitet. Aus der Endnutzerperspektive habe ich Erfahrung als Anforderungsermittlerin, Anforderungsübermittlerin und Testerin neuer ESS-Prozesse gesammelt. Durch diese Einblicke möchte ich meine neue Tätigkeit als Werkstudent im Bereich SAP HCM/SuccessFactors stärken und neue Impulse sammeln. Ich freue mich darauf, meine bisherigen und neuen Erkenntnisse umzusetzen und weiterzuentwickeln. Insbesondere freue ich mich darauf als Berater zu fungieren und mein Motto „Wo Ideen, Systeme und Menschen zusammentreffen - dort schaffe ich Wirkung“ zu leben.
|
||||
>
|
||||
>Falls ihr Tipps für mich als Berater habt, nur her damit!
|
||||
>
|
||||
>Ich freue mich sehr darauf, euch nach und nach kennenzulernen und spannende Projekte mit euch zu gestalten.
|
||||
>
|
||||
>Habt einen schönen Feierabend und genießt den Tag!
|
||||
>
|
||||
>Beste Grüße,
|
||||
|
||||
>[!info]- Abschied
|
||||
>
|
||||
@@ -1,23 +1,41 @@
|
||||
---
|
||||
name: Anna Zobel
|
||||
phone: +49 40 53302 214
|
||||
email: anna.zobel@cimt-ag.de
|
||||
telegram:
|
||||
linkedin:
|
||||
xing:
|
||||
birthday:
|
||||
last_chat:
|
||||
friends:
|
||||
type: contact
|
||||
relationship: kollege
|
||||
template: "[[contact-colleague]]"
|
||||
company: "[[cimt objects AG]]"
|
||||
location: Hamburg
|
||||
manager: "[[Peter-Christian Quint]]"
|
||||
tags:
|
||||
- process/contact
|
||||
FN: Anna Zobel
|
||||
N.GN: Anna
|
||||
N.FN: Zobel
|
||||
N.PREFIX: ""
|
||||
N.MN: ""
|
||||
N.SUFFIX: ""
|
||||
EMAIL[HOME]: ""
|
||||
EMAIL[WORK]: anna.zobel@cimt-ag.de
|
||||
TEL[CELL]: ""
|
||||
TEL[HOME]: ""
|
||||
TEL[WORK]: +49 40 53302 214
|
||||
BDAY: ""
|
||||
URL[WORK]: ""
|
||||
ORG: cimt objects AG
|
||||
ROLE: ""
|
||||
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: Hamburg
|
||||
UID: urn:uuid:019edc5db609a-49e5-8afb-8865b2ffd635
|
||||
X-MANAGER: "[[Peter-Christian Quint]]"
|
||||
---
|
||||
|
||||
#### Notes
|
||||
|
||||
#process/contact
|
||||
|
||||
[[cimt objects AG]]
|
||||
|
||||
## Rollen
|
||||
|
||||
## Termine
|
||||
@@ -25,15 +43,18 @@ tags:
|
||||
LIST
|
||||
FROM [[]] AND !outgoing([[]]) AND "Journal"
|
||||
```
|
||||
|
||||
## Referenzen
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND !"Journal" AND !"Infos/Kontakte"
|
||||
```
|
||||
|
||||
## Mitarbeiter
|
||||
```dataview
|
||||
list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
```
|
||||
|
||||
|
||||
>[!info]- Vorstellung
|
||||
>Moin zusammen,
|
||||
>
|
||||
@@ -47,3 +68,5 @@ list from [[]] and !outgoing([[]]) AND "Infos/Kontakte"
|
||||
>
|
||||
>Anna
|
||||
|
||||
>[!info]- Abschied
|
||||
>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user