Files
kepano-obsidian/References/Kyoto.md
2024-01-06 15:01:06 -08:00

54 lines
685 B
Markdown

---
category:
- "[[Places]]"
type:
- "[[Cities]]"
tags:
- places
- cities
loc:
- "[[Japan]]"
location:
- "35.021041"
- "135.7556075"
rating: 7
created: 2023-09-12
---
## 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: 7
maxZoom: 20
defaultZoom: 11
markerTag:
- places
height: 400px
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
```