obsidian-sandbox-vault/.obsidian/plugins/obsidian-git/data.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2023-11-10 05:41:54 +00:00
{
2023-11-18 05:14:36 +00:00
"commitMessage": "vault backup: {{date}} (Manual)",
2023-11-10 05:41:54 +00:00
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
2023-11-18 05:14:36 +00:00
"autoSaveInterval": 5,
2023-11-10 05:41:54 +00:00
"autoPushInterval": 0,
"autoPullInterval": 0,
2023-11-18 05:14:36 +00:00
"autoPullOnBoot": true,
2023-11-10 05:41:54 +00:00
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
2023-11-18 05:14:36 +00:00
"autoBackupAfterFileChange": true,
2023-11-10 05:41:54 +00:00
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
2023-11-18 05:14:36 +00:00
"changedFilesInStatusBar": true,
2023-11-10 05:41:54 +00:00
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
2023-11-18 05:14:36 +00:00
"showBranchStatusBar": false,
2023-11-10 05:41:54 +00:00
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
2023-11-18 05:14:36 +00:00
"showFileMenu": false,
2023-11-10 05:41:54 +00:00
"lineAuthor": {
"show": false,
"followMovement": "inactive",
"authorDisplay": "initials",
"showCommitHash": false,
"dateTimeFormatOptions": "date",
"dateTimeFormatCustomString": "YYYY-MM-DD HH:mm",
"dateTimeTimezone": "viewer-local",
"coloringMaxAge": "1y",
"colorNew": {
"r": 255,
"g": 150,
"b": 150
},
"colorOld": {
"r": 120,
"g": 160,
"b": 255
},
"textColorCss": "var(--text-muted)",
"ignoreWhitespace": false,
2023-11-18 05:14:36 +00:00
"gutterSpacingFallbackLength": 12,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
2023-11-10 05:41:54 +00:00
},
2023-11-18 05:14:36 +00:00
"autoCommitMessage": "vault backup: {{date}} (Auto)"
2023-11-10 05:41:54 +00:00
}