From ba7bcc5d24ff7ef224324c9e63f6374846f97f32 Mon Sep 17 00:00:00 2001 From: Ategon Date: Fri, 6 Sep 2024 23:54:34 -0400 Subject: [PATCH] vault backup: 2024-09-06 23:54:33 --- .../plugins/obsidian-icon-folder/data.json | 18 ++++-- Edikoyo/.obsidian/workspace.json | 56 +++++++++---------- Edikoyo/Cities/_index.md | 0 Edikoyo/Continents/_index.md | 0 Edikoyo/Cultures/_index.md | 0 content/Cities/_index.md | 4 ++ content/Continents/_index.md | 4 ++ content/Countries/_index.md | 18 +++--- content/Cultures/_index.md | 4 ++ 9 files changed, 61 insertions(+), 43 deletions(-) create mode 100644 Edikoyo/Cities/_index.md create mode 100644 Edikoyo/Continents/_index.md create mode 100644 Edikoyo/Cultures/_index.md create mode 100644 content/Cities/_index.md create mode 100644 content/Continents/_index.md create mode 100644 content/Cultures/_index.md diff --git a/Edikoyo/.obsidian/plugins/obsidian-icon-folder/data.json b/Edikoyo/.obsidian/plugins/obsidian-icon-folder/data.json index 56ff03f..98bbfdb 100644 --- a/Edikoyo/.obsidian/plugins/obsidian-icon-folder/data.json +++ b/Edikoyo/.obsidian/plugins/obsidian-icon-folder/data.json @@ -6,11 +6,11 @@ "emojiStyle": "native", "iconColor": null, "recentlyUsedIcons": [ - "FlDolfeyja", - "FlDahallow", - "FlCalcetron", - "LiLanguages", - "LiTrees" + "LiFlag", + "LiImage", + "LiBuilding", + "LiCat", + "FlDolfeyja" ], "recentlyUsedIconsSize": 5, "rules": [], @@ -44,5 +44,11 @@ "Languages/_index.md": "LiLanguages", "Countries/Calcetron.md": "FlCalcetron", "Countries/Dahallow.md": "FlDahallow", - "Countries/Dolfeyja.md": "FlDolfeyja" + "Countries/Dolfeyja.md": "FlDolfeyja", + "Animals": "LiCat", + "Animals/_index.md": "LiCat", + "Cities/_index.md": "LiBuilding", + "Cities": "LiBuilding", + "Images": "LiImage", + "Images/Flags": "LiFlag" } \ No newline at end of file diff --git a/Edikoyo/.obsidian/workspace.json b/Edikoyo/.obsidian/workspace.json index 14f5985..7283b2f 100644 --- a/Edikoyo/.obsidian/workspace.json +++ b/Edikoyo/.obsidian/workspace.json @@ -37,7 +37,7 @@ "state": { "type": "markdown", "state": { - "file": "Cities/Crester.md", + "file": "Cultures/_index.md", "mode": "source", "source": false } @@ -110,7 +110,7 @@ "state": { "type": "backlink", "state": { - "file": "Cities/Crester.md", + "file": "Cultures/_index.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -127,7 +127,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Cities/Crester.md", + "file": "Cultures/_index.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -150,7 +150,7 @@ "state": { "type": "outline", "state": { - "file": "Cities/Crester.md" + "file": "Cultures/_index.md" } } }, @@ -179,53 +179,53 @@ "obsidian-git:Open Git source control": false } }, - "active": "afb42427bcca10d5", + "active": "fdbd8ce5e8a10389", "lastOpenFiles": [ + "Continents/_index.md", + "Cultures/_index.md", + "Cities/_index.md", + "Countries/Barrowmaw.md", + "Countries/Blanchister.md", + "Animals/Taura.md", + "Animals/Slom.md", + "Animals/Slime.md", + "Animals/Dog.md", + "Animals/Cat.md", "Languages/Edikan.md", + "Cities/Crester.md", "Cities/Bririe.md", "Countries/_index.md", - "Countries/Barrowmaw.md", "Countries/Drenvale.md", "Countries/Dasona.md", "Countries/Dolfeyja.md", "Countries/Dratana.md", "Countries/Dahallow.md", "Countries/Calcetron.md", - "Countries/Blanchister.md", "Countries/Batanoka.md", "Cities/Nanera.md", "Languages/_index.md", - "Cities/Crester.md", "Cities/Sanya City.md", "Languages", - "Images/flags/vosaka.png", - "Images/flags/vikogyna.png", - "Images/flags/vanatn.png", - "Images/flags/soljord.png", - "Images/flags/seraphis.png", - "Images/flags/ovanos.png", - "Images/flags/oshela.png", - "Images/flags/nonkur.png", - "Images/flags/nasahra.png", - "Images/flags/nakadon.png", - "Images/flags", + "Images/Flags/vosaka.png", + "Images/Flags/vikogyna.png", + "Images/Flags/vanatn.png", + "Images/Flags/soljord.png", + "Images/Flags/seraphis.png", + "Images/Flags/ovanos.png", + "Images/Flags/oshela.png", + "Images/Flags/nonkur.png", + "Images/Flags/nasahra.png", + "Images/Flags/nakadon.png", + "Images/Flags", "Images/Flags", "Images", "Animals/_index.md", - "Animals/Cat.md", "Countries.md", - "Animals/Taura.md", - "Landmarks/Untitled.md", - "Animals/Dog.md", - "Animals/Slom.md", - "Animals/Slime.md", - "People/Cara Dhelmire.md", "Regions", "Territories", "Provinces", "Plants", "Continents", - "Religions", - "Test.md" + "Religions" ] } \ No newline at end of file diff --git a/Edikoyo/Cities/_index.md b/Edikoyo/Cities/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/Edikoyo/Continents/_index.md b/Edikoyo/Continents/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/Edikoyo/Cultures/_index.md b/Edikoyo/Cultures/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/Cities/_index.md b/content/Cities/_index.md new file mode 100644 index 0000000..8a8a7b6 --- /dev/null +++ b/content/Cities/_index.md @@ -0,0 +1,4 @@ +--- +--- + + diff --git a/content/Continents/_index.md b/content/Continents/_index.md new file mode 100644 index 0000000..8a8a7b6 --- /dev/null +++ b/content/Continents/_index.md @@ -0,0 +1,4 @@ +--- +--- + + diff --git a/content/Countries/_index.md b/content/Countries/_index.md index 0f482ac..7552aa9 100644 --- a/content/Countries/_index.md +++ b/content/Countries/_index.md @@ -6,15 +6,15 @@ |File|Flag|Short|Population|Capital|Language| |----|----|-----|----------|-------|--------| -|[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\flags\barrowmaw.png)|The Undead Wasteland|-|-|-| -|[Batanoka](Batanoka.md)|![batanoka.png](..\Images\flags\batanoka.png)|The Subterranean Sun|-|[Bririe](..\Cities\Bririe.md)|[Edikan](..\Languages\Edikan.md)| -|[Blanchister](Blanchister.md)|![blanchister.png](..\Images\flags\blanchister.png)|-|-|-|-| -|[Calcetron](Calcetron.md)|![calcetron.png](..\Images\flags\calcetron.png)|-|-|-|-| -|[Dahallow](Dahallow.md)|![dahallow.png](..\Images\flags\dahallow.png)|-|-|-|-| -|[Dasona](Dasona.md)|![dasona.png](..\Images\flags\dasona.png)|The Country of Hopes|-|[Crester](..\Cities\Crester.md)|[Edikan](..\Languages\Edikan.md)| -|[Dolfeyja](Dolfeyja.md)|![dolfeyja.png](..\Images\flags\dolfeyja.png)|-|-|-|[Edikan](..\Languages\Edikan.md)| -|[Dratana](Dratana.md)|![dratana.png](..\Images\flags\dratana.png)|-|-|-|-| -|[Drenvale](Drenvale.md)|![drenvale.png](..\Images\flags\drenvale.png)|-|-|-|-| +|[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\Flags\barrowmaw.png)|The Undead Wasteland|-|-|-| +|[Batanoka](Batanoka.md)|![batanoka.png](..\Images\Flags\batanoka.png)|The Subterranean Sun|-|[Bririe](..\Cities\Bririe.md)|[Edikan](..\Languages\Edikan.md)| +|[Blanchister](Blanchister.md)|![blanchister.png](..\Images\Flags\blanchister.png)|-|-|-|-| +|[Calcetron](Calcetron.md)|![calcetron.png](..\Images\Flags\calcetron.png)|-|-|-|-| +|[Dahallow](Dahallow.md)|![dahallow.png](..\Images\Flags\dahallow.png)|-|-|-|-| +|[Dasona](Dasona.md)|![dasona.png](..\Images\Flags\dasona.png)|The Country of Hopes|-|[Crester](..\Cities\Crester.md)|[Edikan](..\Languages\Edikan.md)| +|[Dolfeyja](Dolfeyja.md)|![dolfeyja.png](..\Images\Flags\dolfeyja.png)|-|-|-|[Edikan](..\Languages\Edikan.md)| +|[Dratana](Dratana.md)|![dratana.png](..\Images\Flags\dratana.png)|-|-|-|-| +|[Drenvale](Drenvale.md)|![drenvale.png](..\Images\Flags\drenvale.png)|-|-|-|-| diff --git a/content/Cultures/_index.md b/content/Cultures/_index.md new file mode 100644 index 0000000..8a8a7b6 --- /dev/null +++ b/content/Cultures/_index.md @@ -0,0 +1,4 @@ +--- +--- + +