updated default settings

This commit is contained in:
Jesse James Isler 2022-06-22 22:57:29 +02:00
parent 741286184d
commit ee55e9d269
7 changed files with 3586 additions and 7 deletions

11
.obsidian/app.json vendored
View File

@ -1,5 +1,14 @@
{
"legacyEditor": false,
"livePreview": true,
"attachmentFolderPath": "attachment"
"attachmentFolderPath": "attachment",
"trashOption": "local",
"promptDelete": true,
"alwaysUpdateLinks": true,
"showLineNumber": true,
"spellcheck": true,
"spellcheckLanguages": [
"en-GB",
"de"
]
}

View File

@ -1,4 +1,5 @@
[
"obsidian-git",
"table-editor-obsidian"
"table-editor-obsidian",
"obsidian-image-toolkit"
]

View File

@ -2,8 +2,8 @@
"commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "vault auto-backup: {{date}}",
"commitDateFormat": "DD.MM.YYYY - HH:mm:ss",
"autoSaveInterval": 5,
"autoPushInterval": 0,
"autoSaveInterval": 3,
"autoPushInterval": 10,
"autoPullInterval": 5,
"autoPullOnBoot": true,
"disablePush": false,
@ -14,11 +14,11 @@
"updateSubmodules": false,
"syncMethod": "merge",
"gitPath": "",
"customMessageOnAutoBackup": true,
"autoBackupAfterFileChange": false,
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"differentIntervalCommitAndPush": 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"
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
{
"id": "obsidian-image-toolkit",
"name": "Image Toolkit",
"version": "1.3.1",
"minAppVersion": "0.2.0",
"description": "This plugin provides some image viewing toolkit.",
"author": "sissilab",
"authorUrl": "https://github.com/sissilab",
"isDesktopOnly": true
}

File diff suppressed because one or more lines are too long