vault backup: 2026-04-07 16:34:42
This commit is contained in:
6
.obsidian/workspace.json
vendored
6
.obsidian/workspace.json
vendored
@@ -184,13 +184,15 @@
|
|||||||
},
|
},
|
||||||
"active": "0e89c1d1d5ec049c",
|
"active": "0e89c1d1d5ec049c",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"00 Inbox/29592872.615316667 - Lecture 1 Recp.md",
|
||||||
|
"99 Templates/New File Template.md",
|
||||||
|
"00 Inbox/1775572307685 - Lecture 1 Summary.md",
|
||||||
"10 Courses/02 - SoSe 2026/ET II/Übungsaufgabe 1.md",
|
"10 Courses/02 - SoSe 2026/ET II/Übungsaufgabe 1.md",
|
||||||
"10 Courses/02 - SoSe 2026/ET II/Kirchhoffsche Gesetze.md",
|
"10 Courses/02 - SoSe 2026/ET II/Kirchhoffsche Gesetze.md",
|
||||||
"10 Courses/02 - SoSe 2026/ET II/Zählpfeilsysteme.md",
|
"10 Courses/02 - SoSe 2026/ET II/Zählpfeilsysteme.md",
|
||||||
"10 Courses/02 - SoSe 2026/ET II/Zeitabhängige Größen.md",
|
"10 Courses/02 - SoSe 2026/ET II/Zeitabhängige Größen.md",
|
||||||
"10 Courses/02 - SoSe 2026/ET II/Übungsaufgabe 2.md",
|
"10 Courses/02 - SoSe 2026/ET II/Übungsaufgabe 2.md",
|
||||||
"30 Library/ET_II_Folien_gesamt_020426.pdf",
|
"30 Library/ET_II_Folien_gesamt_020426.pdf",
|
||||||
"99 Templates/New File Template.md",
|
|
||||||
"30 Library/d6d88eed747e389e597d2a19bb868ee6?cid=4b45b3a6f32c35a6d9ca5b1b07b760de",
|
"30 Library/d6d88eed747e389e597d2a19bb868ee6?cid=4b45b3a6f32c35a6d9ca5b1b07b760de",
|
||||||
"30 Library/wget-log",
|
"30 Library/wget-log",
|
||||||
"Untitled.md",
|
"Untitled.md",
|
||||||
@@ -218,8 +220,6 @@
|
|||||||
"DAS/merge.md",
|
"DAS/merge.md",
|
||||||
"mathe/notation.md",
|
"mathe/notation.md",
|
||||||
"10 Courses/01 - WiSe 2025_26/ET/Netzwerke.md",
|
"10 Courses/01 - WiSe 2025_26/ET/Netzwerke.md",
|
||||||
"10 Courses/01 - WiSe 2025_26/ET/Kirchhoffsche Regeln.md",
|
|
||||||
"10 Courses/01 - WiSe 2025_26/ET/Grundlagen.md",
|
|
||||||
"10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png"
|
"10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
18
.trash/1775572307685 - Lecture 1 Summary.md
Normal file
18
.trash/1775572307685 - Lecture 1 Summary.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
created: 2026-04-07 16:31
|
||||||
|
course:
|
||||||
|
topic:
|
||||||
|
type: lecture
|
||||||
|
status: 🔴
|
||||||
|
tags:
|
||||||
|
- university
|
||||||
|
---
|
||||||
|
## 📌 Summary
|
||||||
|
|
||||||
|
> [!abstract]
|
||||||
|
>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Content
|
||||||
|
|
||||||
18
.trash/29592872.615316667 - Lecture 1 Recp.md
Normal file
18
.trash/29592872.615316667 - Lecture 1 Recp.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
created: 2026-04-07 16:32
|
||||||
|
course:
|
||||||
|
topic:
|
||||||
|
type: lecture
|
||||||
|
status: 🔴
|
||||||
|
tags:
|
||||||
|
- university
|
||||||
|
---
|
||||||
|
## 📌 Summary
|
||||||
|
|
||||||
|
> [!abstract]
|
||||||
|
>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 📝 Content
|
||||||
|
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<%*
|
<%*
|
||||||
// Move the file to the Inbox immediately upon creation
|
// Move the file to the Inbox immediately upon creation
|
||||||
let date = Date.now()
|
let date = Date.now() / 60000
|
||||||
let newName = `${date} - `
|
let newName = `${date} - ${tp.file.title}`
|
||||||
await tp.file.move("/00 Inbox/" + tp.file.title);
|
await tp.file.move("/00 Inbox/" + newName)
|
||||||
-%>
|
-%>
|
||||||
---
|
---
|
||||||
created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
|
created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
|
||||||
@@ -13,9 +13,6 @@ status: 🔴
|
|||||||
tags:
|
tags:
|
||||||
- university
|
- university
|
||||||
---
|
---
|
||||||
|
|
||||||
# <% tp.file.title %>
|
|
||||||
|
|
||||||
## 📌 Summary
|
## 📌 Summary
|
||||||
|
|
||||||
> [!abstract]
|
> [!abstract]
|
||||||
@@ -24,3 +21,4 @@ tags:
|
|||||||
---
|
---
|
||||||
|
|
||||||
## 📝 Content
|
## 📝 Content
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user