File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ categories:
44tags :
55 - places
66type :
7- - " [[Shrines]]"
87 - " [[Parks]]"
8+ - " [[Shrines]]"
99loc :
1010 - " [[Kyoto]]"
1111 - " [[Japan]]"
Original file line number Diff line number Diff line change 11---
22tags :
33 - places/types
4+ icon : trees
5+ color : green
46---
57
68## Places
Original file line number Diff line number Diff line change 22 and:
33 - categories.contains(link("Places"))
44 - '!file.name.contains("Template")'
5+ formulas:
6+ Icon: list(type)[0].asFile().properties.icon
7+ Color: list(type)[0].asFile().properties.color
58properties:
69 note.type:
710 displayName: Type
2225 - loc
2326 - type
2427 - last
28+ - formula.Icon
2529 sort:
2630 - property: last
2731 direction: DESC
3135 direction: ASC
3236 defaultZoom: 2
3337 coordinates: note.coordinates
38+ markerIcon: formula.Icon
39+ markerColor: formula.Color
3440 - type: map
3541 name: Location
3642 filters:
5359 note.type: 199
5460 coordinates: note.coordinates
5561 defaultZoom: 10.6
62+ markerIcon: formula.Icon
63+ markerColor: formula.Color
5664 - type: map
5765 name: Type
5866 filters:
6270 - file.name
6371 - rating
6472 - type
73+ - formula.Color
6574 sort:
6675 - property: last
6776 direction: DESC
7685 note.type: 199
7786 coordinates: note.coordinates
7887 defaultZoom: 3.1
88+ markerIcon: formula.Icon
89+ markerColor: formula.Color
You can’t perform that action at this time.
0 commit comments