diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json new file mode 100644 index 0000000..e5e333c --- /dev/null +++ b/.obsidian/workspace-mobile.json @@ -0,0 +1,136 @@ +{ + "main": { + "id": "bebacf396d26db57", + "type": "split", + "children": [ + { + "id": "d972deb521311a5e", + "type": "tabs", + "children": [ + { + "id": "df152da4c3c17af0", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "content/posts/obsidian test.md", + "mode": "source", + "source": false, + "backlinks": false + }, + "icon": "lucide-file", + "title": "obsidian test" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "f040edb967d3a17c", + "type": "mobile-drawer", + "children": [ + { + "id": "18387c318b1d9e68", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "47963f07d604518d", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "feba22ac0cec37e2", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "b2d8f07ef5f395f8", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ], + "currentTab": 0 + }, + "right": { + "id": "246d867a28f53041", + "type": "mobile-drawer", + "children": [ + { + "id": "1edb575cad8e93ba", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "9a939c18aaf8af7f", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline" + } + } + ], + "currentTab": 0 + }, + "left-ribbon": { + "hiddenItems": { + "graph:Open graph view": false, + "daily-notes:Open today's daily note": false, + "templates:Insert template": false, + "command-palette:Open command palette": false + } + }, + "active": "df152da4c3c17af0", + "lastOpenFiles": [] +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index efa537e..4a9327f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -20,8 +20,23 @@ "icon": "lucide-file", "title": "2024-11-25-23-06-55" } + }, + { + "id": "616f7e25668dced2", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "conflict-files-obsidian-git.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "conflict-files-obsidian-git" + } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -94,12 +109,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "content/posts/2024-11-25-23-06-55.md", + "file": "conflict-files-obsidian-git.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links from 2024-11-25-23-06-55" + "title": "Outgoing links from conflict-files-obsidian-git" } }, { @@ -123,13 +138,13 @@ "state": { "type": "outline", "state": { - "file": "content/posts/2024-11-25-23-06-55.md", + "file": "conflict-files-obsidian-git.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of 2024-11-25-23-06-55" + "title": "Outline of conflict-files-obsidian-git" } }, { @@ -160,8 +175,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "b1232890edf6c6b2", + "active": "616f7e25668dced2", "lastOpenFiles": [ + "content/posts/2024-11-25-23-06-55.md", + "conflict-files-obsidian-git.md", "content/posts/obsidian test.md", "content/templates/(week notes N).md", "content/templates/post.md", diff --git a/content/posts/obsidian test.md b/content/posts/obsidian test.md new file mode 100644 index 0000000..abcc3c6 --- /dev/null +++ b/content/posts/obsidian test.md @@ -0,0 +1,12 @@ +--- +title: obsidian test +date: 2025-07-17 +url: obsidian test +tags: + - meta + - test +draft: false +--- +making sure posting from computer obsidian is working! + +And from my phone? \ No newline at end of file