From e1238b495b3de333e2d2dd42b3576d262158d0bf Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 20 Jan 2025 18:40:28 +0100 Subject: [PATCH] Fixed page 1 --- .obsidian/app.json | 1 + .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 30 +++ .obsidian/workspace.json | 174 ++++++++++++++++++ ...n_C++ => 2025-01-20-OpenXrCustomEngine.md} | 0 5 files changed, 206 insertions(+) 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 rename _posts/{2025-01-20-How_I_implemented_OpenXR_rendering_into_a_custom_engine_in_C++ => 2025-01-20-OpenXrCustomEngine.md} (100%) 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..436f43c --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,30 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "properties": false, + "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": false +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json new file mode 100644 index 0000000..bc73764 --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,174 @@ +{ + "main": { + "id": "ff9c7f115eba7a40", + "type": "split", + "children": [ + { + "id": "a70d3469e99122fe", + "type": "tabs", + "children": [ + { + "id": "b9b85ece6d4d4ae3", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "_posts/2025-01-20-OpenXrCustomEngine.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "2025-01-20-OpenXrCustomEngine" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "8894aeec273a47fe", + "type": "split", + "children": [ + { + "id": "1cbdb498e244d0f5", + "type": "tabs", + "children": [ + { + "id": "bd41e9de10006d50", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical" + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "e194f6763f54249a", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "8252de99975a1b08", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "1e731881639b1139", + "type": "split", + "children": [ + { + "id": "45c9d9268ece9bcc", + "type": "tabs", + "children": [ + { + "id": "0c43135357d64cd0", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "_posts/2025-01-20-OpenXrCustomEngine.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks for 2025-01-20-OpenXrCustomEngine" + } + }, + { + "id": "a0211b4bfc98042d", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "_posts/2025-01-20-OpenXrCustomEngine.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links from 2025-01-20-OpenXrCustomEngine" + } + }, + { + "id": "b5575693933977da", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "32b4e48cc108abc0", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "_posts/2025-01-20-OpenXrCustomEngine.md" + }, + "icon": "lucide-list", + "title": "Outline of 2025-01-20-OpenXrCustomEngine" + } + } + ] + } + ], + "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 + } + }, + "active": "b9b85ece6d4d4ae3", + "lastOpenFiles": [ + "_tabs/about.md", + "_posts/2025-01-20-OpenXrCustomEngine.md", + "_tabs/tags.md", + "_tabs/categories.md", + "_tabs/archives.md", + "README.md" + ] +} \ No newline at end of file diff --git a/_posts/2025-01-20-How_I_implemented_OpenXR_rendering_into_a_custom_engine_in_C++ b/_posts/2025-01-20-OpenXrCustomEngine.md similarity index 100% rename from _posts/2025-01-20-How_I_implemented_OpenXR_rendering_into_a_custom_engine_in_C++ rename to _posts/2025-01-20-OpenXrCustomEngine.md