From 776fe82e1e108df67ee2ab4e8dc8edade810d43d Mon Sep 17 00:00:00 2001 From: gribse Date: Tue, 3 Jun 2025 20:49:31 +0200 Subject: [PATCH] .obsidian --- .gitignore | 2 +- .obsidian/app.json | 3 +++ .obsidian/appearance.json | 1 + .obsidian/core-plugins.json | 31 +++++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .obsidian/app.json create mode 100644 .obsidian/appearance.json create mode 100644 .obsidian/core-plugins.json diff --git a/.gitignore b/.gitignore index ac6144f..d3c45d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ public/ .hugo_build.lock resources/ data/ -.obsidian \ No newline at end of file +.obsidian/workspace.json \ No newline at end of file diff --git a/.obsidian/app.json b/.obsidian/app.json new file mode 100644 index 0000000..3f35458 --- /dev/null +++ b/.obsidian/app.json @@ -0,0 +1,3 @@ +{ + "attachmentFolderPath": "./images" +} \ 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