generated from DNDs/dnd-template
Compare commits
No commits in common. "a01e20e3ee3983acf9cbdd507f8cf56312ae0322" and "6fdb837a66f5ee9879caed764cfa4c6736640bae" have entirely different histories.
a01e20e3ee
...
6fdb837a66
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.obsidian/workspace
|
.obsidian/workspace
|
||||||
|
.obsidian/workspace
|
||||||
|
.obsidian/workspace
|
||||||
|
6
.obsidian/app.json
vendored
6
.obsidian/app.json
vendored
@ -2,10 +2,12 @@
|
|||||||
"legacyEditor": false,
|
"legacyEditor": false,
|
||||||
"livePreview": true,
|
"livePreview": true,
|
||||||
"attachmentFolderPath": "attachment",
|
"attachmentFolderPath": "attachment",
|
||||||
"trashOption": "local",
|
|
||||||
"promptDelete": true,
|
|
||||||
"alwaysUpdateLinks": true,
|
"alwaysUpdateLinks": true,
|
||||||
|
"communityThemeSortOrder": "alphabeticalReverse",
|
||||||
|
"trashOption": "local",
|
||||||
|
"readableLineLength": true,
|
||||||
"showLineNumber": true,
|
"showLineNumber": true,
|
||||||
|
"rightToLeft": false,
|
||||||
"spellcheck": true,
|
"spellcheck": true,
|
||||||
"spellcheckLanguages": [
|
"spellcheckLanguages": [
|
||||||
"en-GB",
|
"en-GB",
|
||||||
|
5
.obsidian/appearance.json
vendored
5
.obsidian/appearance.json
vendored
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"translucency": true
|
"translucency": true,
|
||||||
|
"baseFontSize": 20,
|
||||||
|
"cssTheme": "",
|
||||||
|
"theme": "obsidian"
|
||||||
}
|
}
|
4
.obsidian/page-preview.json
vendored
4
.obsidian/page-preview.json
vendored
@ -1,3 +1 @@
|
|||||||
{
|
{}
|
||||||
"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}}",
|
"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": 3,
|
"autoSaveInterval": 1,
|
||||||
"autoPushInterval": 10,
|
"autoPushInterval": 0,
|
||||||
"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": true,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": true
|
"changedFilesInStatusBar": true
|
||||||
}
|
}
|
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"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