diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index c50a9a3..89ebe43 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,7 +2,7 @@ "commitMessage": "vault backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", "autoSaveInterval": 1, - "autoPushInterval": 1, + "autoPushInterval": 0, "autoPullInterval": 0, "autoPullOnBoot": true, "disablePush": false, @@ -14,11 +14,11 @@ "updateSubmodules": false, "syncMethod": "merge", "customMessageOnAutoBackup": false, - "autoBackupAfterFileChange": true, + "autoBackupAfterFileChange": false, "treeStructure": false, "refreshSourceControl": true, "basePath": "", - "differentIntervalCommitAndPush": true, + "differentIntervalCommitAndPush": false, "changedFilesInStatusBar": false, "showedMobileNotice": true, "refreshSourceControlTimer": 7000, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 28048af..e137b37 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,19 +4,15 @@ "type": "split", "children": [ { - "id": "5dd03d81492fbaa7", + "id": "970426a047ea1c53", "type": "tabs", "children": [ { - "id": "032a0475a570b6e7", + "id": "be9d61802389b3f4", "type": "leaf", "state": { - "type": "markdown", - "state": { - "file": "Test3.md.md", - "mode": "preview", - "source": false - } + "type": "empty", + "state": {} } } ] @@ -85,7 +81,7 @@ "state": { "type": "backlink", "state": { - "file": "Test3.md.md", + "file": "Testing.md.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +98,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Test3.md.md", + "file": "Testing.md.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +121,7 @@ "state": { "type": "outline", "state": { - "file": "Test3.md.md" + "file": "Testing.md.md" } } } @@ -143,11 +139,10 @@ "canvas:Create new canvas": false, "daily-notes:Open today's daily note": false, "templates:Insert template": false, - "command-palette:Open command palette": false, - "yet-another-obsidian-synchronizer:YAOS": false + "command-palette:Open command palette": false } }, - "active": "032a0475a570b6e7", + "active": "8b0230dde8b29191", "lastOpenFiles": [ "Test3.md.md", "Untitled.canvas", diff --git a/Testing.md.md b/Testing.md.md index 450c55d..4894a09 100644 --- a/Testing.md.md +++ b/Testing.md.md @@ -3,4 +3,11 @@ This is a test ```bash apt update && apt upgrade -y apt install -y nano +``` + + + + +```bash +echo "this is a testing" ``` \ No newline at end of file