Change loc to places for clarity

This commit is contained in:
Steph Ango
2024-01-06 14:53:17 -08:00
parent 272c9b1ab5
commit bc8341eea9
17 changed files with 21 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ height:400px
```dataview ```dataview
table without id table without id
file.link as Place, file.link as Place,
loc as Location, places as Places,
type as Type, type as Type,
rating as Rating rating as Rating
where where

View File

@@ -6,7 +6,7 @@ tags:
```dataview ```dataview
table without id table without id
file.link as Trip, file.link as Trip,
loc as Location, places as Places,
start as Start, start as Start,
end as End end as End
where where

View File

@@ -3,7 +3,7 @@ category:
- "[[Trips]]" - "[[Trips]]"
start: 2023-09-12 start: 2023-09-12
end: 2023-09-30 end: 2023-09-30
loc: places:
- "[[Kyoto]]" - "[[Kyoto]]"
- "[[Japan]]" - "[[Japan]]"
tags: tags:

View File

@@ -5,7 +5,7 @@ type: []
date: 2023-09-14 date: 2023-09-14
org: org:
- "[[Obsidian]]" - "[[Obsidian]]"
loc: places:
- Remote - Remote
people: people:
- "[[Steph Ango]]" - "[[Steph Ango]]"

View File

@@ -6,7 +6,7 @@ tags:
type: type:
- "[[Shrines]]" - "[[Shrines]]"
- "[[Parks]]" - "[[Parks]]"
loc: places:
- "[[Kyoto]]" - "[[Kyoto]]"
- "[[Japan]]" - "[[Japan]]"
rating: 7 rating: 7

View File

@@ -6,7 +6,7 @@ type:
tags: tags:
- places - places
- cities - cities
loc: places:
- "[[Japan]]" - "[[Japan]]"
location: location:
- "35.021041" - "35.021041"
@@ -23,7 +23,7 @@ table without id
end as End end as End
where where
contains(category, [[Trips]]) and contains(category, [[Trips]]) and
contains(loc, this.file.link) contains(places, this.file.link)
sort file.name desc sort file.name desc
``` ```
@@ -49,6 +49,6 @@ table without id
type as Type type as Type
where where
contains(category, [[Places]]) and contains(category, [[Places]]) and
contains(loc, this.file.link) contains(places, this.file.link)
sort rating desc sort rating desc
``` ```

View File

@@ -6,7 +6,7 @@ type:
tags: tags:
- places - places
- cities - cities
loc: places: []
rating: rating:
created: {{date}} created: {{date}}
last: last:
@@ -23,7 +23,7 @@ table without id
end as End end as End
where where
contains(category, [[Trips]]) and contains(category, [[Trips]]) and
contains(loc, this.file.link) contains(places, this.file.link)
sort file.name desc sort file.name desc
``` ```
@@ -49,6 +49,6 @@ table without id
type as Type type as Type
where where
contains(category, [[Places]]) and contains(category, [[Places]]) and
contains(loc, this.file.link) contains(places, this.file.link)
sort rating desc sort rating desc
``` ```

View File

@@ -5,7 +5,7 @@ type: "[[Conferences]]"
series: series:
start: start:
end: end:
loc: places:
tags: tags:
- events - events
- conferences - conferences

View File

@@ -6,5 +6,5 @@ tags:
type: type:
start: start:
end: end:
loc: places:
--- ---

View File

@@ -3,7 +3,7 @@ category:
- "[[Hosting]]" - "[[Hosting]]"
start: start:
end: end:
loc: places: []
people: [] people: []
tags: tags:
- hosting - hosting

View File

@@ -6,7 +6,7 @@ tags:
- journal - journal
- meditation - meditation
created: {{date}} created: {{date}}
loc: [] places: []
topics: [] topics: []
--- ---

View File

@@ -4,7 +4,7 @@ category:
type: [] type: []
date: {{date}} date: {{date}}
org: org:
loc: places: []
people: [] people: []
topics: [] topics: []
tags: tags:

View File

@@ -4,7 +4,7 @@ category:
tags: tags:
- places - places
type: [] type: []
loc: [] places: []
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}

View File

@@ -18,7 +18,7 @@ height: 400px
table without id table without id
file.link as Place, file.link as Place,
rating as Rating, rating as Rating,
loc as Location places as Places
where where
contains(category, [[Places]]) and contains(category, [[Places]]) and
contains(type, this.file.link) contains(type, this.file.link)

View File

@@ -12,6 +12,6 @@ year:
price: price:
sqft: sqft:
lotsqft: lotsqft:
loc: [] places: []
status: status:
--- ---

View File

@@ -3,7 +3,7 @@ category:
- "[[Places]]" - "[[Places]]"
type: type:
- "[[Restaurants]]" - "[[Restaurants]]"
loc: places:
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}

View File

@@ -3,7 +3,7 @@ category:
- "[[Trips]]" - "[[Trips]]"
start: start:
end: end:
loc: places:
tags: tags:
- trips - trips
--- ---