diff --git a/.obsidian/app.json b/.obsidian/app.json index e609a07..6349dbf 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1,3 +1,10 @@ { - "promptDelete": false + "promptDelete": false, + "pdfExportSettings": { + "includeName": true, + "pageSize": "Letter", + "landscape": false, + "margin": "0", + "downscalePercent": 100 + } } \ No newline at end of file diff --git a/.obsidian/graph.json b/.obsidian/graph.json index e21a18d..0dba408 100644 --- a/.obsidian/graph.json +++ b/.obsidian/graph.json @@ -4,10 +4,25 @@ "showTags": false, "showAttachments": false, "hideUnresolved": false, - "showOrphans": true, - "collapse-color-groups": true, - "colorGroups": [], - "collapse-display": true, + "showOrphans": false, + "collapse-color-groups": false, + "colorGroups": [ + { + "query": "path:NPCs", + "color": { + "a": 1, + "rgb": 14048348 + } + }, + { + "query": "path:Party ", + "color": { + "a": 1, + "rgb": 14069084 + } + } + ], + "collapse-display": false, "showArrow": false, "textFadeMultiplier": 0, "nodeSizeMultiplier": 1, @@ -18,5 +33,5 @@ "linkStrength": 1, "linkDistance": 250, "scale": 1, - "close": false + "close": true } \ No newline at end of file diff --git a/.obsidian/plugins/folder-note-plugin/data.json b/.obsidian/plugins/folder-note-plugin/data.json index f33a714..0960925 100644 --- a/.obsidian/plugins/folder-note-plugin/data.json +++ b/.obsidian/plugins/folder-note-plugin/data.json @@ -1,6 +1,6 @@ { - "folderNoteHide": true, - "folderNoteType": "inside", + "folderNoteHide": false, + "folderNoteType": "outside", "folderNoteName": "_about_", "folderNoteKey": "ctrl", "folderNoteAutoRename": true, diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 802cd00..43d64b4 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -14,7 +14,7 @@ "updateSubmodules": false, "syncMethod": "merge", "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": false, + "autoBackupAfterFileChange": true, "treeStructure": false, "refreshSourceControl": true, "basePath": "", diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7149e58..42c09f8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,43 +4,22 @@ "type": "split", "children": [ { - "id": "82c24efce084d835", + "id": "bcc57a901960b213", "type": "tabs", "children": [ { - "id": "7a8810d4ef7564b8", - "type": "leaf", - "state": { - "type": "graph", - "state": {} - } - }, - { - "id": "e600c99cd3ea8f41", + "id": "fd3a4ab9139d794b", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "NPCs/NPCs.md", - "mode": "source", - "source": false - } - } - }, - { - "id": "f16608f959d7ccdf", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "Party/Ashley Char.md", + "file": "Party/Zafira Moonchild.md", "mode": "source", "source": false } } } - ], - "currentTab": 2 + ] } ], "direction": "vertical" @@ -106,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "Party/Ashley Char.md", + "file": "Party/Zafira Moonchild.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -123,9 +102,9 @@ "state": { "type": "outgoing-link", "state": { - "file": "Party/Ashley Char.md", + "file": "Party/Zafira Moonchild.md", "linksCollapsed": false, - "unlinkedCollapsed": true + "unlinkedCollapsed": false } } }, @@ -146,16 +125,24 @@ "state": { "type": "outline", "state": { - "file": "Party/Ashley Char.md" + "file": "Party/Zafira Moonchild.md" } } + }, + { + "id": "8a214a042b141100", + "type": "leaf", + "state": { + "type": "git-view", + "state": {} + } } - ] + ], + "currentTab": 4 } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "left-ribbon": { "hiddenItems": { @@ -167,14 +154,17 @@ "command-palette:Open command palette": false } }, - "active": "f16608f959d7ccdf", + "active": "fd3a4ab9139d794b", "lastOpenFiles": [ - "Party/Party.md", - "NPCs/NPCs.md", - "Party/Ashley Char.md", - "Party/Alicia.md", "Party/Zafira Moonchild.md", + "Party/Alicia.md", + "Party/Ashley Char.md", + "NPCs/The Divine.md", "Party/Dhargana.md", + "Party.md", + "NPCs.md", + "NPCs/NPCs.md", + "Party/Party.md", "settings", "NPCs", "2024-08-13.md", diff --git a/NPCs/NPCs.md b/NPCs.md similarity index 100% rename from NPCs/NPCs.md rename to NPCs.md diff --git a/NPCs/The Divine.md b/NPCs/The Divine.md new file mode 100644 index 0000000..e69de29 diff --git a/Party/Party.md b/Party.md similarity index 100% rename from Party/Party.md rename to Party.md