1
0
Fork 0

vault backup: 2024-09-06 23:30:01

This commit is contained in:
Ategon 2024-09-06 23:30:01 -04:00
parent 4702f49682
commit c7bead4a0d
20 changed files with 7282 additions and 27 deletions

View file

@ -4,5 +4,6 @@
"better-word-count", "better-word-count",
"obsidian-linter", "obsidian-linter",
"dataview", "dataview",
"dataview-serializer" "dataview-serializer",
"obsidian-icon-folder"
] ]

22
Edikoyo/.obsidian/graph.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 1,
"close": false
}

View file

@ -58,6 +58,12 @@
"bc82bad825d7514a" "bc82bad825d7514a"
] ]
}, },
"Languages": {
"icon": "lucide-languages",
"unsynced": [
"bc82bad825d7514a"
]
},
"People": { "People": {
"icon": "lucide-person-standing", "icon": "lucide-person-standing",
"unsynced": [ "unsynced": [

View file

@ -0,0 +1,32 @@
{
"settings": {
"migrated": 6,
"iconPacksPath": ".obsidian/icons",
"fontSize": 16,
"emojiStyle": "native",
"iconColor": null,
"recentlyUsedIcons": [
"🍫"
],
"recentlyUsedIconsSize": 5,
"rules": [],
"extraMargin": {
"top": 0,
"right": 4,
"bottom": 0,
"left": 0
},
"iconInTabsEnabled": false,
"iconInTitleEnabled": false,
"iconInTitlePosition": "above",
"iconInFrontmatterEnabled": false,
"iconInFrontmatterFieldName": "icon",
"iconColorInFrontmatterFieldName": "iconColor",
"iconsBackgroundCheckEnabled": false,
"iconsInNotesEnabled": true,
"iconsInLinksEnabled": true,
"iconIdentifier": ":",
"lucideIconPackType": "native",
"debugMode": false
}
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-icon-folder",
"name": "Iconize",
"version": "2.14.3",
"minAppVersion": "0.9.12",
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
"author": "Florian Woelki",
"authorUrl": "https://florianwoelki.com/",
"isDesktopOnly": false
}

View file

@ -0,0 +1,119 @@
.iconize-inline-title-wrapper {
width: var(--line-width);
margin-inline: var(--content-margin);
}
.iconize-title-icon {
max-width: var(--max-width);
margin-right: var(--size-4-2);
}
.iconize-icon-in-link {
transform: translateY(20%);
margin-right: var(--size-2-2);
display: inline-flex;
}
.iconize-icon {
border: 1px solid transparent;
margin: 0px 4px 0px 0px;
display: flex;
align-self: center;
margin: auto 0;
}
.nav-folder-title,
.nav-file-title {
align-items: center;
}
.iconize-setting input[type='color'] {
margin: 0 6px;
}
.iconize-modal.prompt-results {
margin: 0;
overflow-y: auto;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
margin-top: 12px;
font-size: 12px;
color: gray;
grid-column-start: 1;
grid-column-end: 6;
}
@media (max-width: 640px) {
.iconize-modal.prompt-results {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.prompt .iconize-subheadline {
grid-column-end: 4;
}
}
.iconize-modal.prompt-results .suggestion-item {
cursor: pointer;
white-space: pre-wrap;
display: flex;
justify-content: flex-end;
align-items: center;
flex-direction: column-reverse;
text-align: center;
font-size: 13px;
color: var(--text-muted);
padding: 16px 8px;
line-break: auto;
word-break: break-word;
line-height: 1.3;
}
.iconize-modal.prompt-results .suggestion-item.suggestion-item__center {
justify-content: center;
}
.iconize-icon-preview {
font-size: 22px;
}
.iconize-icon-preview img {
width: 16px;
height: 16px;
}
.iconize-icon-preview svg {
width: 24px;
height: 24px;
color: currentColor;
margin-bottom: 4px;
}
.iconize-dragover {
position: relative;
}
.iconize-dragover-el {
position: absolute;
width: 100%;
height: 100%;
color: var(--text-normal);
background-color: var(--background-secondary-alt);
display: flex;
align-items: center;
justify-content: center;
}
/* Custom rule modal. */
.iconize-custom-modal .modal-content {
display: flex;
align-items: center;
justify-content: center;
}
.iconize-custom-modal .modal-content input {
width: 100%;
margin-right: 0.5rem;
}

View file

@ -35,12 +35,8 @@
"id": "afb42427bcca10d5", "id": "afb42427bcca10d5",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "graph",
"state": { "state": {}
"file": "Countries/Barrowmaw.md",
"mode": "source",
"source": false
}
} }
} }
], ],
@ -110,7 +106,6 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Countries/Barrowmaw.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -127,7 +122,6 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Countries/Barrowmaw.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -149,9 +143,7 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {}
"file": "Countries/Barrowmaw.md"
}
} }
}, },
{ {
@ -181,9 +173,17 @@
}, },
"active": "afb42427bcca10d5", "active": "afb42427bcca10d5",
"lastOpenFiles": [ "lastOpenFiles": [
"Cities/Nanera.md",
"Cities/Bririe.md",
"Languages/_index.md",
"Languages/Edikan.md",
"Cities/Crester.md",
"Cities/Sanya City.md",
"Countries/_index.md", "Countries/_index.md",
"Countries/Batanoka.md", "Countries/Batanoka.md",
"Countries/Blanchister.md",
"Countries/Barrowmaw.md", "Countries/Barrowmaw.md",
"Languages",
"Countries/Dasona.md", "Countries/Dasona.md",
"Images/flags/vosaka.png", "Images/flags/vosaka.png",
"Images/flags/vikogyna.png", "Images/flags/vikogyna.png",
@ -199,7 +199,6 @@
"Images/Flags", "Images/Flags",
"Images", "Images",
"Countries/Drenvale.md", "Countries/Drenvale.md",
"Countries/Blanchister.md",
"Animals/_index.md", "Animals/_index.md",
"Animals/Cat.md", "Animals/Cat.md",
"Countries.md", "Countries.md",
@ -209,16 +208,12 @@
"Animals/Slom.md", "Animals/Slom.md",
"Animals/Slime.md", "Animals/Slime.md",
"People/Cara Dhelmire.md", "People/Cara Dhelmire.md",
"Cities/Crester.md",
"Regions", "Regions",
"Territories", "Territories",
"Provinces", "Provinces",
"Cities/Sanya City.md",
"Cities/Nanera.md",
"Plants", "Plants",
"Continents", "Continents",
"Religions", "Religions",
"Cultures",
"Test.md" "Test.md"
] ]
} }

