Change loc to places for clarity
This commit is contained in:
@@ -14,7 +14,7 @@ height:400px
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
loc as Location,
|
||||
places as Places,
|
||||
type as Type,
|
||||
rating as Rating
|
||||
where
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Trip,
|
||||
loc as Location,
|
||||
places as Places,
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Trips]]"
|
||||
start: 2023-09-12
|
||||
end: 2023-09-30
|
||||
loc:
|
||||
places:
|
||||
- "[[Kyoto]]"
|
||||
- "[[Japan]]"
|
||||
tags:
|
||||
|
||||
@@ -5,7 +5,7 @@ type: []
|
||||
date: 2023-09-14
|
||||
org:
|
||||
- "[[Obsidian]]"
|
||||
loc:
|
||||
places:
|
||||
- Remote
|
||||
people:
|
||||
- "[[Steph Ango]]"
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
type:
|
||||
- "[[Shrines]]"
|
||||
- "[[Parks]]"
|
||||
loc:
|
||||
places:
|
||||
- "[[Kyoto]]"
|
||||
- "[[Japan]]"
|
||||
rating: 7
|
||||
|
||||
@@ -6,7 +6,7 @@ type:
|
||||
tags:
|
||||
- places
|
||||
- cities
|
||||
loc:
|
||||
places:
|
||||
- "[[Japan]]"
|
||||
location:
|
||||
- "35.021041"
|
||||
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
```
|
||||
@@ -5,7 +5,7 @@ type: "[[Conferences]]"
|
||||
series:
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
places:
|
||||
tags:
|
||||
- events
|
||||
- conferences
|
||||
|
||||
@@ -6,5 +6,5 @@ tags:
|
||||
type:
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
places:
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Hosting]]"
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
places: []
|
||||
people: []
|
||||
tags:
|
||||
- hosting
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
- journal
|
||||
- meditation
|
||||
created: {{date}}
|
||||
loc: []
|
||||
places: []
|
||||
topics: []
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
type: []
|
||||
date: {{date}}
|
||||
org:
|
||||
loc:
|
||||
places: []
|
||||
people: []
|
||||
topics: []
|
||||
tags:
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
tags:
|
||||
- places
|
||||
type: []
|
||||
loc: []
|
||||
places: []
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -12,6 +12,6 @@ year:
|
||||
price:
|
||||
sqft:
|
||||
lotsqft:
|
||||
loc: []
|
||||
places: []
|
||||
status:
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Places]]"
|
||||
type:
|
||||
- "[[Restaurants]]"
|
||||
loc:
|
||||
places:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Trips]]"
|
||||
start:
|
||||
end:
|
||||
loc:
|
||||
places:
|
||||
tags:
|
||||
- trips
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user