From 96d4d433aabf9e7c2920821a3c9363db2c5aa646 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 9 Aug 2023 10:52:23 -0400 Subject: [PATCH] vault backup: 2023-08-09 10:52:23 --- .obsidian/app.json | 12 +++- .obsidian/appearance.json | 4 +- .obsidian/core-plugins-migration.json | 10 ++-- .obsidian/core-plugins.json | 5 +- .obsidian/daily-notes.json | 4 ++ .obsidian/note-composer.json | 4 ++ .obsidian/page-preview.json | 3 + .obsidian/templates.json | 3 + .obsidian/workspace.json | 57 +++++++++++++------ .obsidian/zk-prefixer.json | 5 ++ .../Drawing 2023-08-08 21.42.28.excalidraw.md | 15 +++++ notes/foo.md | 3 + templates/daily.md | 0 templates/thoughts.md | 0 templates/unique.md | 0 15 files changed, 98 insertions(+), 27 deletions(-) create mode 100644 .obsidian/daily-notes.json create mode 100644 .obsidian/note-composer.json create mode 100644 .obsidian/page-preview.json create mode 100644 .obsidian/templates.json create mode 100644 .obsidian/zk-prefixer.json create mode 100644 Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md create mode 100644 templates/daily.md create mode 100644 templates/thoughts.md create mode 100644 templates/unique.md diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..73364dd 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,11 @@ -{} \ No newline at end of file +{ + "promptDelete": false, + "showLineNumber": true, + "tabSize": 2, + "vimMode": true, + "newFileLocation": "current", + "alwaysUpdateLinks": true, + "useMarkdownLinks": true, + "showUnsupportedFiles": true, + "attachmentFolderPath": "./" +} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index fa4bd4a..d30a50c 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,4 +1,6 @@ { "accentColor": "", - "cssTheme": "Catppuccin" + "cssTheme": "Catppuccin", + "textFontFamily": "JetBrainsMono Nerd Font", + "monospaceFontFamily": "JetBrainsMono Nerd Font Mono" } \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json index 5c13490..c1871c7 100644 --- a/.obsidian/core-plugins-migration.json +++ b/.obsidian/core-plugins-migration.json @@ -4,7 +4,7 @@ "switcher": true, "graph": true, "backlink": true, - "canvas": true, + "canvas": false, "outgoing-link": true, "tag-pane": true, "page-preview": true, @@ -16,14 +16,14 @@ "editor-status": true, "bookmarks": true, "markdown-importer": false, - "zk-prefixer": false, + "zk-prefixer": true, "random-note": false, "outline": true, "word-count": true, - "slides": false, + "slides": true, "audio-recorder": false, - "workspaces": false, - "file-recovery": true, + "workspaces": true, + "file-recovery": false, "publish": false, "sync": false } \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index 9405bfd..1b6869b 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -4,7 +4,6 @@ "switcher", "graph", "backlink", - "canvas", "outgoing-link", "tag-pane", "page-preview", @@ -14,7 +13,9 @@ "command-palette", "editor-status", "bookmarks", + "zk-prefixer", "outline", "word-count", - "file-recovery" + "slides", + "workspaces" ] \ No newline at end of file diff --git a/.obsidian/daily-notes.json b/.obsidian/daily-notes.json new file mode 100644 index 0000000..44cd51e --- /dev/null +++ b/.obsidian/daily-notes.json @@ -0,0 +1,4 @@ +{ + "folder": "notes/daily", + "template": "templates/daily" +} \ No newline at end of file diff --git a/.obsidian/note-composer.json b/.obsidian/note-composer.json new file mode 100644 index 0000000..dd32f4f --- /dev/null +++ b/.obsidian/note-composer.json @@ -0,0 +1,4 @@ +{ + "askBeforeMerging": true, + "replacementText": "embed" +} \ No newline at end of file diff --git a/.obsidian/page-preview.json b/.obsidian/page-preview.json new file mode 100644 index 0000000..cd43461 --- /dev/null +++ b/.obsidian/page-preview.json @@ -0,0 +1,3 @@ +{ + "preview": true +} \ No newline at end of file diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..cda2aca --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "templates" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 7851bdb..c6a1d83 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,20 +11,15 @@ "id": "e65e219e8f8484ec", "type": "leaf", "state": { - "type": "empty", - "state": {} - } - }, - { - "id": "d5d787b006f710c6", - "type": "leaf", - "state": { - "type": "graph", - "state": {} + "type": "markdown", + "state": { + "file": "games/batman-arkham-city.md", + "mode": "source", + "source": false + } } } - ], - "currentTab": 1 + ] } ], "direction": "vertical" @@ -90,6 +85,7 @@ "state": { "type": "backlink", "state": { + "file": "games/batman-arkham-city.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -106,6 +102,7 @@ "state": { "type": "outgoing-link", "state": { + "file": "games/batman-arkham-city.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -127,29 +124,53 @@ "type": "leaf", "state": { "type": "outline", + "state": { + "file": "games/batman-arkham-city.md" + } + } + }, + { + "id": "230c77af3893ffdd", + "type": "leaf", + "state": { + "type": "git-view", "state": {} } } ], - "currentTab": 3 + "currentTab": 4 } ], "direction": "horizontal", - "width": 300 + "width": 511 }, "left-ribbon": { "hiddenItems": { "switcher:Open quick switcher": false, "graph:Open graph view": false, - "canvas:Create new canvas": false, "daily-notes:Open today's daily note": false, "templates:Insert template": false, - "command-palette:Open command palette": false, - "obsidian-excalidraw-plugin:Create new drawing": false + "command-palette:Open command palette": true, + "obsidian-excalidraw-plugin:Create new drawing": false, + "zk-prefixer:Create new unique note": false, + "workspaces:Manage workspace layouts": false } }, - "active": "9b65a6cf59dadc4f", + "active": "e65e219e8f8484ec", "lastOpenFiles": [ + "templates/thoughts.md", + "templates/daily.md", + "templates/unique.md", + "Untitled.md", + "templates", + "notes/unique/2023-08-09_10-08__testo.md", + "notes/unique/202308091032.md", + "Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md", + "notes/unique", + "notes/thoughts", + "notes/daily", + "Untitled.canvas", + "Excalidraw", "notes/foo.md", "notes" ] diff --git a/.obsidian/zk-prefixer.json b/.obsidian/zk-prefixer.json new file mode 100644 index 0000000..1e99e56 --- /dev/null +++ b/.obsidian/zk-prefixer.json @@ -0,0 +1,5 @@ +{ + "folder": "notes/unique", + "format": "YYYY-MM-DD__HH-MM__", + "template": "templates/unique" +} \ No newline at end of file diff --git a/Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md b/Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md new file mode 100644 index 0000000..c1ee4da --- /dev/null +++ b/Excalidraw/Drawing 2023-08-08 21.42.28.excalidraw.md @@ -0,0 +1,15 @@ +--- + +excalidraw-plugin: parsed +tags: [excalidraw] + +--- +==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== + + +%% +# Drawing +```json +{"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.14","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}} +``` +%% \ No newline at end of file diff --git a/notes/foo.md b/notes/foo.md index e69de29..f16b754 100644 --- a/notes/foo.md +++ b/notes/foo.md @@ -0,0 +1,3 @@ +test + +jhb diff --git a/templates/daily.md b/templates/daily.md new file mode 100644 index 0000000..e69de29 diff --git a/templates/thoughts.md b/templates/thoughts.md new file mode 100644 index 0000000..e69de29 diff --git a/templates/unique.md b/templates/unique.md new file mode 100644 index 0000000..e69de29