From 6f9861049a13fee7dca30ae45553d82000357266 Mon Sep 17 00:00:00 2001 From: juan Date: Tue, 14 Jun 2022 23:36:02 +0800 Subject: [PATCH] vault backup: 2022-06-14 23:36:02 --- .obsidian/plugins/obsidian-git/data.json | 4 ++-- .obsidian/workspace | 2 +- CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index e0b29e6..95bf9bf 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,7 +2,7 @@ "commitMessage": "vault backup: {{date}}", "autoCommitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 0, + "autoSaveInterval": 5, "autoPushInterval": 0, "autoPullInterval": 0, "autoPullOnBoot": false, @@ -15,7 +15,7 @@ "syncMethod": "merge", "gitPath": "", "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": false, + "autoBackupAfterFileChange": true, "treeStructure": false, "refreshSourceControl": true, "basePath": "", diff --git a/.obsidian/workspace b/.obsidian/workspace index b6ed2c1..64784c0 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -146,9 +146,9 @@ "active": "cf977333cff98c94", "lastOpenFiles": [ "CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md", - "Untitled.md", "CS notes/pages/Two pointers approach.md", "CS notes/CS-index.md", + "Untitled.md", "CS notes/pages/cpp_std_multiset.md", "CS notes/pages/Leetcode Linked-List-Cycle.md", "CS notes/pages/Floyd's Cycle Finding Algorithm.md", diff --git a/CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md b/CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md index d4ce6cb..7ae50c0 100644 --- a/CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md +++ b/CS notes/pages/Leetcode Merge-Two-Sorted-Lists.md @@ -103,5 +103,4 @@ public: return dummyHead->next; } }; - ``` \ No newline at end of file