Files
kepano-obsidian/References/Kyoto.md
2023-09-13 14:48:02 -07:00

690 B

category, type, tags, loc, location, rating, created, last, where
category type tags loc location rating created last where
Places
Cities
places
cities
Japan
35.021041
135.7556075
2023-09-12

Trips

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

id: kyoto
minZoom: 10
maxZoom: 20
defaultZoom: 12
linksTo: [[Kyoto]]
height: 50%
coordinates: [[Kyoto]]

Places

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