From c30aa8e07819ebe4ea7465512641ed3be3f76604 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:51:41 -0700 Subject: [PATCH] 2023-09-15 10:51:41 --- .obsidian/appearance.json | 2 +- References/Fushimi Inari.md | 7 +++---- References/Kyoto.md | 7 ++++--- Templates/City Template.md | 5 ++++- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index e14323b..8f8464a 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,6 +1,6 @@ { "accentColor": "", - "cssTheme": "Minimal", + "cssTheme": "", "theme": "moonstone", "enabledCssSnippets": [ "stock-charts" diff --git a/References/Fushimi Inari.md b/References/Fushimi Inari.md index 629d1be..8b776ca 100644 --- a/References/Fushimi Inari.md +++ b/References/Fushimi Inari.md @@ -10,9 +10,8 @@ loc: - "[[Kyoto]]" - "[[Japan]]" rating: 7 -created: 2023-09-13 -last: +created: 2023-09-12 location: - - '34.9689499' - - '135.7692576' + - "34.9689499" + - "135.7692576" --- diff --git a/References/Kyoto.md b/References/Kyoto.md index 451e75b..d02caf6 100644 --- a/References/Kyoto.md +++ b/References/Kyoto.md @@ -31,10 +31,11 @@ sort file.name desc ```leaflet id: kyoto -minZoom: 10 +minZoom: 7 maxZoom: 20 -defaultZoom: 12 -linksTo: [[Kyoto]] +defaultZoom: 11 +markerTag: + - places height: 400px coordinates: [[Kyoto]] ``` diff --git a/Templates/City Template.md b/Templates/City Template.md index efacd0d..aaa5b59 100644 --- a/Templates/City Template.md +++ b/Templates/City Template.md @@ -11,6 +11,8 @@ rating: created: {{date}} last: location: + - "35.021041" + - "135.7556075" --- ## Trips @@ -32,7 +34,8 @@ id: kyoto minZoom: 10 maxZoom: 20 defaultZoom: 12 -linksTo: [[Kyoto]] +markerTag: + - places height: 400px coordinates: [[Kyoto]] ```