2023-09-15 10:51:41

This commit is contained in:
Steph Ango
2023-09-15 10:51:41 -07:00
parent d38d48f215
commit c30aa8e078
4 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{ {
"accentColor": "", "accentColor": "",
"cssTheme": "Minimal", "cssTheme": "",
"theme": "moonstone", "theme": "moonstone",
"enabledCssSnippets": [ "enabledCssSnippets": [
"stock-charts" "stock-charts"

View File

@@ -10,9 +10,8 @@ loc:
- "[[Kyoto]]" - "[[Kyoto]]"
- "[[Japan]]" - "[[Japan]]"
rating: 7 rating: 7
created: 2023-09-13 created: 2023-09-12
last:
location: location:
- '34.9689499' - "34.9689499"
- '135.7692576' - "135.7692576"
--- ---

View File

@@ -31,10 +31,11 @@ sort file.name desc
```leaflet ```leaflet
id: kyoto id: kyoto
minZoom: 10 minZoom: 7
maxZoom: 20 maxZoom: 20
defaultZoom: 12 defaultZoom: 11
linksTo: [[Kyoto]] markerTag:
- places
height: 400px height: 400px
coordinates: [[Kyoto]] coordinates: [[Kyoto]]
``` ```

View File

@@ -11,6 +11,8 @@ rating:
created: {{date}} created: {{date}}
last: last:
location: location:
- "35.021041"
- "135.7556075"
--- ---
## Trips ## Trips
@@ -32,7 +34,8 @@ id: kyoto
minZoom: 10 minZoom: 10
maxZoom: 20 maxZoom: 20
defaultZoom: 12 defaultZoom: 12
linksTo: [[Kyoto]] markerTag:
- places
height: 400px height: 400px
coordinates: [[Kyoto]] coordinates: [[Kyoto]]
``` ```