From 91b0492ce7b8c0c4009061ca2c971ba3336f6b08 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 25 Aug 2025 12:14:25 -0600 Subject: [PATCH] vault backup: 2025-08-25 12:14:25 --- .obsidian/core-plugins.json | 4 +++- .obsidian/plugins/obsidian-git/data.json | 27 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index 5899ef3..989d613 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -28,5 +28,7 @@ "canvas": true, "bookmarks": true, "properties": true, - "webviewer": false + "webviewer": false, + "footnotes": false, + "bases": true } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index e69de29..4bc189e 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -0,0 +1,27 @@ +{ + "commitMessage": "vault backup: {{date}}", + "autoCommitMessage": "vault backup: {{date}}", + "commitDateFormat": "YYYY-MM-DD HH:mm:ss", + "autoSaveInterval": 5, + "autoPushInterval": 0, + "autoPullInterval": 5, + "autoPullOnBoot": false, + "disablePush": false, + "pullBeforePush": true, + "disablePopups": false, + "listChangedFilesInMessageBody": false, + "showStatusBar": true, + "updateSubmodules": false, + "syncMethod": "merge", + "customMessageOnAutoBackup": false, + "autoBackupAfterFileChange": false, + "treeStructure": false, + "refreshSourceControl": true, + "basePath": "", + "differentIntervalCommitAndPush": false, + "changedFilesInStatusBar": false, + "showedMobileNotice": true, + "refreshSourceControlTimer": 7000, + "showBranchStatusBar": true, + "setLastSaveToLastCommit": false +} \ No newline at end of file