mop/.obsidian/plugins/obsidian-git/data.json
2022-06-22 09:16:11 +02:00

24 lines
689 B
JSON

{
"commitMessage": "vault backup: {{date}}",
"autoCommitMessage": "auto vault backup: {{date}}",
"commitDateFormat": "DD.MM.YYYY HH:mm:ss",
"autoSaveInterval": 2,
"autoPushInterval": 0,
"autoPullInterval": 1,
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": true,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"gitPath": "",
"customMessageOnAutoBackup": true,
"autoBackupAfterFileChange": false,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true
}