vault backup: 2026-04-07 22:14:48

This commit is contained in:
Jan Meyer
2026-04-07 22:14:48 +02:00
parent d4866fc4c8
commit e3e9e939b1
7 changed files with 21057 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
```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
```