47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"commitMessage": "vault backup: {{date}}",
|
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
|
"autoSaveInterval": 30,
|
|
"autoSaveMode": "backup",
|
|
"autoPush": true,
|
|
"autoPull": false,
|
|
"autoPullInterval": 0,
|
|
"pushOnBackup": true,
|
|
"pullBeforePush": false,
|
|
"disablePush": false,
|
|
"pullOnStartup": false,
|
|
"disablePopups": false,
|
|
"disablePopupsForNoChanges": true,
|
|
"listChangedFilesInMessageBody": false,
|
|
"showStatusBar": true,
|
|
"updateSubmodules": false,
|
|
"syncMethod": "merge",
|
|
"customMessageOnAutoBackup": false,
|
|
"autoBackupAfterFileChange": false,
|
|
"tree": {
|
|
"main": [
|
|
{
|
|
"text": "backup",
|
|
"command": {"id": "obsidian-git:commit", "args": {}},
|
|
"icon": "lucide-git-commit-horizontal"
|
|
},
|
|
{
|
|
"text": "push",
|
|
"command": {"id": "obsidian-git:push", "args": {}},
|
|
"icon": "lucide-git-pull-request-arrow"
|
|
},
|
|
{
|
|
"text": "backup + push",
|
|
"command": {"id": "obsidian-git:push", "args": {}},
|
|
"icon": "lucide-upload-cloud"
|
|
},
|
|
{
|
|
"text": "open git view",
|
|
"command": {"id": "obsidian-git:open-source-control", "args": {}},
|
|
"icon": "lucide-git-commit-horizontal"
|
|
}
|
|
]
|
|
},
|
|
"basePath": "",
|
|
"rememberPassword": true
|
|
} |