From 91506124ca303988413c9c201ab09b7198dd5c16 Mon Sep 17 00:00:00 2001 From: Matt Rowbottom Date: Fri, 27 Mar 2026 09:52:52 +1100 Subject: [PATCH] vault backup: 2026-03-27 09:52:52 --- .obsidian/app.json | 1 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 33 ++++++ .obsidian/workspace.json | 181 +++++++++++++++++++++++++++++++ Seighell/Characters/PCs/Bubba.md | 6 +- 5 files changed, 219 insertions(+), 3 deletions(-) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json create mode 100644 .obsidian/workspace.json diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.obsidian/appearance.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json new file mode 100644 index 0000000..639b90d --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,33 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "footnotes": false, + "properties": true, + "page-preview": true, + "daily-notes": true, + "templates": true, + "note-composer": true, + "command-palette": true, + "slash-command": false, + "editor-status": true, + "bookmarks": true, + "markdown-importer": false, + "zk-prefixer": false, + "random-note": false, + "outline": true, + "word-count": true, + "slides": false, + "audio-recorder": false, + "workspaces": false, + "file-recovery": true, + "publish": false, + "sync": true, + "bases": true, + "webviewer": false +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..a7d0510 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,181 @@ +{ + "main": { + "id": "8492c802594bb3da", + "type": "split", + "children": [ + { + "id": "0f56e6b249a0ee90", + "type": "tabs", + "children": [ + { + "id": "0623e0cd45c92d15", + "type": "leaf", + "state": { + "type": "empty", + "state": {}, + "icon": "lucide-file", + "title": "New tab" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "a8db87f6ab94e576", + "type": "split", + "children": [ + { + "id": "fde4258ed369522b", + "type": "tabs", + "children": [ + { + "id": "e8e7e818fc948ad3", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "c22e182f7061b9a6", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "96b3654a01e1df9f", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "1f139fd7a13d0417", + "type": "split", + "children": [ + { + "id": "c6ab8046f60dac10", + "type": "tabs", + "children": [ + { + "id": "fa847224ebe6ae26", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks" + } + }, + { + "id": "8fbbe080fee4f41b", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "f01bd961825f5f11", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "25ada21d072042e8", + "type": "leaf", + "state": { + "type": "all-properties", + "state": { + "sortOrder": "frequency", + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-archive", + "title": "All properties" + } + }, + { + "id": "e2e10171868f9f84", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300, + "collapsed": true + }, + "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, + "bases:Create new base": false + } + }, + "active": "0623e0cd45c92d15", + "lastOpenFiles": [] +} \ No newline at end of file diff --git a/Seighell/Characters/PCs/Bubba.md b/Seighell/Characters/PCs/Bubba.md index 5dae4df..0bc5cb6 100644 --- a/Seighell/Characters/PCs/Bubba.md +++ b/Seighell/Characters/PCs/Bubba.md @@ -5,7 +5,7 @@ tags: - Ranger --- -| ![[bubba.webp]] | ***"Bubba is a Halfling ranger fishing enthusiast, that was previously a Tiefling, before betraying his race and transitioning."*** | -| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -| ![[Pre Op Bubba.png]] | ***"A pre-op depiction of the entity known only as 'Bubba'."*** | +| ![[bubba.webp]] | ***"Bubba is a Halfling ranger and fishing enthusiast, that was previously a Tiefling, before betraying his race and transitioning."*** | +| --------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | +| ![[Pre Op Bubba.png]] | ***"A pre-op depiction of the entity known only as 'Bubba'."*** |