vault backup: 2026-04-07 16:39:14
This commit is contained in:
8
.obsidian/workspace.json
vendored
8
.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "99 Templates/New File Template.md",
|
||||
"file": "10 Courses/02 - SoSe 2026/ET II/Elektrotechnik II.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "New File Template"
|
||||
"title": "Elektrotechnik II"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -184,8 +184,9 @@
|
||||
},
|
||||
"active": "0e89c1d1d5ec049c",
|
||||
"lastOpenFiles": [
|
||||
"00 Inbox/29592872.615316667 - Lecture 1 Recp.md",
|
||||
"99 Templates/New File Template.md",
|
||||
"00 Inbox/29592877 - review.md",
|
||||
"00 Inbox/29592872.615316667 - Lecture 1 Recp.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",
|
||||
@@ -219,7 +220,6 @@
|
||||
"10 Courses/01 - WiSe 2025_26/DAS/Studium.md",
|
||||
"DAS/merge.md",
|
||||
"mathe/notation.md",
|
||||
"10 Courses/01 - WiSe 2025_26/ET/Netzwerke.md",
|
||||
"10 Courses/01 - WiSe 2025_26/ET/images/beispiel_knotenregel.png"
|
||||
]
|
||||
}
|
||||
18
.trash/29592877 - review.md
Normal file
18
.trash/29592877 - review.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
created: 2026-04-07 16:37
|
||||
course:
|
||||
topic:
|
||||
type: lecture
|
||||
status: 🔴
|
||||
tags:
|
||||
- university
|
||||
---
|
||||
## 📌 Summary
|
||||
|
||||
> [!abstract]
|
||||
>
|
||||
|
||||
---
|
||||
|
||||
## 📝 Content
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<%*
|
||||
// Move the file to the Inbox immediately upon creation
|
||||
let date = Date.now() / 60000
|
||||
let date = Math.floor(Date.now() / 60000)
|
||||
let newName = `${date} - ${tp.file.title}`
|
||||
await tp.file.move("/00 Inbox/" + newName)
|
||||
-%>
|
||||
|
||||
Reference in New Issue
Block a user