1
0
Fork 0
knowledge-base/.obsidian/plugins/obsidian-git/data.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2022-09-04 12:54:22 +00:00
{
2022-09-05 05:37:29 +00:00
"commitMessage": "Manual backup: {{date}}",
2022-09-04 12:54:22 +00:00
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0,
"autoPushInterval": 0,
2022-09-05 05:37:29 +00:00
"autoPullInterval": 60,
2022-09-04 12:54:22 +00:00
"autoPullOnBoot": true,
"disablePush": false,
"pullBeforePush": true,
"disablePopups": false,
"listChangedFilesInMessageBody": false,
"showStatusBar": true,
"updateSubmodules": false,
"syncMethod": "merge",
"customMessageOnAutoBackup": false,
2022-09-05 05:37:29 +00:00
"autoBackupAfterFileChange": true,
2022-09-04 12:54:22 +00:00
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,
2022-09-05 05:37:29 +00:00
"changedFilesInStatusBar": true,
2022-10-14 21:20:54 +00:00
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,
2023-01-04 21:48:52 +00:00
"showBranchStatusBar": true,
2023-03-23 18:09:10 +00:00
"setLastSaveToLastCommit": false,
"submoduleRecurseCheckout": false,
"gitDir": "",
2023-03-25 11:12:08 +00:00
"showFileMenu": true,
2023-06-20 22:42:40 +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,
"gutterSpacingFallbackLength": 5,
"lastShownAuthorDisplay": "initials",
"lastShownDateTimeFormatOptions": "date"
},
2023-03-23 18:09:10 +00:00
"autoCommitMessage": "Automatic backup: {{date}}"
2022-09-04 12:54:22 +00:00
}