2023-09-13 14:48:02
This commit is contained in:
@@ -6,10 +6,11 @@ type:
|
||||
tags:
|
||||
- places
|
||||
- cities
|
||||
location:
|
||||
loc:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last:
|
||||
location:
|
||||
---
|
||||
## Trips
|
||||
|
||||
@@ -20,29 +21,31 @@ table without id
|
||||
end as End
|
||||
where
|
||||
contains(category, [[Trips]]) and
|
||||
contains(location, this.file.link)
|
||||
contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
## Map
|
||||
|
||||
```leaflet
|
||||
id: kyoto
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[Kyoto]]
|
||||
height: 50%
|
||||
coordinates: [[Kyoto]]
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
```leaflet
|
||||
id: madrid
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[Madrid]]
|
||||
height: 50%
|
||||
coordinates: [[Madrid]]
|
||||
```
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as City,
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
type as Type
|
||||
where
|
||||
contains(category, [[Places]]) and
|
||||
contains(location, this.file.link)
|
||||
contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
@@ -5,7 +5,7 @@ type: "[[Conferences]]"
|
||||
series:
|
||||
start:
|
||||
end:
|
||||
location:
|
||||
loc:
|
||||
tags:
|
||||
- events
|
||||
- conferences
|
||||
|
||||
@@ -6,5 +6,5 @@ tags:
|
||||
type:
|
||||
start:
|
||||
end:
|
||||
location:
|
||||
loc:
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@ tags:
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
category as Category,
|
||||
rating as Rating
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Hosting]]"
|
||||
start:
|
||||
end:
|
||||
location:
|
||||
loc:
|
||||
people: []
|
||||
tags:
|
||||
- hosting
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
- journal
|
||||
- meditation
|
||||
created: {{date}}
|
||||
location: []
|
||||
loc: []
|
||||
topics: []
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
type: []
|
||||
date: {{date}}
|
||||
org:
|
||||
location:
|
||||
loc:
|
||||
people: []
|
||||
topics: []
|
||||
tags:
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
tags:
|
||||
- places
|
||||
type: []
|
||||
location: []
|
||||
loc: []
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
|
||||
@@ -12,11 +12,13 @@ defaultZoom: 3
|
||||
height: 50%
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
location as Location
|
||||
loc as Location
|
||||
where
|
||||
contains(category, [[Places]]) and
|
||||
contains(type, this.file.link)
|
||||
|
||||
@@ -12,6 +12,6 @@ year:
|
||||
price:
|
||||
sqft:
|
||||
lotsqft:
|
||||
location: []
|
||||
loc: []
|
||||
status:
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Places]]"
|
||||
type:
|
||||
- "[[Restaurants]]"
|
||||
location:
|
||||
loc:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last: {{date}}
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Trips]]"
|
||||
start:
|
||||
end:
|
||||
location:
|
||||
loc:
|
||||
tags:
|
||||
- trips
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user