2023-09-14 12:51:51

This commit is contained in:
Steph Ango
2023-09-14 12:51:51 -07:00
parent 900f889a9e
commit 8254a9d7d6
4 changed files with 48 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
tags:
- categories
---
```dataview
table without id
file.link as Show,
rating as Rating,
last as "Last seen"
where
contains(category, this.file.link) and
!contains(file.name, "Template")
sort last desc
```