From 3660107357c32132823ddd18e1ee0a0f4e2ba22a Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:01:06 -0800 Subject: [PATCH] Revert "Change loc to places for clarity" This reverts commit bc8341eea9cb8a37760a8d0aff054826da0839b9. --- Categories/Places.md | 2 +- Categories/Trips.md | 2 +- Notes/2023 Japan Trip.md | 2 +- Notes/2023-09-12 Meeting with Steph.md | 2 +- References/Fushimi Inari.md | 2 +- References/Kyoto.md | 6 +++--- Templates/City Template.md | 6 +++--- Templates/Conference Template.md | 2 +- Templates/Event Template.md | 2 +- Templates/Hosting Template.md | 2 +- Templates/Meditation Template.md | 2 +- Templates/Meeting Template.md | 2 +- Templates/Place Template.md | 2 +- Templates/Place Type Template.md | 2 +- Templates/Real Estate Template.md | 2 +- Templates/Restaurant Template.md | 2 +- Templates/Trip Template.md | 2 +- 17 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Categories/Places.md b/Categories/Places.md index 4e42da1..02e43ff 100644 --- a/Categories/Places.md +++ b/Categories/Places.md @@ -14,7 +14,7 @@ height:400px ```dataview table without id file.link as Place, - places as Places, + loc as Location, type as Type, rating as Rating where diff --git a/Categories/Trips.md b/Categories/Trips.md index f56762b..784e083 100644 --- a/Categories/Trips.md +++ b/Categories/Trips.md @@ -6,7 +6,7 @@ tags: ```dataview table without id file.link as Trip, - places as Places, + loc as Location, start as Start, end as End where diff --git a/Notes/2023 Japan Trip.md b/Notes/2023 Japan Trip.md index 3b5ce59..3300507 100644 --- a/Notes/2023 Japan Trip.md +++ b/Notes/2023 Japan Trip.md @@ -3,7 +3,7 @@ category: - "[[Trips]]" start: 2023-09-12 end: 2023-09-30 -places: +loc: - "[[Kyoto]]" - "[[Japan]]" tags: diff --git a/Notes/2023-09-12 Meeting with Steph.md b/Notes/2023-09-12 Meeting with Steph.md index ac0fd6d..279de15 100644 --- a/Notes/2023-09-12 Meeting with Steph.md +++ b/Notes/2023-09-12 Meeting with Steph.md @@ -5,7 +5,7 @@ type: [] date: 2023-09-14 org: - "[[Obsidian]]" -places: +loc: - Remote people: - "[[Steph Ango]]" diff --git a/References/Fushimi Inari.md b/References/Fushimi Inari.md index b2d1d23..8b776ca 100644 --- a/References/Fushimi Inari.md +++ b/References/Fushimi Inari.md @@ -6,7 +6,7 @@ tags: type: - "[[Shrines]]" - "[[Parks]]" -places: +loc: - "[[Kyoto]]" - "[[Japan]]" rating: 7 diff --git a/References/Kyoto.md b/References/Kyoto.md index ee02adf..d02caf6 100644 --- a/References/Kyoto.md +++ b/References/Kyoto.md @@ -6,7 +6,7 @@ type: tags: - places - cities -places: +loc: - "[[Japan]]" location: - "35.021041" @@ -23,7 +23,7 @@ table without id end as End where contains(category, [[Trips]]) and - contains(places, this.file.link) + contains(loc, this.file.link) sort file.name desc ``` @@ -49,6 +49,6 @@ table without id type as Type where contains(category, [[Places]]) and - contains(places, this.file.link) + contains(loc, this.file.link) sort rating desc ``` \ No newline at end of file diff --git a/Templates/City Template.md b/Templates/City Template.md index 9fd8d25..aaa5b59 100644 --- a/Templates/City Template.md +++ b/Templates/City Template.md @@ -6,7 +6,7 @@ type: tags: - places - cities -places: [] +loc: rating: created: {{date}} last: @@ -23,7 +23,7 @@ table without id end as End where contains(category, [[Trips]]) and - contains(places, this.file.link) + contains(loc, this.file.link) sort file.name desc ``` @@ -49,6 +49,6 @@ table without id type as Type where contains(category, [[Places]]) and - contains(places, this.file.link) + contains(loc, this.file.link) sort rating desc ``` \ No newline at end of file diff --git a/Templates/Conference Template.md b/Templates/Conference Template.md index 3487927..c10952e 100644 --- a/Templates/Conference Template.md +++ b/Templates/Conference Template.md @@ -5,7 +5,7 @@ type: "[[Conferences]]" series: start: end: -places: +loc: tags: - events - conferences diff --git a/Templates/Event Template.md b/Templates/Event Template.md index 689cf95..3dce575 100644 --- a/Templates/Event Template.md +++ b/Templates/Event Template.md @@ -6,5 +6,5 @@ tags: type: start: end: -places: +loc: --- diff --git a/Templates/Hosting Template.md b/Templates/Hosting Template.md index ebbc8de..8c93e15 100644 --- a/Templates/Hosting Template.md +++ b/Templates/Hosting Template.md @@ -3,7 +3,7 @@ category: - "[[Hosting]]" start: end: -places: [] +loc: people: [] tags: - hosting diff --git a/Templates/Meditation Template.md b/Templates/Meditation Template.md index ba5cf83..044b346 100644 --- a/Templates/Meditation Template.md +++ b/Templates/Meditation Template.md @@ -6,7 +6,7 @@ tags: - journal - meditation created: {{date}} -places: [] +loc: [] topics: [] --- diff --git a/Templates/Meeting Template.md b/Templates/Meeting Template.md index 17fbb43..9daed56 100644 --- a/Templates/Meeting Template.md +++ b/Templates/Meeting Template.md @@ -4,7 +4,7 @@ category: type: [] date: {{date}} org: -places: [] +loc: people: [] topics: [] tags: diff --git a/Templates/Place Template.md b/Templates/Place Template.md index 5034fa0..7143c2c 100644 --- a/Templates/Place Template.md +++ b/Templates/Place Template.md @@ -4,7 +4,7 @@ category: tags: - places type: [] -places: [] +loc: [] rating: created: {{date}} last: {{date}} diff --git a/Templates/Place Type Template.md b/Templates/Place Type Template.md index 2a46510..8a2a394 100644 --- a/Templates/Place Type Template.md +++ b/Templates/Place Type Template.md @@ -18,7 +18,7 @@ height: 400px table without id file.link as Place, rating as Rating, - places as Places + loc as Location where contains(category, [[Places]]) and contains(type, this.file.link) diff --git a/Templates/Real Estate Template.md b/Templates/Real Estate Template.md index 98a8135..4d14bd3 100644 --- a/Templates/Real Estate Template.md +++ b/Templates/Real Estate Template.md @@ -12,6 +12,6 @@ year: price: sqft: lotsqft: -places: [] +loc: [] status: --- diff --git a/Templates/Restaurant Template.md b/Templates/Restaurant Template.md index 0390f6b..59c9507 100644 --- a/Templates/Restaurant Template.md +++ b/Templates/Restaurant Template.md @@ -3,7 +3,7 @@ category: - "[[Places]]" type: - "[[Restaurants]]" -places: +loc: rating: created: {{date}} last: {{date}} diff --git a/Templates/Trip Template.md b/Templates/Trip Template.md index 6dcdeee..14da59a 100644 --- a/Templates/Trip Template.md +++ b/Templates/Trip Template.md @@ -3,7 +3,7 @@ category: - "[[Trips]]" start: end: -places: +loc: tags: - trips ---