From c876ebae7ec83372d686b6c5ad4e89b42a202596 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Tue, 20 Feb 2024 21:09:50 -0300 Subject: [PATCH] Delete src/.obsidian directory --- src/.obsidian/app.json | 1 - src/.obsidian/appearance.json | 3 - src/.obsidian/core-plugins-migration.json | 30 ----- src/.obsidian/core-plugins.json | 20 --- src/.obsidian/workspace.json | 143 ---------------------- 5 files changed, 197 deletions(-) delete mode 100644 src/.obsidian/app.json delete mode 100644 src/.obsidian/appearance.json delete mode 100644 src/.obsidian/core-plugins-migration.json delete mode 100644 src/.obsidian/core-plugins.json delete mode 100644 src/.obsidian/workspace.json diff --git a/src/.obsidian/app.json b/src/.obsidian/app.json deleted file mode 100644 index 9e26dfe..0000000 --- a/src/.obsidian/app.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/src/.obsidian/appearance.json b/src/.obsidian/appearance.json deleted file mode 100644 index c8c365d..0000000 --- a/src/.obsidian/appearance.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "accentColor": "" -} \ No newline at end of file diff --git a/src/.obsidian/core-plugins-migration.json b/src/.obsidian/core-plugins-migration.json deleted file mode 100644 index 436f43c..0000000 --- a/src/.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/src/.obsidian/core-plugins.json b/src/.obsidian/core-plugins.json deleted file mode 100644 index 9405bfd..0000000 --- a/src/.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/src/.obsidian/workspace.json b/src/.obsidian/workspace.json deleted file mode 100644 index 0ce5c6c..0000000 --- a/src/.obsidian/workspace.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "main": { - "id": "b4ead20bf646c540", - "type": "split", - "children": [ - { - "id": "3afff2d2ca550fb7", - "type": "tabs", - "children": [ - { - "id": "bdf44bdc18e96991", - "type": "leaf", - "state": { - "type": "empty", - "state": {} - } - } - ] - } - ], - "direction": "vertical" - }, - "left": { - "id": "91ed990b4ca71d56", - "type": "split", - "children": [ - { - "id": "77637ff0fba541b3", - "type": "tabs", - "children": [ - { - "id": "a81c0306464bae29", - "type": "leaf", - "state": { - "type": "file-explorer", - "state": { - "sortOrder": "alphabetical" - } - } - }, - { - "id": "8af5ae8ed82c234f", - "type": "leaf", - "state": { - "type": "search", - "state": { - "query": "", - "matchingCase": false, - "explainSearch": false, - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical" - } - } - }, - { - "id": "fe1bbe7daea7d96c", - "type": "leaf", - "state": { - "type": "bookmarks", - "state": {} - } - } - ] - } - ], - "direction": "horizontal", - "width": 300 - }, - "right": { - "id": "86eef08b2394f3ff", - "type": "split", - "children": [ - { - "id": "47c5d8da43b9f11b", - "type": "tabs", - "children": [ - { - "id": "d094b60edc350854", - "type": "leaf", - "state": { - "type": "backlink", - "state": { - "collapseAll": false, - "extraContext": false, - "sortOrder": "alphabetical", - "showSearch": false, - "searchQuery": "", - "backlinkCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "20a02600e0d06776", - "type": "leaf", - "state": { - "type": "outgoing-link", - "state": { - "linksCollapsed": false, - "unlinkedCollapsed": true - } - } - }, - { - "id": "c8c2a083286988ec", - "type": "leaf", - "state": { - "type": "tag", - "state": { - "sortOrder": "frequency", - "useHierarchy": true - } - } - }, - { - "id": "13d64cbdcc7533f5", - "type": "leaf", - "state": { - "type": "outline", - "state": {} - } - } - ] - } - ], - "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": "bdf44bdc18e96991", - "lastOpenFiles": [] -} \ No newline at end of file