From 8706b0ab97e5a74aeac55681bb0ba78940209db3 Mon Sep 17 00:00:00 2001 From: Elizabeth Bruynooghe Date: Mon, 23 Sep 2024 17:22:11 +0200 Subject: [PATCH] vault backup: 2024-09-23 17:22:10 --- .obsidian/plugins/obsidian-git/data.json | 10 ++++++---- .obsidian/workspace.json | 14 ++++++++------ The journey of 5.md | 0 Welcome.md | 5 ----- 4 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 The journey of 5.md delete mode 100644 Welcome.md diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index b3409c6..c1271b4 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -1,9 +1,9 @@ { "commitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", - "autoSaveInterval": 0, + "autoSaveInterval": 2, "autoPushInterval": 0, - "autoPullInterval": 0, + "autoPullInterval": 5, "autoPullOnBoot": false, "disablePush": false, "pullBeforePush": true, @@ -14,7 +14,7 @@ "updateSubmodules": false, "syncMethod": "merge", "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": false, + "autoBackupAfterFileChange": true, "treeStructure": false, "refreshSourceControl": true, "basePath": "", @@ -50,7 +50,9 @@ }, "textColorCss": "var(--text-muted)", "ignoreWhitespace": false, - "gutterSpacingFallbackLength": 5 + "gutterSpacingFallbackLength": 5, + "lastShownAuthorDisplay": "initials", + "lastShownDateTimeFormatOptions": "date" }, "autoCommitMessage": "vault backup: {{date}}" } \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 16acc02..ae16869 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "Welcome.md", + "file": "The journey of 5.md", "mode": "source", "source": false } @@ -99,7 +99,7 @@ "state": { "type": "backlink", "state": { - "file": "Welcome.md", + "file": "The journey of 5.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -116,7 +116,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Welcome.md", + "file": "The journey of 5.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -139,7 +139,7 @@ "state": { "type": "outline", "state": { - "file": "Welcome.md" + "file": "The journey of 5.md" } } } @@ -157,11 +157,13 @@ "canvas:Create new canvas": false, "daily-notes:Open today's daily note": false, "templates:Insert template": false, - "command-palette:Open command palette": false + "command-palette:Open command palette": false, + "obsidian-git:Open Git source control": false } }, "active": "6d2a432e634b1d6e", "lastOpenFiles": [ - "Welcome.md" + "Welcome.md", + "The journey of 5.md" ] } \ No newline at end of file diff --git a/The journey of 5.md b/The journey of 5.md new file mode 100644 index 0000000..e69de29 diff --git a/Welcome.md b/Welcome.md deleted file mode 100644 index f9bca28..0000000 --- a/Welcome.md +++ /dev/null @@ -1,5 +0,0 @@ -This is your new *vault*. - -Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)! - -When you're ready, delete this note and make the vault your own. \ No newline at end of file