2023-09-13 14:12:55
This commit is contained in:
@@ -3,8 +3,15 @@ tags:
|
||||
- databases
|
||||
---
|
||||
```dataview
|
||||
table without id link(file.link, "Ep. " + string(episode)) as Episode, show as "Show", guests as "Guest", episode as Ep, rating as "Rating", published as "Published"
|
||||
from #podcast and #episodes
|
||||
where !contains(file.name, "Template")
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
show as Show,
|
||||
guests as Guest,
|
||||
episode as Ep,
|
||||
rating as Rating,
|
||||
published as "Published"
|
||||
where
|
||||
contains(category,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort published desc
|
||||
```
|
||||
Reference in New Issue
Block a user