diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index b8b5551..49d0319 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -184,13 +184,15 @@ }, "active": "0e89c1d1d5ec049c", "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/Kirchhoffsche Gesetze.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/Übungsaufgabe 2.md", "30 Library/ET_II_Folien_gesamt_020426.pdf", - "99 Templates/New File Template.md", "30 Library/d6d88eed747e389e597d2a19bb868ee6?cid=4b45b3a6f32c35a6d9ca5b1b07b760de", "30 Library/wget-log", "Untitled.md", @@ -218,8 +220,6 @@ "DAS/merge.md", "mathe/notation.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" ] } \ No newline at end of file diff --git a/.trash/1775572307685 - Lecture 1 Summary.md b/.trash/1775572307685 - Lecture 1 Summary.md new file mode 100644 index 0000000..808908f --- /dev/null +++ b/.trash/1775572307685 - Lecture 1 Summary.md @@ -0,0 +1,18 @@ +--- +created: 2026-04-07 16:31 +course: +topic: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/.trash/29592872.615316667 - Lecture 1 Recp.md b/.trash/29592872.615316667 - Lecture 1 Recp.md new file mode 100644 index 0000000..c4b1833 --- /dev/null +++ b/.trash/29592872.615316667 - Lecture 1 Recp.md @@ -0,0 +1,18 @@ +--- +created: 2026-04-07 16:32 +course: +topic: +type: lecture +status: 🔴 +tags: + - university +--- +## 📌 Summary + +> [!abstract] +> + +--- + +## 📝 Content + diff --git a/99 Templates/New File Template.md b/99 Templates/New File Template.md index 489d7db..e4202b3 100644 --- a/99 Templates/New File Template.md +++ b/99 Templates/New File Template.md @@ -1,8 +1,8 @@ <%* // Move the file to the Inbox immediately upon creation -let date = Date.now() -let newName = `${date} - ` -await tp.file.move("/00 Inbox/" + tp.file.title); +let date = Date.now() / 60000 +let newName = `${date} - ${tp.file.title}` +await tp.file.move("/00 Inbox/" + newName) -%> --- created: <% tp.date.now("YYYY-MM-DD HH:mm") %> @@ -13,9 +13,6 @@ status: 🔴 tags: - university --- - -# <% tp.file.title %> - ## 📌 Summary > [!abstract] @@ -24,3 +21,4 @@ tags: --- ## 📝 Content +