Revert "Change loc to places for clarity"

This reverts commit bc8341eea9.
This commit is contained in:
Steph Ango
2024-01-06 15:01:06 -08:00
parent bc8341eea9
commit 3660107357
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,
places as Places, loc as Location,
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,
places as Places, loc as Location,
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
places: loc:
- "[[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]]"
places: loc:
- Remote - Remote
people: people:
- "[[Steph Ango]]" - "[[Steph Ango]]"

View File

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

View File

@@ -6,7 +6,7 @@ type:
tags: tags:
- places - places
- cities - cities
places: loc:
- "[[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(places, this.file.link) contains(loc, 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(places, this.file.link) contains(loc, this.file.link)
sort rating desc sort rating desc
``` ```

View File

@@ -6,7 +6,7 @@ type:
tags: tags:
- places - places
- cities - cities
places: [] loc:
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(places, this.file.link) contains(loc, 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(places, this.file.link) contains(loc, this.file.link)
sort rating desc sort rating desc
``` ```

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -4,7 +4,7 @@ category:
tags: tags:
- places - places
type: [] type: []
places: [] loc: []
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,
places as Places loc as Location
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:
places: [] loc: []
status: status:
--- ---

View File

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

View File

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