Files
kepano-obsidian/References/Kyoto.md
2025-05-23 13:17:29 -07:00

691 B

categories, type, tags, loc, location, rating, created
categories type tags loc location rating created
Places
Cities
places
cities
Japan
35.021041
135.7556075
7 2023-09-12

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: 7
maxZoom: 20
defaultZoom: 11
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