Files
uni_notes/20 Atlas/ET II - Map of Content.md
2026-04-07 22:14:48 +02:00

7 lines
168 B
Markdown

```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
```