From add54a6048811812022a3503698f59596b1d5e12 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 4 May 2023 22:26:50 +0300 Subject: [PATCH] vault backup: 2023-05-04 22:26:49 --- .obsidian/app.json | 5 ++++- .obsidian/daily-notes.json | 3 +++ .obsidian/plugins/obsidian-git/data.json | 8 ++++---- .obsidian/templates.json | 3 +++ .obsidian/workspace.json | 5 ++++- 5 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 .obsidian/daily-notes.json create mode 100644 .obsidian/templates.json diff --git a/.obsidian/app.json b/.obsidian/app.json index 9e26dfe..2387e66 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -1 +1,4 @@ -{} \ No newline at end of file +{ + "newFileLocation": "folder", + "newFileFolderPath": "файлы" +} \ No newline at end of file diff --git a/.obsidian/daily-notes.json b/.obsidian/daily-notes.json new file mode 100644 index 0000000..6ac591b --- /dev/null +++ b/.obsidian/daily-notes.json @@ -0,0 +1,3 @@ +{ + "folder": "ежедневник" +} \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 1c5825f..729c82b 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1,10 +1,10 @@ { "commitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 0, + "autoSaveInterval": 15, "autoPushInterval": 0, - "autoPullInterval": 0, - "autoPullOnBoot": false, + "autoPullInterval": 15, + "autoPullOnBoot": true, "disablePush": false, "pullBeforePush": true, "disablePopups": false, @@ -22,7 +22,7 @@ "showedMobileNotice": true, "refreshSourceControlTimer": 7000, "showBranchStatusBar": true, - "setLastSaveToLastCommit": false, + "setLastSaveToLastCommit": true, "submoduleRecurseCheckout": false, "gitDir": "", "showFileMenu": true, diff --git a/.obsidian/templates.json b/.obsidian/templates.json new file mode 100644 index 0000000..42e5d68 --- /dev/null +++ b/.obsidian/templates.json @@ -0,0 +1,3 @@ +{ + "folder": "шаблоны" +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 836d63d..e8b25f8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -166,8 +166,11 @@ "table-editor-obsidian:Advanced Tables Toolbar": false } }, - "active": "f73e89aa702fbbeb", + "active": "72fea0ee93af85f3", "lastOpenFiles": [ + "ежедневник", + "файлы", + "шаблоны", "первая заметка.md" ] } \ No newline at end of file