3
Edikoyo/Cities/Bririe.md Normal file
View file

@ -0,0 +1,3 @@
---
country: Batanoka
---

View file

@ -1,7 +1,8 @@
--- ---
short: The Undead Wasteland short: The Undead Wasteland
flag: "![[barrowmaw.png]]" flag: "![[barrowmaw.png]]"
language: "[[Edikan]]" language:
capital:
--- ---
Test Test

View file

@ -1,6 +1,8 @@
--- ---
short: The Subterranean Sun short: The Subterranean Sun
flag: "![[batanoka.png]]" flag: "![[batanoka.png]]"
language: "[[Edikan]]"
capital: "[[Bririe]]"
--- ---
This is a test This is a test

View file

@ -1,11 +1,12 @@
<!-- QueryToSerialize: TABLE flag as "Flag", short as "Short", population as "Population", capital as "Capital", language as "Language" FROM "Countries" WHERE file.name != "_index" SORT file.name --> <!-- QueryToSerialize: TABLE flag as "Flag", short as "Short", population as "Population", capital as "Capital", language as "Language" FROM "Countries" WHERE file.name != "_index" SORT file.name -->
<!-- SerializedQuery: TABLE flag as "Flag", short as "Short", population as "Population", capital as "Capital", language as "Language" FROM "Countries" WHERE file.name != "_index" SORT file.name --> <!-- SerializedQuery: TABLE flag as "Flag", short as "Short", population as "Population", capital as "Capital", language as "Language" FROM "Countries" WHERE file.name != "_index" SORT file.name -->
| File | Flag | Short | Population | Capital | Language | | File | Flag | Short | Population | Capital | Language |
| ----------------------------------------- | ---------------------------------------------- | -------------------- | ---------- | ------- | -------- | | ----------------------------------------- | ---------------------------------------------- | -------------------- | ---------- | ---------------------------- | ------------------------------- |
| [[Barrowmaw]] | ![[barrowmaw.png]] | The Undead Wasteland | \- | \- | \- | | [[Barrowmaw]] | ![[barrowmaw.png]] | The Undead Wasteland | \- | \- | \- |
| [[Batanoka]] | ![[batanoka.png]] | The Subterranean Sun | \- | \- | \- | | [[Batanoka]] | ![[batanoka.png]] | The Subterranean Sun | \- | [[Bririe]] | [[Edikan]] |
| [[Blanchister]] | \- | \- | \- | \- | \- | | [[Blanchister]] | \- | \- | \- | \- | \- |
| [[Dasona]] | ![[dasona.png]] | The Country of Hopes | \- | \- | \- | | [[Dasona]] | ![[dasona.png]] | The Country of Hopes | \- | \- | \- |
| [[Drenvale]] | \- | \- | \- | \- | \- | | [[Drenvale]] | \- | \- | \- | \- | \- |
<!-- SerializedQuery END --> <!-- SerializedQuery END -->

