Files
kepano-obsidian/Templates/City Template.md
2025-05-23 13:17:29 -07:00

681 B

categories, type, tags, loc, rating, created, last, location
categories type tags loc rating created last location
Places
Cities
places
cities
date
35.021041
135.7556075

Trips

table without id
	file.link as Trip,
	start as Start,
	end as End
where
	contains(categories, [[Trips]]) and
	contains(loc, this.file.link)
sort file.name desc

Map

id: kyoto
minZoom: 10
maxZoom: 20
defaultZoom: 12
markerTag:
  - places
height: 400px
coordinates: [[Kyoto]]

Places

table without id
	file.link as Place,
	rating as Rating,
	type as Type
where
	contains(categories, [[Places]]) and
	contains(loc, this.file.link)
sort rating desc