diff --git a/Categories/Places.md b/Categories/Places.md index 02e43ff..4e42da1 100644 --- a/Categories/Places.md +++ b/Categories/Places.md @@ -14,7 +14,7 @@ height:400px ```dataview table without id file.link as Place, - loc as Location, + places as Places, type as Type, rating as Rating where diff --git a/Categories/Trips.md b/Categories/Trips.md index 784e083..f56762b 100644 --- a/Categories/Trips.md +++ b/Categories/Trips.md @@ -6,7 +6,7 @@ tags: ```dataview table without id file.link as Trip, - loc as Location, + places as Places, start as Start, end as End where diff --git a/Notes/2023 Japan Trip.md b/Notes/2023 Japan Trip.md index 3300507..3b5ce59 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 -loc: +places: - "[[Kyoto]]" - "[[Japan]]" tags: diff --git a/Notes/2023-09-12 Meeting with Steph.md b/Notes/2023-09-12 Meeting with Steph.md index 279de15..ac0fd6d 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]]" -loc: +places: - Remote people: - "[[Steph Ango]]" diff --git a/References/Fushimi Inari.md b/References/Fushimi Inari.md index 8b776ca..b2d1d23 100644 --- a/References/Fushimi Inari.md +++ b/References/Fushimi Inari.md @@ -6,7 +6,7 @@ tags: type: - "[[Shrines]]" - "[[Parks]]" -loc: +places: - "[[Kyoto]]" - "[[Japan]]" rating: 7 diff --git a/References/Kyoto.md b/References/Kyoto.md index d02caf6..ee02adf 100644 --- a/References/Kyoto.md +++ b/References/Kyoto.md @@ -6,7 +6,7 @@ type: tags: - places - cities -loc: +places: - "[[Japan]]" location: - "35.021041" @@ -23,7 +23,7 @@ table without id end as End where contains(category, [[Trips]]) and - contains(loc, this.file.link) + contains(places, this.file.link) sort file.name desc ``` @@ -49,6 +49,6 @@ table without id type as Type where contains(category, [[Places]]) and - contains(loc, this.file.link) + contains(places, 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 aaa5b59..9fd8d25 100644 --- a/Templates/City Template.md +++ b/Templates/City Template.md @@ -6,7 +6,7 @@ type: tags: - places - cities -loc: +places: [] rating: created: {{date}} last: @@ -23,7 +23,7 @@ table without id end as End where contains(category, [[Trips]]) and - contains(loc, this.file.link) + contains(places, this.file.link) sort file.name desc ``` @@ -49,6 +49,6 @@ table without id type as Type where contains(category, [[Places]]) and - contains(loc, this.file.link) + contains(places, 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 c10952e..3487927 100644 --- a/Templates/Conference Template.md +++ b/Templates/Conference Template.md @@ -5,7 +5,7 @@ type: "[[Conferences]]" series: start: end: -loc: +places: tags: - events - conferences diff --git a/Templates/Event Template.md b/Templates/Event Template.md index 3dce575..689cf95 100644 --- a/Templates/Event Template.md +++ b/Templates/Event Template.md @@ -6,5 +6,5 @@ tags: type: start: end: -loc: +places: --- diff --git a/Templates/Hosting Template.md b/Templates/Hosting Template.md index 8c93e15..ebbc8de 100644 --- a/Templates/Hosting Template.md +++ b/Templates/Hosting Template.md @@ -3,7 +3,7 @@ category: - "[[Hosting]]" start: end: -loc: +places: [] people: [] tags: - hosting diff --git a/Templates/Meditation Template.md b/Templates/Meditation Template.md index 044b346..ba5cf83 100644 --- a/Templates/Meditation Template.md +++ b/Templates/Meditation Template.md @@ -6,7 +6,7 @@ tags: - journal - meditation created: {{date}} -loc: [] +places: [] topics: [] --- diff --git a/Templates/Meeting Template.md b/Templates/Meeting Template.md index 9daed56..17fbb43 100644 --- a/Templates/Meeting Template.md +++ b/Templates/Meeting Template.md @@ -4,7 +4,7 @@ category: type: [] date: {{date}} org: -loc: +places: [] people: [] topics: [] tags: diff --git a/Templates/Place Template.md b/Templates/Place Template.md index 7143c2c..5034fa0 100644 --- a/Templates/Place Template.md +++ b/Templates/Place Template.md @@ -4,7 +4,7 @@ category: tags: - places type: [] -loc: [] +places: [] rating: created: {{date}} last: {{date}} diff --git a/Templates/Place Type Template.md b/Templates/Place Type Template.md index 8a2a394..2a46510 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, - loc as Location + places as Places 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 4d14bd3..98a8135 100644 --- a/Templates/Real Estate Template.md +++ b/Templates/Real Estate Template.md @@ -12,6 +12,6 @@ year: price: sqft: lotsqft: -loc: [] +places: [] status: --- diff --git a/Templates/Restaurant Template.md b/Templates/Restaurant Template.md index 59c9507..0390f6b 100644 --- a/Templates/Restaurant Template.md +++ b/Templates/Restaurant Template.md @@ -3,7 +3,7 @@ category: - "[[Places]]" type: - "[[Restaurants]]" -loc: +places: rating: created: {{date}} last: {{date}} diff --git a/Templates/Trip Template.md b/Templates/Trip Template.md index 14da59a..6dcdeee 100644 --- a/Templates/Trip Template.md +++ b/Templates/Trip Template.md @@ -3,7 +3,7 @@ category: - "[[Trips]]" start: end: -loc: +places: tags: - trips ---