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

@@ -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
```

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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)

View File

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

View File

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

View File

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