diff --git a/.obsidian/app.json b/.obsidian/app.json index 0676041..4d09e8c 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -2,12 +2,10 @@ "legacyEditor": false, "livePreview": true, "attachmentFolderPath": "attachment", - "alwaysUpdateLinks": true, - "communityThemeSortOrder": "alphabeticalReverse", "trashOption": "local", - "readableLineLength": true, + "promptDelete": true, + "alwaysUpdateLinks": true, "showLineNumber": true, - "rightToLeft": false, "spellcheck": true, "spellcheckLanguages": [ "en-GB", diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 4a67afa..2ac78be 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,6 +1,3 @@ { - "translucency": true, - "baseFontSize": 20, - "cssTheme": "", - "theme": "obsidian" + "translucency": true } \ No newline at end of file diff --git a/.obsidian/page-preview.json b/.obsidian/page-preview.json index 9e26dfe..1ff1fe9 100644 --- a/.obsidian/page-preview.json +++ b/.obsidian/page-preview.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "editor": false +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 43668d3..156fbef 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,8 +2,8 @@ "commitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault auto-backup: {{date}}", "commitDateFormat": "DD.MM.YYYY - HH:mm:ss", - "autoSaveInterval": 1, - "autoPushInterval": 0, + "autoSaveInterval": 3, + "autoPushInterval": 10, "autoPullInterval": 5, "autoPullOnBoot": true, "disablePush": false, @@ -19,6 +19,6 @@ "treeStructure": false, "refreshSourceControl": true, "basePath": "", - "differentIntervalCommitAndPush": false, + "differentIntervalCommitAndPush": true, "changedFilesInStatusBar": true } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-image-toolkit/data.json b/.obsidian/plugins/obsidian-image-toolkit/data.json new file mode 100644 index 0000000..9e93b66 --- /dev/null +++ b/.obsidian/plugins/obsidian-image-toolkit/data.json @@ -0,0 +1,26 @@ +{ + "viewImageEditor": true, + "viewImageInCPB": true, + "viewImageWithALink": true, + "viewImageOther": true, + "pinMode": true, + "pinMaximum": 3, + "pinCoverMode": true, + "imageMoveSpeed": 10, + "imgTipToggle": true, + "imgFullScreenMode": "FIT", + "imgViewBackgroundColor": "#00000000", + "imageBorderToggle": false, + "imageBorderWidth": "medium", + "imageBorderStyle": "solid", + "imageBorderColor": "black", + "galleryNavbarToggle": true, + "galleryNavbarDefaultColor": "#0000001A", + "galleryNavbarHoverColor": "#0000004D", + "galleryImgBorderActive": true, + "galleryImgBorderActiveColor": "#FF0000", + "moveTheImageHotkey": "NONE", + "switchTheImageHotkey": "CTRL", + "doubleClickToolbar": "toolbar_full_screen", + "viewTriggerHotkey": "NONE" +} \ No newline at end of file