From 831af0dd26391766543838def833278dde011292 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Fri, 23 May 2025 13:17:29 -0700 Subject: [PATCH] rename category to categories --- .obsidian/types.json | 2 +- Categories/Albums.md | 2 +- Categories/Board games.md | 2 +- Categories/Books.md | 2 +- Categories/Clippings.md | 2 +- Categories/Companies.md | 2 +- Categories/Events.md | 2 +- Categories/Games.md | 2 +- Categories/Meetings.md | 2 +- Categories/Movies.md | 4 ++-- Categories/People.md | 2 +- Categories/Places.md | 2 +- Categories/Podcast episodes.md | 2 +- Categories/Podcasts.md | 2 +- Categories/Posts.md | 2 +- Categories/Products.md | 2 +- Categories/Projects.md | 2 +- Categories/Recipes.md | 2 +- Categories/Shows.md | 2 +- Categories/Trips.md | 2 +- Clippings/68 Bits of Unsolicited Advice.md | 2 +- Clippings/Buy wisely.md | 2 +- Clippings/In good hands.md | 2 +- Notes/2023 Japan Trip.md | 2 +- Notes/2023-09-12 Meeting with Steph.md | 2 +- ...tes turn ideas into objects that you can manipulate.md | 2 +- Notes/Minimal Theme.md | 2 +- Notes/Product usage analysis.md | 2 +- References/Bass on Top.md | 2 +- References/Blade Runner.md | 2 +- References/Brown butter nectarine tart.md | 2 +- References/Catan.md | 2 +- References/Fushimi Inari.md | 2 +- References/Futurama.md | 2 +- References/Jazz.md | 2 +- References/Kevin Kelly.md | 8 ++++---- References/Kyoto.md | 6 +++--- References/Obsidian.md | 2 +- References/Out of Control.md | 2 +- References/Paul Chambers.md | 4 ++-- References/Sci-fi.md | 2 +- References/Steph Ango.md | 2 +- References/The Legend of Zelda Breath of the Wild.md | 2 +- References/The Machine Stops.md | 2 +- References/Well Made 145 Kevin Kelly.md | 2 +- References/Well Made.md | 4 ++-- Templates/Actor Template.md | 4 ++-- Templates/Album Template.md | 2 +- Templates/App Template.md | 2 +- Templates/Author Template.md | 4 ++-- Templates/Board Game Template.md | 2 +- Templates/Book Template.md | 2 +- Templates/City Template.md | 6 +++--- Templates/Clipping Template.md | 2 +- Templates/Coffee Template.md | 2 +- Templates/Company Template.md | 2 +- Templates/Conference Session Template.md | 2 +- Templates/Conference Template.md | 2 +- Templates/Contact Template.md | 2 +- Templates/Director Template.md | 4 ++-- Templates/Email Template.md | 2 +- Templates/Event Template.md | 2 +- Templates/Food Template.md | 2 +- Templates/Game Studio Template.md | 4 ++-- Templates/Genre Template.md | 2 +- Templates/Hosting Template.md | 2 +- Templates/Job Interview Template.md | 2 +- Templates/Meditation Template.md | 2 +- Templates/Meeting Template.md | 2 +- Templates/Meeting Type Template.md | 2 +- Templates/Movie Genre Template.md | 2 +- Templates/Movie Template.md | 2 +- Templates/Music Genre Template.md | 2 +- Templates/Musician Template.md | 4 ++-- Templates/People Template.md | 4 ++-- Templates/People Type Template.md | 2 +- Templates/Place Template.md | 2 +- Templates/Place Type Template.md | 2 +- Templates/Podcast Episode Template.md | 2 +- Templates/Podcast Template.md | 4 ++-- Templates/Post Template.md | 2 +- Templates/Product Template.md | 2 +- Templates/Product Type Template.md | 2 +- Templates/Project Template.md | 2 +- Templates/Real Estate Template.md | 2 +- Templates/Recipe Template.md | 2 +- Templates/Restaurant Template.md | 2 +- Templates/Show Episode Template.md | 2 +- Templates/Show Template.md | 2 +- Templates/Trip Template.md | 2 +- Templates/Video Game Genre Template.md | 2 +- Templates/Video Game Template.md | 2 +- 92 files changed, 109 insertions(+), 109 deletions(-) diff --git a/.obsidian/types.json b/.obsidian/types.json index 78c09cb..862e8b0 100644 --- a/.obsidian/types.json +++ b/.obsidian/types.json @@ -3,7 +3,7 @@ "aliases": "aliases", "cssclasses": "multitext", "tags": "tags", - "category": "multitext", + "categories": "multitext", "created": "date", "genre": "multitext", "director": "multitext", diff --git a/Categories/Albums.md b/Categories/Albums.md index f56c9f1..40ccb71 100644 --- a/Categories/Albums.md +++ b/Categories/Albums.md @@ -12,7 +12,7 @@ table without id year as Year, genre as Genre where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") sort rating desc ``` \ No newline at end of file diff --git a/Categories/Board games.md b/Categories/Board games.md index 68775cd..1693fe7 100644 --- a/Categories/Board games.md +++ b/Categories/Board games.md @@ -9,6 +9,6 @@ table without id rating as Rating, last as Last where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") ``` \ No newline at end of file diff --git a/Categories/Books.md b/Categories/Books.md index 0f86017..bc2fc82 100644 --- a/Categories/Books.md +++ b/Categories/Books.md @@ -12,7 +12,7 @@ table without id created as Added, genre as Genre where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") sort rating desc, date asc ``` diff --git a/Categories/Clippings.md b/Categories/Clippings.md index 9e94774..6ce3fa9 100644 --- a/Categories/Clippings.md +++ b/Categories/Clippings.md @@ -10,7 +10,7 @@ table without id created as Clipped, published as Published where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") sort clipped desc ``` \ No newline at end of file diff --git a/Categories/Companies.md b/Categories/Companies.md index ab30c6b..d997961 100644 --- a/Categories/Companies.md +++ b/Categories/Companies.md @@ -8,7 +8,7 @@ table without id file.link as Company, url as Link where - contains(category,this.file.link) + contains(categories,this.file.link) and !contains(file.name, "Template") sort file.mtime desc ``` \ No newline at end of file diff --git a/Categories/Events.md b/Categories/Events.md index 573d64f..f35e802 100644 --- a/Categories/Events.md +++ b/Categories/Events.md @@ -7,6 +7,6 @@ tags: table without id file.link as Event where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") ``` \ No newline at end of file diff --git a/Categories/Games.md b/Categories/Games.md index 7dc5a21..3c3c387 100644 --- a/Categories/Games.md +++ b/Categories/Games.md @@ -12,7 +12,7 @@ table without id rating as Rating, last as "Last played" where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") sort last desc ``` diff --git a/Categories/Meetings.md b/Categories/Meetings.md index 59dd8fb..80cd5a9 100644 --- a/Categories/Meetings.md +++ b/Categories/Meetings.md @@ -10,7 +10,7 @@ table without id people as People, date as Date where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort date desc limit 100 diff --git a/Categories/Movies.md b/Categories/Movies.md index a38de32..881235f 100644 --- a/Categories/Movies.md +++ b/Categories/Movies.md @@ -12,7 +12,7 @@ table without id last as "Last seen", director as Director where - contains(category,this.file.link) + contains(categories,this.file.link) and rating > 6 sort rating desc ``` @@ -27,7 +27,7 @@ table without id last as "Last seen", director as Director where - contains(category,this.file.link) and + contains(categories,this.file.link) and last != "" and !contains(file.name, "Template") sort last desc limit 100 diff --git a/Categories/People.md b/Categories/People.md index c577f08..f6402d8 100644 --- a/Categories/People.md +++ b/Categories/People.md @@ -8,7 +8,7 @@ table without id file.link as Person, filter(file.tags, (t) => t !="#people") as Tags where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort file.name asc ``` \ No newline at end of file diff --git a/Categories/Places.md b/Categories/Places.md index 02e43ff..e9b6f0e 100644 --- a/Categories/Places.md +++ b/Categories/Places.md @@ -18,7 +18,7 @@ table without id type as Type, rating as Rating where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.tags,"places/types") and !contains(file.name,"Template") sort last desc diff --git a/Categories/Podcast episodes.md b/Categories/Podcast episodes.md index 064ef75..88da105 100644 --- a/Categories/Podcast episodes.md +++ b/Categories/Podcast episodes.md @@ -12,7 +12,7 @@ table without id rating as Rating, published as "Published" where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") sort published desc ``` \ No newline at end of file diff --git a/Categories/Podcasts.md b/Categories/Podcasts.md index ed3f607..d2a392b 100644 --- a/Categories/Podcasts.md +++ b/Categories/Podcasts.md @@ -6,7 +6,7 @@ related: "[[Podcast episodes]]" table without id file.link as Podcast, host as "Host" where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort file.name asc ``` \ No newline at end of file diff --git a/Categories/Posts.md b/Categories/Posts.md index 4275e6e..8854271 100644 --- a/Categories/Posts.md +++ b/Categories/Posts.md @@ -8,7 +8,7 @@ table without id status as Status, published as Published where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort published desc ``` \ No newline at end of file diff --git a/Categories/Products.md b/Categories/Products.md index d5685dd..d66c3c3 100644 --- a/Categories/Products.md +++ b/Categories/Products.md @@ -12,7 +12,7 @@ table without id maker as Maker where !contains(file.name, "Template") and - contains(category, [[Products]]) + contains(categories, [[Products]]) sort acquired desc, file.name, diff --git a/Categories/Projects.md b/Categories/Projects.md index c4b1d73..795d860 100644 --- a/Categories/Projects.md +++ b/Categories/Projects.md @@ -10,7 +10,7 @@ table status as Status, url as URL where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort year desc ``` diff --git a/Categories/Recipes.md b/Categories/Recipes.md index 68da423..af7828e 100644 --- a/Categories/Recipes.md +++ b/Categories/Recipes.md @@ -7,7 +7,7 @@ tags: table without id file.link as Recipe, type as Type, author as Author, ingredients as Ingredients, rating as Rating where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name,"Template") sort created desc ``` \ No newline at end of file diff --git a/Categories/Shows.md b/Categories/Shows.md index 1e5304c..ec93eda 100644 --- a/Categories/Shows.md +++ b/Categories/Shows.md @@ -9,7 +9,7 @@ table without id rating as Rating, last as "Last seen" where - contains(category, this.file.link) and + contains(categories, this.file.link) and !contains(file.name, "Template") sort last desc ``` \ No newline at end of file diff --git a/Categories/Trips.md b/Categories/Trips.md index a7dbd14..afdfa0c 100644 --- a/Categories/Trips.md +++ b/Categories/Trips.md @@ -10,7 +10,7 @@ table without id start as Start, end as End where - contains(category,this.file.link) and + contains(categories,this.file.link) and !contains(file.name, "Template") and !contains(file.name, "Planning") sort start desc diff --git a/Clippings/68 Bits of Unsolicited Advice.md b/Clippings/68 Bits of Unsolicited Advice.md index 8cabd3e..9909f9a 100644 --- a/Clippings/68 Bits of Unsolicited Advice.md +++ b/Clippings/68 Bits of Unsolicited Advice.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Clippings]]" author: - "[[Kevin Kelly]]" diff --git a/Clippings/Buy wisely.md b/Clippings/Buy wisely.md index da7f23f..3c720cc 100644 --- a/Clippings/Buy wisely.md +++ b/Clippings/Buy wisely.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Clippings]]" - "[[Posts]]" author: diff --git a/Clippings/In good hands.md b/Clippings/In good hands.md index 2c1697f..542bba0 100644 --- a/Clippings/In good hands.md +++ b/Clippings/In good hands.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Clippings]]" - "[[Posts]]" author: diff --git a/Notes/2023 Japan Trip.md b/Notes/2023 Japan Trip.md index 3300507..a5c9f2f 100644 --- a/Notes/2023 Japan Trip.md +++ b/Notes/2023 Japan Trip.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Trips]]" start: 2023-09-12 end: 2023-09-30 diff --git a/Notes/2023-09-12 Meeting with Steph.md b/Notes/2023-09-12 Meeting with Steph.md index 279de15..0f76fcb 100644 --- a/Notes/2023-09-12 Meeting with Steph.md +++ b/Notes/2023-09-12 Meeting with Steph.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Meetings]]" type: [] date: 2023-09-14 diff --git a/Notes/Evergreen notes turn ideas into objects that you can manipulate.md b/Notes/Evergreen notes turn ideas into objects that you can manipulate.md index c84bc59..0e1d5e6 100644 --- a/Notes/Evergreen notes turn ideas into objects that you can manipulate.md +++ b/Notes/Evergreen notes turn ideas into objects that you can manipulate.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Posts]]" - "[[Clippings]]" created: 2023-09-14 diff --git a/Notes/Minimal Theme.md b/Notes/Minimal Theme.md index 7d7a158..af0ff1e 100644 --- a/Notes/Minimal Theme.md +++ b/Notes/Minimal Theme.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Projects]]" type: - "[[UI]]" diff --git a/Notes/Product usage analysis.md b/Notes/Product usage analysis.md index 1285f62..60aed84 100644 --- a/Notes/Product usage analysis.md +++ b/Notes/Product usage analysis.md @@ -13,7 +13,7 @@ table without id type as Type where monthly-uses > 0 and - contains(category, [[Products]]) + contains(categories, [[Products]]) sort round(price/(monthly-uses*((date(today) - acquired).months)),2) asc ``` \ No newline at end of file diff --git a/References/Bass on Top.md b/References/Bass on Top.md index 59f2894..c593ca9 100644 --- a/References/Bass on Top.md +++ b/References/Bass on Top.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Albums]]" tags: - music diff --git a/References/Blade Runner.md b/References/Blade Runner.md index 604ed04..b7ddf7d 100644 --- a/References/Blade Runner.md +++ b/References/Blade Runner.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Movies]]" cover: https://m.media-amazon.com/images/M/MV5BNzQzMzJhZTEtOWM4NS00MTdhLTg0YjgtMjM4MDRkZjUwZDBlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_SX300.jpg genre: diff --git a/References/Brown butter nectarine tart.md b/References/Brown butter nectarine tart.md index 170672a..71d30a3 100644 --- a/References/Brown butter nectarine tart.md +++ b/References/Brown butter nectarine tart.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Recipes]]" - "[[Clippings]]" cuisine: diff --git a/References/Catan.md b/References/Catan.md index d96af3e..87af0bd 100644 --- a/References/Catan.md +++ b/References/Catan.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Board games]]" type: [] maker: diff --git a/References/Fushimi Inari.md b/References/Fushimi Inari.md index 8b776ca..5c12e0a 100644 --- a/References/Fushimi Inari.md +++ b/References/Fushimi Inari.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Places]]" tags: - places diff --git a/References/Futurama.md b/References/Futurama.md index f91fc83..7cd46dd 100644 --- a/References/Futurama.md +++ b/References/Futurama.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Shows]]" genre: - "[[Sci-fi]]" diff --git a/References/Jazz.md b/References/Jazz.md index 30dbb7a..fe3aa0d 100644 --- a/References/Jazz.md +++ b/References/Jazz.md @@ -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 ``` \ No newline at end of file diff --git a/References/Kevin Kelly.md b/References/Kevin Kelly.md index c2f259b..10dffc5 100644 --- a/References/Kevin Kelly.md +++ b/References/Kevin Kelly.md @@ -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 ``` \ No newline at end of file diff --git a/References/Kyoto.md b/References/Kyoto.md index d02caf6..2561f10 100644 --- a/References/Kyoto.md +++ b/References/Kyoto.md @@ -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 ``` \ No newline at end of file diff --git a/References/Obsidian.md b/References/Obsidian.md index b49d3ff..3630f0c 100644 --- a/References/Obsidian.md +++ b/References/Obsidian.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Companies]]" - "[[Apps]]" tags: diff --git a/References/Out of Control.md b/References/Out of Control.md index 5c82d52..7e1af16 100644 --- a/References/Out of Control.md +++ b/References/Out of Control.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Books]]" cover: "[[out-of-control.jpg]]" isbn: 201483408 diff --git a/References/Paul Chambers.md b/References/Paul Chambers.md index fe0449a..70f3613 100644 --- a/References/Paul Chambers.md +++ b/References/Paul Chambers.md @@ -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 ``` \ No newline at end of file diff --git a/References/Sci-fi.md b/References/Sci-fi.md index eefc88f..d1fb424 100644 --- a/References/Sci-fi.md +++ b/References/Sci-fi.md @@ -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) diff --git a/References/Steph Ango.md b/References/Steph Ango.md index 72f4431..c11c527 100644 --- a/References/Steph Ango.md +++ b/References/Steph Ango.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[People]]" tags: - people diff --git a/References/The Legend of Zelda Breath of the Wild.md b/References/The Legend of Zelda Breath of the Wild.md index 4f364d1..d9fabd3 100644 --- a/References/The Legend of Zelda Breath of the Wild.md +++ b/References/The Legend of Zelda Breath of the Wild.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Games]]" system: "[[Nintendo Switch]]" maker: "[[Nintendo]]" diff --git a/References/The Machine Stops.md b/References/The Machine Stops.md index 9f0667c..9366a5f 100644 --- a/References/The Machine Stops.md +++ b/References/The Machine Stops.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Books]]" author: - "[[E. M. Forster]]" diff --git a/References/Well Made 145 Kevin Kelly.md b/References/Well Made 145 Kevin Kelly.md index 90f5d0c..a4a3177 100644 --- a/References/Well Made 145 Kevin Kelly.md +++ b/References/Well Made 145 Kevin Kelly.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Podcast episodes]]" tags: - podcast diff --git a/References/Well Made.md b/References/Well Made.md index e18a602..4a51c6e 100644 --- a/References/Well Made.md +++ b/References/Well Made.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Actor Template.md b/Templates/Actor Template.md index 1fdf031..5964127 100644 --- a/Templates/Actor Template.md +++ b/Templates/Actor Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Album Template.md b/Templates/Album Template.md index 38e0f0a..23f42b8 100644 --- a/Templates/Album Template.md +++ b/Templates/Album Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Albums]]" tags: - music diff --git a/Templates/App Template.md b/Templates/App Template.md index a0dfaf6..ddd8864 100644 --- a/Templates/App Template.md +++ b/Templates/App Template.md @@ -1,5 +1,5 @@ --- -category: "[[Apps]]" +categories: "[[Apps]]" tags: - apps maker: "" diff --git a/Templates/Author Template.md b/Templates/Author Template.md index 32966a0..d3c32de 100644 --- a/Templates/Author Template.md +++ b/Templates/Author Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Board Game Template.md b/Templates/Board Game Template.md index a18ade5..c297ccf 100644 --- a/Templates/Board Game Template.md +++ b/Templates/Board Game Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Board games]]" type: [] maker: diff --git a/Templates/Book Template.md b/Templates/Book Template.md index b762228..08632b5 100644 --- a/Templates/Book Template.md +++ b/Templates/Book Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Books]]" author: [] cover: diff --git a/Templates/City Template.md b/Templates/City Template.md index aaa5b59..0e97457 100644 --- a/Templates/City Template.md +++ b/Templates/City Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Clipping Template.md b/Templates/Clipping Template.md index 9416b8f..e560ffd 100644 --- a/Templates/Clipping Template.md +++ b/Templates/Clipping Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Clippings]]" tags: - clippings diff --git a/Templates/Coffee Template.md b/Templates/Coffee Template.md index f72730c..45d516e 100644 --- a/Templates/Coffee Template.md +++ b/Templates/Coffee Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Coffee]]" maker: producer: diff --git a/Templates/Company Template.md b/Templates/Company Template.md index dd0e7b1..36530e2 100644 --- a/Templates/Company Template.md +++ b/Templates/Company Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Companies]]" tags: - companies diff --git a/Templates/Conference Session Template.md b/Templates/Conference Session Template.md index 22f3d3d..8255171 100644 --- a/Templates/Conference Session Template.md +++ b/Templates/Conference Session Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Conference sessions]]" conference: speaker: diff --git a/Templates/Conference Template.md b/Templates/Conference Template.md index c10952e..f88257b 100644 --- a/Templates/Conference Template.md +++ b/Templates/Conference Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Events]]" type: "[[Conferences]]" series: diff --git a/Templates/Contact Template.md b/Templates/Contact Template.md index 35d21ad..c2b6d14 100644 --- a/Templates/Contact Template.md +++ b/Templates/Contact Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[People]]" phone: twitter: diff --git a/Templates/Director Template.md b/Templates/Director Template.md index 5f1d9cb..2e99239 100644 --- a/Templates/Director Template.md +++ b/Templates/Director Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Email Template.md b/Templates/Email Template.md index 20163c4..ce434ed 100644 --- a/Templates/Email Template.md +++ b/Templates/Email Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Emails]]" created: {{date}} tags: diff --git a/Templates/Event Template.md b/Templates/Event Template.md index 3dce575..874227e 100644 --- a/Templates/Event Template.md +++ b/Templates/Event Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Events]]" tags: - events diff --git a/Templates/Food Template.md b/Templates/Food Template.md index bbff52c..7017074 100644 --- a/Templates/Food Template.md +++ b/Templates/Food Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Food]]" tags: - food diff --git a/Templates/Game Studio Template.md b/Templates/Game Studio Template.md index 0f03714..8810f04 100644 --- a/Templates/Game Studio Template.md +++ b/Templates/Game Studio Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Genre Template.md b/Templates/Genre Template.md index eefc88f..d1fb424 100644 --- a/Templates/Genre Template.md +++ b/Templates/Genre Template.md @@ -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) diff --git a/Templates/Hosting Template.md b/Templates/Hosting Template.md index 8c93e15..06a3c30 100644 --- a/Templates/Hosting Template.md +++ b/Templates/Hosting Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Hosting]]" start: end: diff --git a/Templates/Job Interview Template.md b/Templates/Job Interview Template.md index cea3c71..3b64db4 100644 --- a/Templates/Job Interview Template.md +++ b/Templates/Job Interview Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Meetings]]" type: - "[[Job Interviews]]" diff --git a/Templates/Meditation Template.md b/Templates/Meditation Template.md index 044b346..fd14ab4 100644 --- a/Templates/Meditation Template.md +++ b/Templates/Meditation Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Meditations]]" tags: - note diff --git a/Templates/Meeting Template.md b/Templates/Meeting Template.md index 9daed56..8f6c93f 100644 --- a/Templates/Meeting Template.md +++ b/Templates/Meeting Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Meetings]]" type: [] date: {{date}} diff --git a/Templates/Meeting Type Template.md b/Templates/Meeting Type Template.md index c62428b..65d751c 100644 --- a/Templates/Meeting Type Template.md +++ b/Templates/Meeting Type Template.md @@ -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 diff --git a/Templates/Movie Genre Template.md b/Templates/Movie Genre Template.md index 67b0ccf..b54f01a 100644 --- a/Templates/Movie Genre Template.md +++ b/Templates/Movie Genre Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Movie Template.md b/Templates/Movie Template.md index 637784d..8cf17b1 100644 --- a/Templates/Movie Template.md +++ b/Templates/Movie Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Movies]]" cover: genre: [] diff --git a/Templates/Music Genre Template.md b/Templates/Music Genre Template.md index 5c49942..0fe8bfa 100644 --- a/Templates/Music Genre Template.md +++ b/Templates/Music Genre Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Musician Template.md b/Templates/Musician Template.md index 5223b9e..2fad300 100644 --- a/Templates/Musician Template.md +++ b/Templates/Musician Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/People Template.md b/Templates/People Template.md index 8160436..d275787 100644 --- a/Templates/People Template.md +++ b/Templates/People Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/People Type Template.md b/Templates/People Type Template.md index 4e6822d..e3c49b9 100644 --- a/Templates/People Type Template.md +++ b/Templates/People Type Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Place Template.md b/Templates/Place Template.md index 7143c2c..f7b1bc2 100644 --- a/Templates/Place Template.md +++ b/Templates/Place Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Places]]" tags: - places diff --git a/Templates/Place Type Template.md b/Templates/Place Type Template.md index 7085c6e..129bf3c 100644 --- a/Templates/Place Type Template.md +++ b/Templates/Place Type Template.md @@ -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) ``` \ No newline at end of file diff --git a/Templates/Podcast Episode Template.md b/Templates/Podcast Episode Template.md index 661cab1..ba59858 100644 --- a/Templates/Podcast Episode Template.md +++ b/Templates/Podcast Episode Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Podcast episodes]]" tags: - podcast diff --git a/Templates/Podcast Template.md b/Templates/Podcast Template.md index 7138c74..9092cc9 100644 --- a/Templates/Podcast Template.md +++ b/Templates/Podcast Template.md @@ -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 ``` \ No newline at end of file diff --git a/Templates/Post Template.md b/Templates/Post Template.md index 13d0922..4e1420d 100644 --- a/Templates/Post Template.md +++ b/Templates/Post Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Posts]]" tags: - posts diff --git a/Templates/Product Template.md b/Templates/Product Template.md index d748979..11587fb 100644 --- a/Templates/Product Template.md +++ b/Templates/Product Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Products]]" type: maker: diff --git a/Templates/Product Type Template.md b/Templates/Product Type Template.md index a80b729..62a5ac9 100644 --- a/Templates/Product Type Template.md +++ b/Templates/Product Type Template.md @@ -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 diff --git a/Templates/Project Template.md b/Templates/Project Template.md index a691ac9..cf91084 100644 --- a/Templates/Project Template.md +++ b/Templates/Project Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Projects]]" type: [] org: [] diff --git a/Templates/Real Estate Template.md b/Templates/Real Estate Template.md index 4d14bd3..7b0c81a 100644 --- a/Templates/Real Estate Template.md +++ b/Templates/Real Estate Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Real estate]]" tags: - places diff --git a/Templates/Recipe Template.md b/Templates/Recipe Template.md index 410b360..86f05b8 100644 --- a/Templates/Recipe Template.md +++ b/Templates/Recipe Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Recipes]]" cuisine: type: [] diff --git a/Templates/Restaurant Template.md b/Templates/Restaurant Template.md index 59c9507..9bfec5c 100644 --- a/Templates/Restaurant Template.md +++ b/Templates/Restaurant Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Places]]" type: - "[[Restaurants]]" diff --git a/Templates/Show Episode Template.md b/Templates/Show Episode Template.md index 179380c..b4f1c8e 100644 --- a/Templates/Show Episode Template.md +++ b/Templates/Show Episode Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Show episodes]]" show: season: diff --git a/Templates/Show Template.md b/Templates/Show Template.md index 031e38b..d9738ef 100644 --- a/Templates/Show Template.md +++ b/Templates/Show Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Shows]]" genre: [] year: diff --git a/Templates/Trip Template.md b/Templates/Trip Template.md index 14da59a..4dc08b4 100644 --- a/Templates/Trip Template.md +++ b/Templates/Trip Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Trips]]" start: end: diff --git a/Templates/Video Game Genre Template.md b/Templates/Video Game Genre Template.md index 1095e6c..8cb7609 100644 --- a/Templates/Video Game Genre Template.md +++ b/Templates/Video Game Genre Template.md @@ -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 diff --git a/Templates/Video Game Template.md b/Templates/Video Game Template.md index cfc24d4..906d315 100644 --- a/Templates/Video Game Template.md +++ b/Templates/Video Game Template.md @@ -1,5 +1,5 @@ --- -category: +categories: - "[[Games]]" maker: genre: []