Merge remote-tracking branch 'home/v4' into v4
All checks were successful
Build / build (push) Successful in 4m36s
All checks were successful
Build / build (push) Successful in 4m36s
This commit is contained in:
commit
1f0e7ffe82
18
content/.obsidian/plugins/obsidian-git/data.json
vendored
18
content/.obsidian/plugins/obsidian-git/data.json
vendored
@ -1,34 +1,32 @@
|
|||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "[obsidian] vault backup: {{date}}",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 0,
|
"autoSaveInterval": 60,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": false,
|
"autoPullOnBoot": true,
|
||||||
"disablePush": false,
|
"disablePush": false,
|
||||||
"pullBeforePush": true,
|
"pullBeforePush": true,
|
||||||
"disablePopups": false,
|
"disablePopups": false,
|
||||||
"disablePopupsForNoChanges": false,
|
"disablePopupsForNoChanges": false,
|
||||||
"listChangedFilesInMessageBody": false,
|
"listChangedFilesInMessageBody": false,
|
||||||
"showStatusBar": true,
|
"showStatusBar": true,
|
||||||
"updateSubmodules": false,
|
"updateSubmodules": true,
|
||||||
"syncMethod": "merge",
|
"syncMethod": "merge",
|
||||||
"customMessageOnAutoBackup": false,
|
"customMessageOnAutoBackup": false,
|
||||||
"autoBackupAfterFileChange": false,
|
"autoBackupAfterFileChange": false,
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "..",
|
"basePath": "../",
|
||||||
"differentIntervalCommitAndPush": false,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": false,
|
"changedFilesInStatusBar": false,
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
"showBranchStatusBar": true,
|
"showBranchStatusBar": true,
|
||||||
"setLastSaveToLastCommit": false,
|
"setLastSaveToLastCommit": false,
|
||||||
"submoduleRecurseCheckout": false,
|
"submoduleRecurseCheckout": true,
|
||||||
"gitDir": "",
|
"gitDir": "",
|
||||||
"showFileMenu": true,
|
"showFileMenu": true,
|
||||||
"authorInHistoryView": "hide",
|
|
||||||
"dateInHistoryView": false,
|
|
||||||
"lineAuthor": {
|
"lineAuthor": {
|
||||||
"show": false,
|
"show": false,
|
||||||
"followMovement": "inactive",
|
"followMovement": "inactive",
|
||||||
@ -50,9 +48,9 @@
|
|||||||
},
|
},
|
||||||
"textColorCss": "var(--text-muted)",
|
"textColorCss": "var(--text-muted)",
|
||||||
"ignoreWhitespace": false,
|
"ignoreWhitespace": false,
|
||||||
"gutterSpacingFallbackLength": 15,
|
"gutterSpacingFallbackLength": 5,
|
||||||
"lastShownAuthorDisplay": "initials",
|
"lastShownAuthorDisplay": "initials",
|
||||||
"lastShownDateTimeFormatOptions": "date"
|
"lastShownDateTimeFormatOptions": "date"
|
||||||
},
|
},
|
||||||
"autoCommitMessage": "vault backup: {{date}}"
|
"autoCommitMessage": "[obsidian] vault backup: {{date}}["
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user