2023-09-13 14:48:02

This commit is contained in:
Steph Ango
2023-09-13 14:48:02 -07:00
parent 0a2475e59c
commit 313efaafd6
22 changed files with 169 additions and 27 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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