diff --git a/.gitignore b/.gitignore index 3f5b4b7..b888edf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ public resources/_gen .hugo_build.lock +.obsidian diff --git a/.obsidian/app.json b/.obsidian/app.json deleted file mode 100644 index 9e26dfe..0000000 --- a/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json deleted file mode 100644 index c8c365d..0000000 --- a/.obsidian/appearance.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "accentColor": "" -} \ No newline at end of file diff --git a/.obsidian/core-plugins-migration.json b/.obsidian/core-plugins-migration.json deleted file mode 100644 index 436f43c..0000000 --- a/.obsidian/core-plugins-migration.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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/core-plugins.json b/.obsidian/core-plugins.json deleted file mode 100644 index 9405bfd..0000000 --- a/.obsidian/core-plugins.json +++ /dev/null @@ -1,20 +0,0 @@ -[ - "file-explorer", - "global-search", - "switcher", - "graph", - "backlink", - "canvas", - "outgoing-link", - "tag-pane", - "page-preview", - "daily-notes", - "templates", - "note-composer", - "command-palette", - "editor-status", - "bookmarks", - "outline", - "word-count", - "file-recovery" -] \ No newline at end of file diff --git a/.obsidian/workspace-mobile.json b/.obsidian/workspace-mobile.json deleted file mode 100644 index e7837f0..0000000 --- a/.obsidian/workspace-mobile.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "main": { - "id": "37213d342da2ce8e", - "type": "split", - "children": [ - { - "id": "a4941e3d2574f8fa", - "type": "tabs", - "children": [ - { - "id": "27f92eabb0d9e153", - "type": "leaf", - "state": { - "type": "markdown", - "state": { - "file": "content/blogs/vim/index.md", - "mode": "source", - "source": false - } - } - } - ] - } - ], - "direction": "vertical" - }, - "left": { - "id": "e65c6d4dfe080d61", - "type": "mobile-drawer", - "children": [ - { - "id": "873147733d54189d", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": { - "sortOrder": "alphabetical" - } - } - }, - { - "id": "b146b101cbc77246", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - }, - { - "id": "c785516319f0fc18", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - }, - { - "id": "dd30845dfe080d2e", - "type": "leaf", - "state": { - "type": "bookmarks", - "state": {} - } - } - ], - "currentTab": 0 - }, - "right": { - "id": "f13f20998720f867", - "type": "mobile-drawer", - "children": [ - { - "id": "5929afab728a7bd6", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "file": "content/blogs/vim/index.md", - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "1747401333304919", - "type": "leaf", - "state": { - "type": "outgoing-link", - "state": { - "file": "content/blogs/vim/index.md", - "linksCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "94454a31ac090058", - "type": "leaf", - "state": { - "type": "outline", - "state": { - "file": "content/blogs/vim/index.md" - } - } - } - ], - "currentTab": 0 - }, - "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": "27f92eabb0d9e153", - "lastOpenFiles": [] -} \ No newline at end of file