Merge remote-tracking branch 'origin/main' into sec

This commit is contained in:
2026-03-03 09:49:54 +01:00
76 changed files with 14655 additions and 12123 deletions

View File

@@ -8,7 +8,7 @@
"collapse-color-groups": false,
"colorGroups": [
{
"query": "tag:Praktikum",
"query": "file:Tasks",
"color": {
"a": 1,
"rgb": 14701138

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,10 @@
{
"author": "Vinzent",
"authorUrl": "https://github.com/Vinzent03",
"id": "obsidian-git",
"name": "Git",
"description": "Backup your vault with Git.",
"description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent",
"js": "main.js",
"version": "2.24.1"
"version": "2.35.2"
}

View File

@@ -14,11 +14,19 @@
}
.workspace-leaf-content[data-type="git-view"] .view-content {
padding: 0;
padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.workspace-leaf-content[data-type="git-history-view"] .view-content {
padding: 0;
padding-left: 0;
padding-top: 0;
padding-right: 0;
}
.loading {
overflow: hidden;
}
.loading > svg {
@@ -39,6 +47,10 @@
margin-right: auto;
}
.obsidian-git-disabled {
opacity: 0.5;
}
.obsidian-git-center-button {
display: block;
margin: 20px auto;
@@ -51,6 +63,15 @@
.tooltip.mod-right {
overflow-wrap: break-word;
}
/* Limits the scrollbar to the view body */
.git-view {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
}
.git-tools {
display: flex;
margin-left: auto;
@@ -77,6 +98,25 @@
height: auto;
}
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
align-items: center;
}
.workspace-leaf-content[data-type="git-view"]
.tree-item-self:hover
.clickable-icon,
.workspace-leaf-content[data-type="git-history-view"]
.tree-item-self:hover
.clickable-icon {
color: var(--icon-color-hover);
}
/* Highlight an item as active if it's diff is currently opened */
.is-active .git-tools .buttons > * {
color: var(--nav-item-color-active);
}
.git-author {
color: var(--text-accent);
}
@@ -549,3 +589,41 @@
padding: 0px 6px 0px 6px;
white-space: pre; /* Keep spaces and do not collapse them. */
}
@media (max-width: 800px) {
/* hide git blame gutter not to superpose text */
.cm-gutterElement.obs-git-blame-gutter {
display: none;
}
}
.git-unified-diff-view,
.git-split-diff-view .cm-deletedLine .cm-changedText {
background-color: #ee443330;
}
.git-unified-diff-view,
.git-split-diff-view .cm-insertedLine .cm-changedText {
background-color: #22bb2230;
}
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
}
.git-obscure-prompt[git-is-obscured="false"] #git-show-password:after {
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye-off"><path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"></path><path d="M14.084 14.158a3 3 0 0 1-4.242-4.242"></path><path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"></path><path d="m2 2 20 20"></path></svg>');
}
/* Override styling of Codemirror merge view "collapsed lines" indicator */
.git-split-diff-view .ͼ2 .cm-collapsedLines {
background: var(--interactive-normal);
border-radius: var(--radius-m);
color: var(--text-accent);
font-size: var(--font-small);
padding: var(--size-4-1) var(--size-4-1);
}
.git-split-diff-view .ͼ2 .cm-collapsedLines:hover {
background: var(--interactive-hover);
color: var(--text-accent-hover);
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
{
"id": "obsidian-style-settings",
"name": "Style Settings",
"version": "1.0.9",
"minAppVersion": "0.11.5",
"description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-style-settings",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,12 @@
{
"id": "obsidian-tasks-plugin",
"name": "Tasks",
"version": "7.22.0",
"minAppVersion": "1.4.0",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
"authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

8
.obsidian/themes/Prism/manifest.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "Prism",
"version": "3.7.0",
"minAppVersion": "1.9.0",
"author": "Damian Korcz",
"authorUrl": "https://github.com/damiankorcz",
"fundingUrl": "https://www.buymeacoffee.com/DamianKorcz"
}

11287
.obsidian/themes/Prism/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"name": "Typewriter",
"version": "2.2.4",
"minAppVersion": "0.16.0",
"author": "crashmoney",
"authorUrl": "https://github.com/crashmoney"
}

636
.obsidian/themes/Typewriter/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

28
.obsidian/types.json vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"types": {
"aliases": "aliases",
"cssclasses": "multitext",
"tags": "tags",
"TQ_explain": "checkbox",
"TQ_extra_instructions": "text",
"TQ_short_mode": "checkbox",
"TQ_show_backlink": "checkbox",
"TQ_show_cancelled_date": "checkbox",
"TQ_show_created_date": "checkbox",
"TQ_show_depends_on": "checkbox",
"TQ_show_done_date": "checkbox",
"TQ_show_due_date": "checkbox",
"TQ_show_edit_button": "checkbox",
"TQ_show_id": "checkbox",
"TQ_show_on_completion": "checkbox",
"TQ_show_postpone_button": "checkbox",
"TQ_show_priority": "checkbox",
"TQ_show_recurrence_rule": "checkbox",
"TQ_show_scheduled_date": "checkbox",
"TQ_show_start_date": "checkbox",
"TQ_show_tags": "checkbox",
"TQ_show_task_count": "checkbox",
"TQ_show_tree": "checkbox",
"TQ_show_urgency": "checkbox"
}
}

