rename category to categories

This commit is contained in:
Steph Ango
2025-05-23 13:17:29 -07:00
parent fd7b6b2d84
commit 831af0dd26
92 changed files with 109 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
---
category: "[[People]]"
categories: "[[People]]"
tags:
- people
- actors
@@ -12,7 +12,7 @@ table without id
year as Year,
rating as Rating
where
contains(category,[[Movies]]) and
contains(categories,[[Movies]]) and
contains(cast,this.file.link)
sort rating desc
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Albums]]"
tags:
- music

View File

@@ -1,5 +1,5 @@
---
category: "[[Apps]]"
categories: "[[Apps]]"
tags:
- apps
maker: ""

View File

@@ -1,5 +1,5 @@
---
category: "[[People]]"
categories: "[[People]]"
tags:
- people
- authors
@@ -12,7 +12,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
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Board games]]"
type: []
maker:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Books]]"
author: []
cover:

View File

@@ -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
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Clippings]]"
tags:
- clippings

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Coffee]]"
maker:
producer:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Companies]]"
tags:
- companies

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Conference sessions]]"
conference:
speaker:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Events]]"
type: "[[Conferences]]"
series:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[People]]"
phone:
twitter:

View File

@@ -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,[[Movies]]) and
contains(categories,[[Movies]]) and
contains(director,this.file.link)
sort rating desc
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Emails]]"
created: {{date}}
tags:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Events]]"
tags:
- events

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Food]]"
tags:
- food

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Companies]]"
tags:
- companies
@@ -12,7 +12,7 @@ table without id
year as Year,
rating as Rating
where
contains(category,[[Games]]) and
contains(categories,[[Games]]) and
contains(maker,this.file.link)
sort year desc
```

View File

@@ -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)

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Hosting]]"
start:
end:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Meetings]]"
type:
- "[[Job Interviews]]"

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Meditations]]"
tags:
- note

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Meetings]]"
type: []
date: {{date}}

View File

@@ -10,7 +10,7 @@ table without id
people as People,
date as Date
where
contains(category, [[Meetings]]) and
contains(categories, [[Meetings]]) and
!contains(file.name,"Template") and
contains(type,this.file.link)
sort date desc

View File

@@ -8,7 +8,7 @@ table without id
file.link as Movie,
rating as "Rating"
where
contains(category,[[Movies]]) and
contains(categories,[[Movies]]) and
contains(genre,this.file.link)
sort rating desc
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Movies]]"
cover:
genre: []

View File

@@ -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
```

View File

@@ -1,5 +1,5 @@
---
category: "[[People]]"
categories: "[[People]]"
tags:
- people
- musicians
@@ -14,7 +14,7 @@ table without id
genre as Genre,
rating as Rating
where
contains(category,[[Albums]]) and
contains(categories,[[Albums]]) and
contains(artist,this.file.link)
sort rating desc
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[People]]"
tags:
- people
@@ -14,7 +14,7 @@ table without id
file.link as Meeting,
date as Date
where
contains(category,[[Meetings]]) and
contains(categories,[[Meetings]]) and
contains(people,this.file.link)
sort file.name desc
```

View File

@@ -7,7 +7,7 @@ tags:
table without id
file.link as Name
where
contains(category, [[People]]) and
contains(categories, [[People]]) and
!contains(file.name,"Template")
sort file.name asc
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Places]]"
tags:
- places

View File

@@ -20,7 +20,7 @@ table without id
rating as Rating,
loc as Location
where
contains(category, [[Places]]) and
contains(categories, [[Places]]) and
!contains(file.name,"Template") and
contains(type, this.file.link)
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Podcast episodes]]"
tags:
- podcast

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Podcasts]]"
host: []
rating:
@@ -14,7 +14,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
```

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Posts]]"
tags:
- posts

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Products]]"
type:
maker:

View File

@@ -11,7 +11,7 @@ table without id
rating as Rating,
acquired as Acquired
where
contains(category, [[Products]]) and
contains(categories, [[Products]]) and
!contains(file.name,"Template") and
contains(type,this.file.link)
sort

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Projects]]"
type: []
org: []

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Real estate]]"
tags:
- places

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Recipes]]"
cuisine:
type: []

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Places]]"
type:
- "[[Restaurants]]"

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Show episodes]]"
show:
season:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Shows]]"
genre: []
year:

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Trips]]"
start:
end:

View File

@@ -10,7 +10,7 @@ table without id
year as Year,
rating as Rating
where
contains(category, [[Games]]) and
contains(categories, [[Games]]) and
!contains(file.name, "Template") and
contains(genre, this.file.link)
sort rating desc

View File

@@ -1,5 +1,5 @@
---
category:
categories:
- "[[Games]]"
maker:
genre: []