View file

@ -0,0 +1 @@
Test

View file

5
content/Cities/Bririe.md Normal file
View file

@ -0,0 +1,5 @@
---
country: Batanoka
---

View file

@ -1,7 +1,8 @@
--- ---
short: The Undead Wasteland short: The Undead Wasteland
flag: '![[barrowmaw.png]]' flag: '![[barrowmaw.png]]'
language: '[[Edikan]]' language: null
capital: null
--- ---
Test Test

View file

@ -1,6 +1,8 @@
--- ---
short: The Subterranean Sun short: The Subterranean Sun
flag: '![[batanoka.png]]' flag: '![[batanoka.png]]'
language: '[[Edikan]]'
capital: '[[Bririe]]'
--- ---
This is a test This is a test

View file

@ -7,7 +7,7 @@
|File|Flag|Short|Population|Capital|Language| |File|Flag|Short|Population|Capital|Language|
|----|----|-----|----------|-------|--------| |----|----|-----|----------|-------|--------|
|[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\flags\barrowmaw.png)|The Undead Wasteland|-|-|-| |[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\flags\barrowmaw.png)|The Undead Wasteland|-|-|-|
|[Batanoka](Batanoka.md)|![batanoka.png](..\Images\flags\batanoka.png)|The Subterranean Sun|-|-|-| |[Batanoka](Batanoka.md)|![batanoka.png](..\Images\flags\batanoka.png)|The Subterranean Sun|-|[Bririe](..\Cities\Bririe.md)|[Edikan](..\Languages\Edikan.md)|
|[Blanchister](Blanchister.md)|-|-|-|-|-| |[Blanchister](Blanchister.md)|-|-|-|-|-|
|[Dasona](Dasona.md)|![dasona.png](..\Images\flags\dasona.png)|The Country of Hopes|-|-|-| |[Dasona](Dasona.md)|![dasona.png](..\Images\flags\dasona.png)|The Country of Hopes|-|-|-|
|[Drenvale](Drenvale.md)|-|-|-|-|-| |[Drenvale](Drenvale.md)|-|-|-|-|-|

View file

@ -0,0 +1,4 @@
---
---
Test

View file

@ -0,0 +1,4 @@
---
---