rename category to categories
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Albums]]"
|
||||
tags:
|
||||
- music
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Movies]]"
|
||||
cover: https://m.media-amazon.com/images/M/MV5BNzQzMzJhZTEtOWM4NS00MTdhLTg0YjgtMjM4MDRkZjUwZDBlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_SX300.jpg
|
||||
genre:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Recipes]]"
|
||||
- "[[Clippings]]"
|
||||
cuisine:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Board games]]"
|
||||
type: []
|
||||
maker:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Places]]"
|
||||
tags:
|
||||
- places
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Shows]]"
|
||||
genre:
|
||||
- "[[Sci-fi]]"
|
||||
|
||||
@@ -10,7 +10,7 @@ table without id
|
||||
genre as Genre,
|
||||
rating as Rating
|
||||
where
|
||||
contains(category, [[Albums]]) and
|
||||
contains(categories, [[Albums]]) and
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
@@ -14,7 +14,7 @@ table without id
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(category,[[Books]]) and
|
||||
contains(categories,[[Books]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -26,7 +26,7 @@ table without id
|
||||
file.link as Title,
|
||||
published as Published
|
||||
where
|
||||
contains(category,[[Clippings]]) and
|
||||
contains(categories,[[Clippings]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -38,7 +38,7 @@ table without id
|
||||
file.link as Podcast,
|
||||
published as Published
|
||||
where
|
||||
contains(category,[[Podcast episodes]]) and
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(guests,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Places]]"
|
||||
type:
|
||||
- "[[Cities]]"
|
||||
@@ -22,7 +22,7 @@ table without id
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
contains(category, [[Trips]]) and
|
||||
contains(categories, [[Trips]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
@@ -48,7 +48,7 @@ table without id
|
||||
rating as Rating,
|
||||
type as Type
|
||||
where
|
||||
contains(category, [[Places]]) and
|
||||
contains(categories, [[Places]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Companies]]"
|
||||
- "[[Apps]]"
|
||||
tags:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Books]]"
|
||||
cover: "[[out-of-control.jpg]]"
|
||||
isbn: 201483408
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
@@ -14,7 +14,7 @@ table without id
|
||||
artist as Artist,
|
||||
rating as Rating
|
||||
where
|
||||
contains(category,[[Albums]]) and
|
||||
contains(categories,[[Albums]]) and
|
||||
contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
category as Category,
|
||||
categories as categories,
|
||||
rating as Rating
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Games]]"
|
||||
system: "[[Nintendo Switch]]"
|
||||
maker: "[[Nintendo]]"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Books]]"
|
||||
author:
|
||||
- "[[E. M. Forster]]"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Podcast episodes]]"
|
||||
tags:
|
||||
- podcast
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category:
|
||||
categories:
|
||||
- "[[Podcasts]]"
|
||||
host:
|
||||
- "[[Steph Ango]]"
|
||||
@@ -15,7 +15,7 @@ table without id
|
||||
guests as Guest,
|
||||
rating as Rating
|
||||
where
|
||||
contains(category,[[Podcast episodes]]) and
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(show,this.file.link)
|
||||
sort episode desc
|
||||
```
|
||||
Reference in New Issue
Block a user