updated obsidian settings

This commit is contained in:
Jesse James Isler 2022-06-22 23:01:02 +02:00
parent e100503096
commit a01e20e3ee
5 changed files with 35 additions and 12 deletions

6
.obsidian/app.json vendored
View File

@ -2,12 +2,10 @@
"legacyEditor": false, "legacyEditor": false,
"livePreview": true, "livePreview": true,
"attachmentFolderPath": "attachment", "attachmentFolderPath": "attachment",
"alwaysUpdateLinks": true,
"communityThemeSortOrder": "alphabeticalReverse",
"trashOption": "local", "trashOption": "local",
"readableLineLength": true, "promptDelete": true,
"alwaysUpdateLinks": true,
"showLineNumber": true, "showLineNumber": true,
"rightToLeft": false,
"spellcheck": true, "spellcheck": true,
"spellcheckLanguages": [ "spellcheckLanguages": [
"en-GB", "en-GB",

View File

@ -1,6 +1,3 @@
{ {
"translucency": true, "translucency": true
"baseFontSize": 20,
"cssTheme": "",
"theme": "obsidian"
} }

View File

@ -1 +1,3 @@
{} {
"editor": false
}

View File

@ -2,8 +2,8 @@
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault auto-backup: {{date}}", "autoCommitMessage": "vault auto-backup: {{date}}",
"commitDateFormat": "DD.MM.YYYY - HH:mm:ss", "commitDateFormat": "DD.MM.YYYY - HH:mm:ss",
"autoSaveInterval": 1, "autoSaveInterval": 3,
"autoPushInterval": 0, "autoPushInterval": 10,
"autoPullInterval": 5, "autoPullInterval": 5,
"autoPullOnBoot": true, "autoPullOnBoot": true,
"disablePush": false, "disablePush": false,
@ -19,6 +19,6 @@
"treeStructure": false, "treeStructure": false,
"refreshSourceControl": true, "refreshSourceControl": true,
"basePath": "", "basePath": "",
"differentIntervalCommitAndPush": false, "differentIntervalCommitAndPush": true,
"changedFilesInStatusBar": true "changedFilesInStatusBar": true
} }

View File

@ -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"
}