generated from DNDs/dnd-template
updated obsidian settings
This commit is contained in:
parent
e100503096
commit
a01e20e3ee
6
.obsidian/app.json
vendored
6
.obsidian/app.json
vendored
@ -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",
|
||||
|
5
.obsidian/appearance.json
vendored
5
.obsidian/appearance.json
vendored
@ -1,6 +1,3 @@
|
||||
{
|
||||
"translucency": true,
|
||||
"baseFontSize": 20,
|
||||
"cssTheme": "",
|
||||
"theme": "obsidian"
|
||||
"translucency": true
|
||||
}
|
4
.obsidian/page-preview.json
vendored
4
.obsidian/page-preview.json
vendored
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"editor": false
|
||||
}
|
6
.obsidian/plugins/obsidian-git/data.json
vendored
6
.obsidian/plugins/obsidian-git/data.json
vendored
@ -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
|
||||
}
|
26
.obsidian/plugins/obsidian-image-toolkit/data.json
vendored
Normal file
26
.obsidian/plugins/obsidian-image-toolkit/data.json
vendored
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user