239
.obsidian/workspace.json vendored Normal file
View File

@@ -0,0 +1,239 @@
{
"main": {
"id": "16284aa810907b89",
"type": "split",
"children": [
{
"id": "0a337572ddbe0554",
"type": "tabs",
"children": [
{
"id": "92b19ec62110b284",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Themen/Recherche/Halluzinationstypen.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Halluzinationstypen"
}
}
]
}
],
"direction": "vertical"
},
"left": {
"id": "86c1ea3fe6a03333",
"type": "split",
"children": [
{
"id": "6df9ea73fd0e1514",
"type": "tabs",
"children": [
{
"id": "3197193a5db22e57",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {
"sortOrder": "alphabetical",
"autoReveal": false
},
"icon": "lucide-folder-closed",
"title": "Files"
}
},
{
"id": "bfc467569a3d0222",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
},
"icon": "lucide-search",
"title": "Search"
}
},
{
"id": "a4850344e3b128c7",
"type": "leaf",
"state": {
"type": "bookmarks",
"state": {},
"icon": "lucide-bookmark",
"title": "Bookmarks"
}
}
]
}
],
"direction": "horizontal",
"width": 255.5,
"collapsed": true
},
"right": {
"id": "6a1960f01a2e810f",
"type": "split",
"children": [
{
"id": "588fa1920ac4dbd7",
"type": "tabs",
"children": [
{
"id": "24394dfa589caf60",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "Fragen.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for Fragen"
}
},
{
"id": "7f1b39e96375db5c",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "Tasks.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from Tasks"
}
},
{
"id": "1bbbfc3388c1c315",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-tags",
"title": "Tags"
}
},
{
"id": "cd03c8c067fae5c1",
"type": "leaf",
"state": {
"type": "all-properties",
"state": {
"sortOrder": "frequency",
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "cec35e47d58f56e2",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "Themen/Orga/Quellen Architektur.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of Quellen Architektur"
}
},
{
"id": "48e5fb98d63b2d4f",
"type": "leaf",
"state": {
"type": "git-view",
"state": {},
"icon": "git-pull-request",
"title": "Source Control"
}
}
],
"currentTab": 5
}
],
"direction": "horizontal",
"width": 258.5
},
"left-ribbon": {
"hiddenItems": {
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false,
"bases:Create new base": false,
"obsidian-git:Open Git source control": false
}
},
"active": "92b19ec62110b284",
"lastOpenFiles": [
"Themen/Recherche/Automated Essay Scoring.md",
"Themen/Recherche/Halluzinationstypen.md",
"Themen/Recherche/Kontext Checking.md",
"Themen/Recherche/Natural Language Processing.md",
"Themen/Orga/User Stories.md",
"Themen/Orga/Epics.md",
"Themen/Recherche/Grammatik.md",
"Themen/assets/Architecture.png",
"Exposé/1_Ziele.md",
"Exposé/3_Verwendete_Methoden.md",
"Themen/Orga/Quellen Architektur.md",
"Themen/Orga/Architektur.md",
"Exposé/4_Zeitplan.md",
"Exposé/0_Problembeschreibung.md",
"Themen/Orga/Untitled",
"Umsetzung/1_Core_Layer/Explanation Engine.md",
"Themen/Recherche",
"Themen/Orga",
"Umsetzung/1_Core_Layer/Performance Metric Observator.md",
"Umsetzung/1_Core_Layer/Logger.md",
"0_Tools",
"Tasks.md",
"Ideen Vorgehensweise.md",
"Umsetzung/3_Service_Layer/Response Orchestrator.md",
"Umsetzung/3_Service_Layer/Scoring Model.md",
"Umsetzung/3_Service_Layer/API Endpoints.md",
"Umsetzung/1_Core_Layer/Plug-In-Manager.md",
"Umsetzung/3_Service_Layer/Socket Connector.md",
"Umsetzung/2.2_Extended_Analysis_Plugins/Hallucination Checker.md",
"Umsetzung/2.2_Extended_Analysis_Plugins/Fact Checker.md",
"Umsetzung/2.2_Extended_Analysis_Plugins/Context Checker.md",
"Umsetzung/3_Service_Layer",
"Umsetzung/2.2_Extended_Analysis_Plugins",
"Umsetzung/2.1_Analysis_Orchestrator",
"Umsetzung/2_Core_Analysis",
"Umsetzung/1_Core_Layer",
"Themen/assets",
"Untitled.canvas"
]
}