vault backup: 2026-04-07 22:29:28
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
|
||||
```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
|
||||
SORT created ASC
|
||||
```
|
||||
|
||||
```dataview
|
||||
TABLE topic AS "Topic", status AS "Status"
|
||||
FROM "10 Courses/02 - SoSe 2026/ET II"
|
||||
WHERE type = "task"
|
||||
SORT created ASC
|
||||
```
|
||||
Reference in New Issue
Block a user