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

55
References/Kyoto.md Normal file
View File

@@ -0,0 +1,55 @@
---
category:
- "[[Places]]"
type:
- "[[Cities]]"
tags:
- places
- cities
loc:
- "[[Japan]]"
location:
- 35.021041
- 135.7556075
rating:
created: 2023-09-12
last:
where:
---
## Trips
```dataview
table without id
file.link as Trip,
start as Start,
end as End
where
contains(category, [[Trips]]) and
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
```dataview
table without id
file.link as Place,
rating as Rating,
type as Type
where
contains(category, [[Places]]) and
contains(loc, this.file.link)
sort rating desc
```