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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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