1
0

vault backup: 2023-05-04 22:26:49

This commit is contained in:
Dmitry Belyaev 2023-05-04 22:26:50 +03:00
parent f282e96325
commit add54a6048
5 changed files with 18 additions and 6 deletions

5
.obsidian/app.json vendored
View File

@ -1 +1,4 @@
{} {
"newFileLocation": "folder",
"newFileFolderPath": "файлы"
}

3
.obsidian/daily-notes.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"folder": "ежедневник"
}

View File

@ -1,10 +1,10 @@
{ {
"commitMessage": "vault backup: {{date}}", "commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss", "commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 0, "autoSaveInterval": 15,
"autoPushInterval": 0, "autoPushInterval": 0,
"autoPullInterval": 0, "autoPullInterval": 15,
"autoPullOnBoot": false, "autoPullOnBoot": true,
"disablePush": false, "disablePush": false,
"pullBeforePush": true, "pullBeforePush": true,
"disablePopups": false, "disablePopups": false,
@ -22,7 +22,7 @@
"showedMobileNotice": true, "showedMobileNotice": true,
"refreshSourceControlTimer": 7000, "refreshSourceControlTimer": 7000,
"showBranchStatusBar": true, "showBranchStatusBar": true,
"setLastSaveToLastCommit": false, "setLastSaveToLastCommit": true,
"submoduleRecurseCheckout": false, "submoduleRecurseCheckout": false,
"gitDir": "", "gitDir": "",
"showFileMenu": true, "showFileMenu": true,

3
.obsidian/templates.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"folder": "шаблоны"
}

View File

@ -166,8 +166,11 @@
"table-editor-obsidian:Advanced Tables Toolbar": false "table-editor-obsidian:Advanced Tables Toolbar": false
} }
}, },
"active": "f73e89aa702fbbeb", "active": "72fea0ee93af85f3",
"lastOpenFiles": [ "lastOpenFiles": [
"ежедневник",
"файлы",
"шаблоны",
"первая заметка.md" "первая заметка.md"
] ]
} }