1
0
Fork 0

vault backup: 2024-09-06 23:25:00

This commit is contained in:
Ategon 2024-09-06 23:25:01 -04:00
parent dd9fe8b422
commit 4702f49682
7 changed files with 41 additions and 28 deletions

View file

@ -37,7 +37,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Countries/_index.md", "file": "Countries/Barrowmaw.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -110,7 +110,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Countries/_index.md", "file": "Countries/Barrowmaw.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -127,7 +127,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Countries/_index.md", "file": "Countries/Barrowmaw.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -150,7 +150,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Countries/_index.md" "file": "Countries/Barrowmaw.md"
} }
} }
}, },
@ -181,6 +181,9 @@
}, },
"active": "afb42427bcca10d5", "active": "afb42427bcca10d5",
"lastOpenFiles": [ "lastOpenFiles": [
"Countries/_index.md",
"Countries/Batanoka.md",
"Countries/Barrowmaw.md",
"Countries/Dasona.md", "Countries/Dasona.md",
"Images/flags/vosaka.png", "Images/flags/vosaka.png",
"Images/flags/vikogyna.png", "Images/flags/vikogyna.png",
@ -195,11 +198,8 @@
"Images/flags", "Images/flags",
"Images/Flags", "Images/Flags",
"Images", "Images",
"Countries/Barrowmaw.md",
"Countries/_index.md",
"Countries/Drenvale.md", "Countries/Drenvale.md",
"Countries/Blanchister.md", "Countries/Blanchister.md",
"Countries/Batanoka.md",
"Animals/_index.md", "Animals/_index.md",
"Animals/Cat.md", "Animals/Cat.md",
"Countries.md", "Countries.md",

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,6 @@
--- ---
short: The Subterranean Sun
flag: '![[batanoka.png]]'
--- ---
This is a test This is a test

View file

@ -1,17 +1,16 @@
--- ---
--- ---
<!-- QueryToSerialize: TABLE flag as "Flag", short as "Short" FROM "Countries" WHERE file.name != "_index" --> <!-- 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" FROM "Countries" WHERE file.name != "_index" --> <!-- 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| |File|Flag|Short|Population|Capital|Language|
|----|----|-----| |----|----|-----|----------|-------|--------|
|[Barrowmaw](Barrowmaw.md)|-|-| |[Barrowmaw](Barrowmaw.md)|![barrowmaw.png](..\Images\flags\barrowmaw.png)|The Undead Wasteland|-|-|-|
|[Blanchister](Blanchister.md)|-|-| |[Batanoka](Batanoka.md)|![batanoka.png](..\Images\flags\batanoka.png)|The Subterranean Sun|-|-|-|
|[Batanoka](Batanoka.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)|-|-|-|-|-|
<!-- SerializedQuery END --> <!-- SerializedQuery END -->
![batanoka.png](..\Images\flags\batanoka.png)