Revert "Change loc to places for clarity"
This reverts commit bc8341eea9.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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]]"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ tags:
|
|||||||
type:
|
type:
|
||||||
- "[[Shrines]]"
|
- "[[Shrines]]"
|
||||||
- "[[Parks]]"
|
- "[[Parks]]"
|
||||||
places:
|
loc:
|
||||||
- "[[Kyoto]]"
|
- "[[Kyoto]]"
|
||||||
- "[[Japan]]"
|
- "[[Japan]]"
|
||||||
rating: 7
|
rating: 7
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
@@ -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
|
||||||
```
|
```
|
||||||
@@ -5,7 +5,7 @@ type: "[[Conferences]]"
|
|||||||
series:
|
series:
|
||||||
start:
|
start:
|
||||||
end:
|
end:
|
||||||
places:
|
loc:
|
||||||
tags:
|
tags:
|
||||||
- events
|
- events
|
||||||
- conferences
|
- conferences
|
||||||
|
|||||||
@@ -6,5 +6,5 @@ tags:
|
|||||||
type:
|
type:
|
||||||
start:
|
start:
|
||||||
end:
|
end:
|
||||||
places:
|
loc:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ category:
|
|||||||
- "[[Hosting]]"
|
- "[[Hosting]]"
|
||||||
start:
|
start:
|
||||||
end:
|
end:
|
||||||
places: []
|
loc:
|
||||||
people: []
|
people: []
|
||||||
tags:
|
tags:
|
||||||
- hosting
|
- hosting
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ tags:
|
|||||||
- journal
|
- journal
|
||||||
- meditation
|
- meditation
|
||||||
created: {{date}}
|
created: {{date}}
|
||||||
places: []
|
loc: []
|
||||||
topics: []
|
topics: []
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ category:
|
|||||||
type: []
|
type: []
|
||||||
date: {{date}}
|
date: {{date}}
|
||||||
org:
|
org:
|
||||||
places: []
|
loc:
|
||||||
people: []
|
people: []
|
||||||
topics: []
|
topics: []
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ category:
|
|||||||
tags:
|
tags:
|
||||||
- places
|
- places
|
||||||
type: []
|
type: []
|
||||||
places: []
|
loc: []
|
||||||
rating:
|
rating:
|
||||||
created: {{date}}
|
created: {{date}}
|
||||||
last: {{date}}
|
last: {{date}}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -12,6 +12,6 @@ year:
|
|||||||
price:
|
price:
|
||||||
sqft:
|
sqft:
|
||||||
lotsqft:
|
lotsqft:
|
||||||
places: []
|
loc: []
|
||||||
status:
|
status:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ category:
|
|||||||
- "[[Places]]"
|
- "[[Places]]"
|
||||||
type:
|
type:
|
||||||
- "[[Restaurants]]"
|
- "[[Restaurants]]"
|
||||||
places:
|
loc:
|
||||||
rating:
|
rating:
|
||||||
created: {{date}}
|
created: {{date}}
|
||||||
last: {{date}}
|
last: {{date}}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ category:
|
|||||||
- "[[Trips]]"
|
- "[[Trips]]"
|
||||||
start:
|
start:
|
||||||
end:
|
end:
|
||||||
places:
|
loc:
|
||||||
tags:
|
tags:
|
||||||
- trips
|
- trips
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user