diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index b3409c6..cc5e0d1 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": 1, "autoPushInterval": 0, "autoPullInterval": 0, - "autoPullOnBoot": false, + "autoPullOnBoot": true, "disablePush": false, "pullBeforePush": true, "disablePopups": false, @@ -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 19414a9..e77c7bc 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,11 +4,11 @@ "type": "split", "children": [ { - "id": "ad81efe00b87ef30", + "id": "7542624ae75caf2d", "type": "tabs", "children": [ { - "id": "dea3edfddc8b2034", + "id": "172063479ceb8706", "type": "leaf", "state": { "type": "empty", @@ -118,9 +118,7 @@ "type": "leaf", "state": { "type": "outline", - "state": { - "file": "README.md" - } + "state": {} } } ] @@ -140,8 +138,12 @@ "command-palette:Open command palette": false } }, - "active": "8b0230dde8b29191", + "active": "172063479ceb8706", "lastOpenFiles": [ + "Test3.md.md", + "Untitled.canvas", + "Testing2.md", + "Testing.md.md", "README.md" ] } \ No newline at end of file diff --git a/Test3.md.md b/Test3.md.md new file mode 100644 index 0000000..8a36826 --- /dev/null +++ b/Test3.md.md @@ -0,0 +1,3 @@ +```bash +apt update && apt upgrade -y +``` \ No newline at end of file diff --git a/Testing.md.md b/Testing.md.md new file mode 100644 index 0000000..450c55d --- /dev/null +++ b/Testing.md.md @@ -0,0 +1,6 @@ +This is a test + +```bash +apt update && apt upgrade -y +apt install -y nano +``` \ No newline at end of file diff --git a/Testing2.md b/Testing2.md new file mode 100644 index 0000000..ec0fd95 --- /dev/null +++ b/Testing2.md @@ -0,0 +1,4 @@ +```bash +apt update && apt upgrade -y +apt install -y pwgen +``` \ No newline at end of file