updated default settings
This commit is contained in:
parent
741286184d
commit
ee55e9d269
11
.obsidian/app.json
vendored
11
.obsidian/app.json
vendored
@ -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"
|
||||
]
|
||||
}
|
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -1,4 +1,5 @@
|
||||
[
|
||||
"obsidian-git",
|
||||
"table-editor-obsidian"
|
||||
"table-editor-obsidian",
|
||||
"obsidian-image-toolkit"
|
||||
]
|
10
.obsidian/plugins/obsidian-git/data.json
vendored
10
.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": 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
|
||||
}
|
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"
|
||||
}
|
3192
.obsidian/plugins/obsidian-image-toolkit/main.js
vendored
Normal file
3192
.obsidian/plugins/obsidian-image-toolkit/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/obsidian-image-toolkit/manifest.json
vendored
Normal file
10
.obsidian/plugins/obsidian-image-toolkit/manifest.json
vendored
Normal 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
|
||||
}
|
341
.obsidian/plugins/obsidian-image-toolkit/styles.css
vendored
Normal file
341
.obsidian/plugins/obsidian-image-toolkit/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user