vault backup: 2026-04-08 17:42:58

This commit is contained in:
Jan Meyer
2026-04-08 17:42:58 +02:00
parent 518f51dd42
commit 94aa5c9951
10 changed files with 27 additions and 20 deletions

View File

@@ -0,0 +1,6 @@
```dataview
TABLE topic AS "Concept", status AS "Review Status"
FROM "10 Courses/02 - SoSe 2026/AT"
WHERE type = "lecture" OR type = "concept"
SORT created ASC
```