681 B
681 B
categories, type, tags, loc, rating, created, last, location
| categories | type | tags | loc | rating | created | last | location | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
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