more bases
This commit is contained in:
@@ -3,14 +3,4 @@ tags:
|
||||
- music/genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
genre as Genre,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories, [[Albums]]) and
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Genre]]
|
||||
@@ -12,24 +12,8 @@ created: 2023-09-12
|
||||
|
||||
# Clippings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,[[Clippings]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Clippings.base#Author]]
|
||||
|
||||
# Podcast episodes
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Podcast,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(guests,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Podcast episodes.base#Guest]]
|
||||
@@ -16,16 +16,7 @@ created: 2023-09-12
|
||||
---
|
||||
## Trips
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Trip,
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
contains(categories, [[Trips]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
![[Trips.base#Related trips]]
|
||||
|
||||
## Map
|
||||
|
||||
@@ -42,13 +33,4 @@ coordinates: [[Kyoto]]
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
type as Type
|
||||
where
|
||||
contains(categories, [[Places]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Places.base#Location]]
|
||||
@@ -8,13 +8,4 @@ created: 2023-09-13
|
||||
---
|
||||
## Albums
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Albums]]) and
|
||||
contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Related albums]]
|
||||
@@ -2,13 +2,4 @@
|
||||
tags:
|
||||
- genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
categories as categories,
|
||||
rating as Rating
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Genre.base]]
|
||||
@@ -12,23 +12,8 @@ url: https://stephango.com/
|
||||
---
|
||||
## Clippings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
published as Published
|
||||
where
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Clippings.base#Author]]
|
||||
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting,
|
||||
date as Date
|
||||
where
|
||||
contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
![[Meetings.base#Person]]
|
||||
@@ -9,13 +9,4 @@ tags:
|
||||
---
|
||||
## Episodes
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
guests as Guest,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(show,this.file.link)
|
||||
sort episode desc
|
||||
```
|
||||
![[Podcast episodes.base#Show]]
|
||||
Reference in New Issue
Block a user