Files
kepano-obsidian/Templates/City Template.md
2023-09-13 14:12:55 -07:00

513 B

category, type, tags, location, rating, created, last
category type tags location rating created last
Places
Cities
places
cities
date

Trips

table start as Start, end as End
from #trips
where contains(loc, this.file.link)
sort file.name desc

Places

id: madrid
minZoom: 10
maxZoom: 20
defaultZoom: 12
linksTo: [[Madrid]]
height: 50%
coordinates: [[Madrid]]
table rating as Rating, type as "Type"
from #places
where contains(loc, this.file.link)
sort rating desc