diff --git a/content/.obsidian/plugins/obsidian-git/data.json b/content/.obsidian/plugins/obsidian-git/data.json index 6c98c2cf..bc32d31f 100644 --- a/content/.obsidian/plugins/obsidian-git/data.json +++ b/content/.obsidian/plugins/obsidian-git/data.json @@ -1,34 +1,32 @@ { - "commitMessage": "vault backup: {{date}}", + "commitMessage": "[obsidian] vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 0, + "autoSaveInterval": 60, "autoPushInterval": 0, "autoPullInterval": 0, - "autoPullOnBoot": false, + "autoPullOnBoot": true, "disablePush": false, "pullBeforePush": true, "disablePopups": false, "disablePopupsForNoChanges": false, "listChangedFilesInMessageBody": false, "showStatusBar": true, - "updateSubmodules": false, + "updateSubmodules": true, "syncMethod": "merge", "customMessageOnAutoBackup": false, "autoBackupAfterFileChange": false, "treeStructure": false, "refreshSourceControl": true, - "basePath": "..", + "basePath": "../", "differentIntervalCommitAndPush": false, "changedFilesInStatusBar": false, "showedMobileNotice": true, "refreshSourceControlTimer": 7000, "showBranchStatusBar": true, "setLastSaveToLastCommit": false, - "submoduleRecurseCheckout": false, + "submoduleRecurseCheckout": true, "gitDir": "", "showFileMenu": true, - "authorInHistoryView": "hide", - "dateInHistoryView": false, "lineAuthor": { "show": false, "followMovement": "inactive", @@ -50,9 +48,9 @@ }, "textColorCss": "var(--text-muted)", "ignoreWhitespace": false, - "gutterSpacingFallbackLength": 15, + "gutterSpacingFallbackLength": 5, "lastShownAuthorDisplay": "initials", "lastShownDateTimeFormatOptions": "date" }, - "autoCommitMessage": "vault backup: {{date}}" + "autoCommitMessage": "[obsidian] vault backup: {{date}}[" } \ No newline at end of file