vault backup: 2024-08-14 20:34:10

This commit is contained in:
Elizabeth
2024-08-14 20:34:10 +02:00
parent c6d12f9258
commit c5c20443cd
8 changed files with 58 additions and 46 deletions

9
.obsidian/app.json vendored
View File

@@ -1,3 +1,10 @@
{ {
"promptDelete": false "promptDelete": false,
"pdfExportSettings": {
"includeName": true,
"pageSize": "Letter",
"landscape": false,
"margin": "0",
"downscalePercent": 100
}
} }

25
.obsidian/graph.json vendored
View File

@@ -4,10 +4,25 @@
"showTags": false, "showTags": false,
"showAttachments": false, "showAttachments": false,
"hideUnresolved": false, "hideUnresolved": false,
"showOrphans": true, "showOrphans": false,
"collapse-color-groups": true, "collapse-color-groups": false,
"colorGroups": [], "colorGroups": [
"collapse-display": true, {
"query": "path:NPCs",
"color": {
"a": 1,
"rgb": 14048348
}
},
{
"query": "path:Party ",
"color": {
"a": 1,
"rgb": 14069084
}
}
],
"collapse-display": false,
"showArrow": false, "showArrow": false,
"textFadeMultiplier": 0, "textFadeMultiplier": 0,
"nodeSizeMultiplier": 1, "nodeSizeMultiplier": 1,
@@ -18,5 +33,5 @@
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 1, "scale": 1,
"close": false "close": true
} }

View File

@@ -1,6 +1,6 @@
{ {
"folderNoteHide": true, "folderNoteHide": false,
"folderNoteType": "inside", "folderNoteType": "outside",
"folderNoteName": "_about_", "folderNoteName": "_about_",
"folderNoteKey": "ctrl", "folderNoteKey": "ctrl",
"folderNoteAutoRename": true, "folderNoteAutoRename": true,

View File

@@ -14,7 +14,7 @@
"updateSubmodules": false, "updateSubmodules": false,
"syncMethod": "merge", "syncMethod": "merge",
"customMessageOnAutoBackup": false, "customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": false, "autoBackupAfterFileChange": true,
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",

View File

@@ -4,43 +4,22 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "82c24efce084d835", "id": "bcc57a901960b213",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "7a8810d4ef7564b8", "id": "fd3a4ab9139d794b",
"type": "leaf",
"state": {
"type": "graph",
"state": {}
}
},
{
"id": "e600c99cd3ea8f41",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "NPCs/NPCs.md", "file": "Party/Zafira Moonchild.md",
"mode": "source",
"source": false
}
}
},
{
"id": "f16608f959d7ccdf",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Party/Ashley Char.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
} }
], ]
"currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -106,7 +85,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Party/Ashley Char.md", "file": "Party/Zafira Moonchild.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -123,9 +102,9 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Party/Ashley Char.md", "file": "Party/Zafira Moonchild.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": false
} }
} }
}, },
@@ -146,16 +125,24 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Party/Ashley Char.md" "file": "Party/Zafira Moonchild.md"
} }
} }
},
{
"id": "8a214a042b141100",
"type": "leaf",
"state": {
"type": "git-view",
"state": {}
}
} }
] ],
"currentTab": 4
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300, "width": 300
"collapsed": true
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -167,14 +154,17 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "f16608f959d7ccdf", "active": "fd3a4ab9139d794b",
"lastOpenFiles": [ "lastOpenFiles": [
"Party/Party.md",
"NPCs/NPCs.md",
"Party/Ashley Char.md",
"Party/Alicia.md",
"Party/Zafira Moonchild.md", "Party/Zafira Moonchild.md",
"Party/Alicia.md",
"Party/Ashley Char.md",
"NPCs/The Divine.md",
"Party/Dhargana.md", "Party/Dhargana.md",
"Party.md",
"NPCs.md",
"NPCs/NPCs.md",
"Party/Party.md",
"settings", "settings",
"NPCs", "NPCs",
"2024-08-13.md", "2024-08-13.md",

0
NPCs/The Divine.md Normal file
View File