2023-09-13 14:12:55
This commit is contained in:
@@ -10,8 +10,12 @@ tags:
|
||||
## Episodes
|
||||
|
||||
```dataview
|
||||
table without id link(file.link, "Ep. " + string(episode)) as Episode, guests as "Guest", rating as "Rating"
|
||||
from #podcast and #episodes
|
||||
where show = this.file.link
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
guests as Guest,
|
||||
rating as Rating
|
||||
where
|
||||
contains(category,[[Podcast episodes]]) and
|
||||
contains(show,this.file.link)
|
||||
sort episode desc
|
||||
```
|
||||
Reference in New Issue
Block a user