2023-09-13 14:52:57
This commit is contained in:
11
Databases/Podcasts.md
Normal file
11
Databases/Podcasts.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
related: "[[Podcast episodes]]"
|
||||
---
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Podcast, host as "Host"
|
||||
where
|
||||
contains(category,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
Reference in New Issue
Block a user