A lot more templates and examples
This commit is contained in:
9
Podcasts.md
Normal file
9
Podcasts.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
related: "[[Podcast episodes]]"
|
||||
---
|
||||
```dataview
|
||||
table without id file.link as Podcast, host as "Host"
|
||||
from #podcast and !#episodes
|
||||
where !contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
Reference in New Issue
Block a user