2023-09-14 12:51:51
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user