diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..dda57c3 --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,5 @@ +{ + "attachmentFolderPath": "attachments", + "newLinkFormat": "absolute", + "useMarkdownLinks": true +} \ 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..b977c25 --- /dev/null +++ b/.obsidian/core-plugins.json @@ -0,0 +1,31 @@ +{ + "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": 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..8a4cc9a --- /dev/null +++ b/.obsidian/workspace.json @@ -0,0 +1,180 @@ +{ + "main": { + "id": "b742fbbd2620fcb8", + "type": "split", + "children": [ + { + "id": "f86904d787900704", + "type": "tabs", + "children": [ + { + "id": "3fc70afc3c55181f", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "random/Picture Test.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Picture Test" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "3fe0e3a3897626a5", + "type": "split", + "children": [ + { + "id": "e537bb89f699c940", + "type": "tabs", + "children": [ + { + "id": "acce4ec55445d742", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "556083dff9d9c666", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "dda177c3965426da", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "b267ba829a58370a", + "type": "split", + "children": [ + { + "id": "640d4b2094f7c515", + "type": "tabs", + "children": [ + { + "id": "ac878c9b5377ffe2", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "file": "random/Picture Test.md", + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks for Picture Test" + } + }, + { + "id": "059dadf94acd6242", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "file": "random/Picture Test.md", + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links from Picture Test" + } + }, + { + "id": "51080126c90ed546", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "5295865853641335", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "file": "random/Picture Test.md", + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline of Picture Test" + } + } + ] + } + ], + "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": "3fc70afc3c55181f", + "lastOpenFiles": [ + "tutorials/Clown Tutorial.md", + "random/Picture Test.md", + "random", + "attachments/cat-typing-4031388285.gif", + "attachments/3vtrpul63by51-4262966329.jpg", + "attachments" + ] +} \ No newline at end of file diff --git a/tutorials/attachments/3vtrpul63by51-4262966329.jpg b/attachments/3vtrpul63by51-4262966329.jpg similarity index 100% rename from tutorials/attachments/3vtrpul63by51-4262966329.jpg rename to attachments/3vtrpul63by51-4262966329.jpg diff --git a/Picture Test.md b/random/Picture Test.md similarity index 100% rename from Picture Test.md rename to random/Picture Test.md