From a89d528cd568707837b9a348c90e91620cd775a3 Mon Sep 17 00:00:00 2001 From: Armands Vagalis Date: Sun, 29 Mar 2026 14:52:20 +0300 Subject: [PATCH] Created obsidian --- Notes/.obsidian/app.json | 1 + Notes/.obsidian/appearance.json | 4 + Notes/.obsidian/core-plugins.json | 33 ++++++ Notes/.obsidian/workspace.json | 181 ++++++++++++++++++++++++++++++ 4 files changed, 219 insertions(+) create mode 100644 Notes/.obsidian/app.json create mode 100644 Notes/.obsidian/appearance.json create mode 100644 Notes/.obsidian/core-plugins.json create mode 100644 Notes/.obsidian/workspace.json diff --git a/Notes/.obsidian/app.json b/Notes/.obsidian/app.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/Notes/.obsidian/app.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/Notes/.obsidian/appearance.json b/Notes/.obsidian/appearance.json new file mode 100644 index 0000000..76a5861 --- /dev/null +++ b/Notes/.obsidian/appearance.json @@ -0,0 +1,4 @@ +{ + "theme": "moonstone", + "accentColor": "#629ea3" +} \ No newline at end of file diff --git a/Notes/.obsidian/core-plugins.json b/Notes/.obsidian/core-plugins.json new file mode 100644 index 0000000..639b90d --- /dev/null +++ b/Notes/.obsidian/core-plugins.json @@ -0,0 +1,33 @@ +{ + "file-explorer": true, + "global-search": true, + "switcher": true, + "graph": true, + "backlink": true, + "canvas": true, + "outgoing-link": true, + "tag-pane": true, + "footnotes": false, + "properties": true, + "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, + "bases": true, + "webviewer": false +} \ No newline at end of file diff --git a/Notes/.obsidian/workspace.json b/Notes/.obsidian/workspace.json new file mode 100644 index 0000000..cfff6a5 --- /dev/null +++ b/Notes/.obsidian/workspace.json @@ -0,0 +1,181 @@ +{ + "main": { + "id": "a4ef65ae08c68dfc", + "type": "split", + "children": [ + { + "id": "3a784766f8b99980", + "type": "tabs", + "children": [ + { + "id": "ae4b43e565c5e026", + "type": "leaf", + "state": { + "type": "empty", + "state": {}, + "icon": "lucide-file", + "title": "New tab" + } + } + ] + } + ], + "direction": "vertical" + }, + "left": { + "id": "4ea7d5064c35abc1", + "type": "split", + "children": [ + { + "id": "bdb802c830511cad", + "type": "tabs", + "children": [ + { + "id": "39f285bece1de846", + "type": "leaf", + "state": { + "type": "file-explorer", + "state": { + "sortOrder": "alphabetical", + "autoReveal": false + }, + "icon": "lucide-folder-closed", + "title": "Files" + } + }, + { + "id": "3040da04903fbdb6", + "type": "leaf", + "state": { + "type": "search", + "state": { + "query": "", + "matchingCase": false, + "explainSearch": false, + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical" + }, + "icon": "lucide-search", + "title": "Search" + } + }, + { + "id": "5910c13b29594282", + "type": "leaf", + "state": { + "type": "bookmarks", + "state": {}, + "icon": "lucide-bookmark", + "title": "Bookmarks" + } + } + ] + } + ], + "direction": "horizontal", + "width": 300 + }, + "right": { + "id": "64c5a8b90c68811a", + "type": "split", + "children": [ + { + "id": "6556d583eeff5342", + "type": "tabs", + "children": [ + { + "id": "28319af0143d23ad", + "type": "leaf", + "state": { + "type": "backlink", + "state": { + "collapseAll": false, + "extraContext": false, + "sortOrder": "alphabetical", + "showSearch": false, + "searchQuery": "", + "backlinkCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-coming-in", + "title": "Backlinks" + } + }, + { + "id": "ecf914ca318d82cb", + "type": "leaf", + "state": { + "type": "outgoing-link", + "state": { + "linksCollapsed": false, + "unlinkedCollapsed": true + }, + "icon": "links-going-out", + "title": "Outgoing links" + } + }, + { + "id": "ee8563fa330b2563", + "type": "leaf", + "state": { + "type": "tag", + "state": { + "sortOrder": "frequency", + "useHierarchy": true, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-tags", + "title": "Tags" + } + }, + { + "id": "13bdd2f3c366f064", + "type": "leaf", + "state": { + "type": "all-properties", + "state": { + "sortOrder": "frequency", + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-archive", + "title": "All properties" + } + }, + { + "id": "de9bcc9d81e29085", + "type": "leaf", + "state": { + "type": "outline", + "state": { + "followCursor": false, + "showSearch": false, + "searchQuery": "" + }, + "icon": "lucide-list", + "title": "Outline" + } + } + ] + } + ], + "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, + "bases:Create new base": false + } + }, + "active": "ae4b43e565c5e026", + "lastOpenFiles": [] +} \ No newline at end of file