From d30d56e67b98e103d7a2c53f9c82abdc4d259818 Mon Sep 17 00:00:00 2001 From: Jan Meyer Date: Tue, 7 Apr 2026 22:29:28 +0200 Subject: [PATCH] vault backup: 2026-04-07 22:29:28 --- .obsidian/appearance.json | 2 +- .obsidian/graph.json | 2 +- .../obsidian-minimal-settings/data.json | 2 +- .obsidian/snippets/matugen.css | 164 +++++++++--------- .obsidian/workspace.json | 27 +-- ...29593223 - 29593223 - Elektrotechnik II.md | 19 ++ .trash/29593223 - Elektrotechnik II.md | 19 ++ ...29593223 - 29593223 - Elektrotechnik II.md | 19 ++ ...593226 - ET_II_Folien_gesamt_020426.pdf.md | 19 ++ .../ET II/29592673 - Elektrotechnik II.md | 5 + .../ET II/29592722 - Zeitabhängige Größen.md | 6 +- .../ET II/29592729 - Kirchhoffsche Gesetze.md | 4 +- .../ET II/29592733 - Zählpfeilsysteme.md | 6 +- .../ET II/29592751 - Übungsaufgabe 1.md | 4 +- .../ET II/29592755 - Übungsaufgabe 2.md | 4 +- 20 Atlas/ET II - Map of Content.md | 10 +- 16 files changed, 201 insertions(+), 111 deletions(-) create mode 100644 .trash/29593223 - 29593223 - Elektrotechnik II.md create mode 100644 .trash/29593223 - Elektrotechnik II.md create mode 100644 .trash/29593224 - 29593223 - 29593223 - Elektrotechnik II.md create mode 100644 .trash/29593226 - ET_II_Folien_gesamt_020426.pdf.md diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index dd440a3..15bcf27 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,5 +1,5 @@ { - "theme": "obsidian", + "theme": "moonstone", "interfaceFontFamily": "Noto Sans", "cssTheme": "", "enabledCssSnippets": [ diff --git a/.obsidian/graph.json b/.obsidian/graph.json index b0036eb..556d8cd 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -17,6 +17,6 @@ "repelStrength": 0, "linkStrength": 0.500822368421053, "linkDistance": 30, - "scale": 1, + "scale": 0.9895212671709476, "close": true } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-minimal-settings/data.json b/.obsidian/plugins/obsidian-minimal-settings/data.json index 6b68bcf..fdd1d5c 100644 --- a/.obsidian/plugins/obsidian-minimal-settings/data.json +++ b/.obsidian/plugins/obsidian-minimal-settings/data.json @@ -1,7 +1,7 @@ { "lightStyle": "minimal-light", "darkStyle": "minimal-dark", - "lightScheme": "minimal-default-light", + "lightScheme": "minimal-nord-light", "darkScheme": "minimal-flexoki-dark", "editorFont": "", "lineHeight": 1.5, diff --git a/.obsidian/snippets/matugen.css b/.obsidian/snippets/matugen.css index 2cabeea..3ef43d2 100644 --- a/.obsidian/snippets/matugen.css +++ b/.obsidian/snippets/matugen.css @@ -6,113 +6,113 @@ .theme-dark, .theme-light { /* ── Material You RGB helpers ──────────────────────────── */ - --mat-bg-rgb: 18, 19, 26; - --mat-surface-rgb: 18, 19, 26; - --mat-on-surface-rgb: 226, 225, 235; - --mat-primary-rgb: 183, 196, 255; - --mat-on-primary-rgb: 0, 38, 131; + --mat-bg-rgb: 14, 21, 13; + --mat-surface-rgb: 14, 21, 13; + --mat-on-surface-rgb: 221, 229, 215; + --mat-primary-rgb: 88, 225, 104; + --mat-on-primary-rgb: 0, 57, 13; /* ── Core Backgrounds ──────────────────────────────────── */ - --background-primary: #12131a; - --background-primary-alt: #12131a; - --background-secondary: #1a1b22; - --background-secondary-alt: #1e1f26; + --background-primary: #0e150d; + --background-primary-alt: #0e150d; + --background-secondary: #161d15; + --background-secondary-alt: #1a2219; /* ── Titlebar ──────────────────────────────────────────── */ - --titlebar-background: #12131a; - --titlebar-background-focused: #1a1b22; - --titlebar-text-color: #e2e1eb; + --titlebar-background: #0e150d; + --titlebar-background-focused: #161d15; + --titlebar-text-color: #dde5d7; /* ── Borders & Dividers ────────────────────────────────── */ - --background-modifier-border: #444653; - --background-modifier-border-focus: #8e909f; - --background-modifier-border-hover: #8e909f; + --background-modifier-border: #3d4a3b; + --background-modifier-border-focus: #879583; + --background-modifier-border-hover: #879583; /* ── Text Colors ───────────────────────────────────────── */ - --text-normal: #e2e1eb; - --text-muted: #c4c5d5; - --text-faint: #8e909f; - --text-on-accent: #002683; - --text-selection: rgba(183, 196, 255, 0.25); + --text-normal: #dde5d7; + --text-muted: #bccbb7; + --text-faint: #879583; + --text-on-accent: #00390d; + --text-selection: rgba(88, 225, 104, 0.25); /* ── Accent & Interactive ──────────────────────────────── */ - --interactive-accent: #b7c4ff; - --interactive-accent-hover: #0d38ab; - --interactive-accent-rgb: 183, 196, 255; - --text-accent: #b7c4ff; - --text-accent-hover: #0d38ab; + --interactive-accent: #58e168; + --interactive-accent-hover: #16af3e; + --interactive-accent-rgb: 88, 225, 104; + --text-accent: #58e168; + --text-accent-hover: #16af3e; /* ── Hover & Active Modifiers ──────────────────────────── */ --background-modifier-hover: rgba(var(--mat-on-surface-rgb), 0.06); --background-modifier-active-hover: rgba(var(--mat-primary-rgb), 0.15); - --background-modifier-success: #822200; + --background-modifier-success: #fe5f8c; --background-modifier-error: #93000a; --background-modifier-error-hover: #ffb4ab; /* ── Obsidian Color Scale (--color-base-XX) ────────────── */ - --color-base-00: #12131a; - --color-base-05: #12131a; - --color-base-10: #0c0e14; - --color-base-20: #1a1b22; - --color-base-25: #1e1f26; - --color-base-30: #282a31; - --color-base-35: #33343c; - --color-base-40: #444653; - --color-base-50: #8e909f; - --color-base-60: #c4c5d5; - --color-base-70: #e2e1eb; - --color-base-100: #e2e1eb; + --color-base-00: #0e150d; + --color-base-05: #0e150d; + --color-base-10: #091008; + --color-base-20: #161d15; + --color-base-25: #1a2219; + --color-base-30: #242c23; + --color-base-35: #2f372d; + --color-base-40: #3d4a3b; + --color-base-50: #879583; + --color-base-60: #bccbb7; + --color-base-70: #dde5d7; + --color-base-100: #dde5d7; /* ── Semantic Colors ───────────────────────────────────── */ --color-red: #ffb4ab; - --color-orange: #ffb59f; - --color-yellow: #bac4f7; - --color-green: #822200; - --color-cyan: #3a446f; - --color-blue: #b7c4ff; - --color-purple: #bac4f7; - --color-pink: #ffb59f; + --color-orange: #ffb1c1; + --color-yellow: #98d695; + --color-green: #fe5f8c; + --color-cyan: #1a5422; + --color-blue: #58e168; + --color-purple: #98d695; + --color-pink: #ffb1c1; /* ── Headings ──────────────────────────────────────────── */ - --h1-color: #b7c4ff; - --h2-color: #b7c4ff; - --h3-color: #bac4f7; - --h4-color: #ffb59f; - --h5-color: #c4c5d5; - --h6-color: #8e909f; + --h1-color: #58e168; + --h2-color: #58e168; + --h3-color: #98d695; + --h4-color: #ffb1c1; + --h5-color: #bccbb7; + --h6-color: #879583; /* ── Links ─────────────────────────────────────────────── */ - --link-color: #b7c4ff; - --link-color-hover: #d5dbff; - --link-external-color: #ffb59f; - --link-unresolved-color: #8e909f; + --link-color: #58e168; + --link-color-hover: #000601; + --link-external-color: #ffb1c1; + --link-unresolved-color: #879583; /* ── Tags ──────────────────────────────────────────────── */ - --tag-color: #d5dbff; - --tag-background: #0d38ab; - --tag-border-color: #b7c4ff; - --tag-color-hover: #002683; - --tag-background-hover: #b7c4ff; + --tag-color: #000601; + --tag-background: #16af3e; + --tag-border-color: #58e168; + --tag-color-hover: #00390d; + --tag-background-hover: #58e168; /* ── Checkboxes ────────────────────────────────────────── */ - --checkbox-color: #b7c4ff; - --checkbox-color-hover: #0d38ab; - --checkbox-border-color: #8e909f; - --checkbox-marker-color: #002683; + --checkbox-color: #58e168; + --checkbox-color-hover: #16af3e; + --checkbox-border-color: #879583; + --checkbox-marker-color: #00390d; /* ── Code Blocks ───────────────────────────────────────── */ - --code-background: #1a1b22; - --code-normal: #e2e1eb; - --code-comment: #8e909f; - --code-function: #b7c4ff; + --code-background: #161d15; + --code-normal: #dde5d7; + --code-comment: #879583; + --code-function: #58e168; --code-important: #ffb4ab; - --code-keyword: #bac4f7; - --code-operator: #ffb59f; - --code-property: #c4c5d5; - --code-punctuation: #444653; - --code-string: #ffb59f; + --code-keyword: #98d695; + --code-operator: #ffb1c1; + --code-property: #bccbb7; + --code-punctuation: #3d4a3b; + --code-string: #ffb1c1; --code-tag: #ffb4ab; - --code-value: #bac4f7; + --code-value: #98d695; /* ── Scrollbar ─────────────────────────────────────────── */ --scrollbar-thumb-bg: rgba(var(--mat-on-surface-rgb), 0.12); @@ -121,16 +121,16 @@ /* ── Inputs ────────────────────────────────────────────── */ --input-shadow: none; - --input-shadow-hover: 0 0 0 2px #8e909f; + --input-shadow-hover: 0 0 0 2px #879583; /* ── Graph View ────────────────────────────────────────── */ - --graph-node: #b7c4ff; - --graph-node-unresolved: #8e909f; - --graph-node-focused: #d5dbff; - --graph-node-tag: #bac4f7; - --graph-node-attachment: #ffb59f; - --graph-line: #444653; - --graph-background: #12131a; + --graph-node: #58e168; + --graph-node-unresolved: #879583; + --graph-node-focused: #000601; + --graph-node-tag: #98d695; + --graph-node-attachment: #ffb1c1; + --graph-line: #3d4a3b; + --graph-background: #0e150d; } diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9e5d14f..63812c1 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -27,12 +27,12 @@ "state": { "type": "markdown", "state": { - "file": "10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md", + "file": "10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "29592673 - Elektrotechnik II" + "title": "29592733 - Zählpfeilsysteme" } } ], @@ -199,19 +199,23 @@ }, "active": "4a709921b51fcf11", "lastOpenFiles": [ - "10 Courses/02 - SoSe 2026/ET II/29592709 - Klausur.md", + "10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md", + "10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md", "20 Atlas/ET II - Map of Content.md", + "10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md", + "00 Inbox/29593226 - ET_II_Folien_gesamt_020426.pdf.md", + "10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md", + "10 Courses/02 - SoSe 2026/ET II/29592709 - Klausur.md", + "10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md", + "10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md", + "00 Inbox/29593224 - 29593223 - 29593223 - Elektrotechnik II.md", + "00 Inbox/29593223 - 29593223 - Elektrotechnik II.md", + "00 Inbox/29593223 - Elektrotechnik II.md", + "10 Courses/02 - SoSe 2026/Mathe II/29592601 - Integration.md", "99 Templates/New File Template.md", "20 Atlas", - "10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md", "30 Library/29592593 - ET_II_Folien_gesamt_020426.pdf", - "10 Courses/02 - SoSe 2026/Mathe II/29592601 - Integration.md", - "10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md", "10 Courses/02 - SoSe 2026/ET II/Zählpfeilsysteme.md", - "10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md", - "10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md", - "10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md", - "10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md", "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md", "00 Inbox/29592877 - review.md", "00 Inbox/29592872.615316667 - Lecture 1 Recp.md", @@ -226,14 +230,11 @@ "10 Courses/01 - WiSe 2025_26/DAS/Formulas.md", "10 Courses/02 - SoSe 2026/Mathe II/Integration.md", "Test File.md", - "10 Courses/02 - SoSe 2026/ET II/Klausur.md", - "Online test.md", "99 Templates/New File Template", "99 Templates", "00 Inbox", "90 Archive", "30 Library", - "10 Courses/01 - WiSe 2025_26/DAS/Arithmetic.md", "10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png" ] } \ No newline at end of file diff --git a/.trash/29593223 - 29593223 - Elektrotechnik II.md b/.trash/29593223 - 29593223 - Elektrotechnik II.md new file mode 100644 index 0000000..5f38120 --- /dev/null +++ b/.trash/29593223 - 29593223 - Elektrotechnik II.md @@ -0,0 +1,19 @@ +--- +created: 2026-04-07 22:23 +course: +topic: +related: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/.trash/29593223 - Elektrotechnik II.md b/.trash/29593223 - Elektrotechnik II.md new file mode 100644 index 0000000..5f38120 --- /dev/null +++ b/.trash/29593223 - Elektrotechnik II.md @@ -0,0 +1,19 @@ +--- +created: 2026-04-07 22:23 +course: +topic: +related: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/.trash/29593224 - 29593223 - 29593223 - Elektrotechnik II.md b/.trash/29593224 - 29593223 - 29593223 - Elektrotechnik II.md new file mode 100644 index 0000000..85921b7 --- /dev/null +++ b/.trash/29593224 - 29593223 - 29593223 - Elektrotechnik II.md @@ -0,0 +1,19 @@ +--- +created: 2026-04-07 22:24 +course: +topic: +related: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/.trash/29593226 - ET_II_Folien_gesamt_020426.pdf.md b/.trash/29593226 - ET_II_Folien_gesamt_020426.pdf.md new file mode 100644 index 0000000..98e626d --- /dev/null +++ b/.trash/29593226 - ET_II_Folien_gesamt_020426.pdf.md @@ -0,0 +1,19 @@ +--- +created: 2026-04-07 22:26 +course: +topic: +related: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md b/10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md index 294f9d5..f48e5d3 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592673 - Elektrotechnik II.md @@ -1,3 +1,8 @@ +--- +created: 2026-04-07 14:02 +course: "[[29592673 - Elektrotechnik II]]" +type: overview +--- --- Professor. Dr.-Ing. Christian Becker Zeiten: diff --git a/10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md b/10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md index e33c92d..f2ab53b 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592722 - Zeitabhängige Größen.md @@ -1,9 +1,9 @@ --- created: 2026-04-07 14:02 -course: "[[Elektrotechnik II]]" +course: "[[29592673 - Elektrotechnik II]]" topic: "#sine #cosine" type: lecture -status: 🔴 +status: ⚪ - Incomplete tags: - university --- @@ -13,7 +13,7 @@ tags: ## 📌 Summary > [!abstract] -> +> Definition der "Normalform" der Sinusfunktion --- diff --git a/10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md b/10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md index 5ffb498..cb21909 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592729 - Kirchhoffsche Gesetze.md @@ -1,9 +1,9 @@ --- created: 2026-04-07 14:09 -course: "[[Elektrotechnik II]]" +course: "[[29592673 - Elektrotechnik II]]" topic: "#kirchhoffsLaws" type: lecture -status: 🔴 +status: 🟢 tags: - university --- diff --git a/10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md b/10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md index 81a8db6..b83a748 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592733 - Zählpfeilsysteme.md @@ -1,6 +1,6 @@ --- created: 2026-04-07 14:13 -course: "[[Elektrotechnik II]]" +course: "[[29592673 - Elektrotechnik II]]" topic: type: lecture status: 🔴 @@ -19,8 +19,8 @@ tags: ## 📝 Content -Siehe Seite 27 und 28 in den [[ET_II_Folien_gesamt_020426.pdf|Vorlesungsfolien]]: +Siehe Seite 27 und 28 in den [[29593226 - ET_II_Folien_gesamt_020426.pdf|Vorlesungsfolien]]: -![Vorlesungsfolien 27 bis 29](ET_II_Folien_gesamt_020426.pdf#page=27) +![[29592593 - ET_II_Folien_gesamt_020426.pdf#page=27]] diff --git a/10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md b/10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md index 83c92c9..c075ba3 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592751 - Übungsaufgabe 1.md @@ -1,6 +1,6 @@ --- created: 2026-04-07 14:31 -course: "[[Elektrotechnik II]]" +course: "[[29592673 - Elektrotechnik II]]" topic: type: task status: 🔴 @@ -12,6 +12,6 @@ tags: ## 📝 Content -![[ET_II_Folien_gesamt_020426.pdf#page=54]] +![[29592593 - ET_II_Folien_gesamt_020426.pdf#page=54]] a) $25"ms"$ \ No newline at end of file diff --git a/10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md b/10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md index fefac1a..6f5c9ba 100644 --- a/10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md +++ b/10 Courses/02 - SoSe 2026/ET II/29592755 - Übungsaufgabe 2.md @@ -1,6 +1,6 @@ --- created: 2026-04-07 14:35 -course: +course: "[[29592673 - Elektrotechnik II]]" topic: type: task status: 🔴 @@ -11,4 +11,4 @@ tags: # Übungsaufgabe 2 ## 📝 Content -![[ET_II_Folien_gesamt_020426.pdf#page=55]] \ No newline at end of file +![[29592593 - ET_II_Folien_gesamt_020426.pdf#page=55]] \ No newline at end of file diff --git a/20 Atlas/ET II - Map of Content.md b/20 Atlas/ET II - Map of Content.md index 4379a19..94a7ad2 100644 --- a/20 Atlas/ET II - Map of Content.md +++ b/20 Atlas/ET II - Map of Content.md @@ -1,6 +1,14 @@ + ```dataview TABLE topic AS "Concept", status AS "Review Status" FROM "10 Courses/02 - SoSe 2026/ET II" WHERE type = "lecture" OR type = "concept" -SORT created DESC +SORT created ASC ``` + +```dataview +TABLE topic AS "Topic", status AS "Status" +FROM "10 Courses/02 - SoSe 2026/ET II" +WHERE type = "task" +SORT created ASC +``` \ No newline at end of file