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
table without id
file.link as Place,
places as Places,
loc as Location,
type as Type,
rating as Rating
where

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@ type:
tags:
- places
- cities
places:
loc:
- "[[Japan]]"
location:
- "35.021041"
@@ -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

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