[obsidian] vault backup: 2024-05-22 19:51:09[
All checks were successful
Build / build (push) Successful in 3m31s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-05-22 19:51:09 +09:00
parent 011db6df9b
commit 499ed53d09

View File

@ -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}}["
} }