From bc82129d54fc15ef03a15fd030abef099a4971aa Mon Sep 17 00:00:00 2001 From: elrohir Date: Thu, 30 Apr 2026 16:32:10 +0200 Subject: [PATCH] Auto-Push Test2 --- .obsidian/plugins/obsidian-git/data.json | 2 +- .obsidian/workspace.json | 40 +++++++++++++++++------- test.md.md => test.md | 0 test2.md | 2 ++ 4 files changed, 31 insertions(+), 13 deletions(-) rename test.md.md => test.md (100%) create mode 100644 test2.md diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 3037216..a702f33 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -18,7 +18,7 @@ "updateSubmodules": false, "syncMethod": "merge", "mergeStrategy": "none", - "customMessageOnAutoBackup": false, + "customMessageOnAutoBackup": true, "autoBackupAfterFileChange": false, "treeStructure": false, "refreshSourceControl": true, diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 9715c3b..951790f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,15 +13,30 @@ "state": { "type": "markdown", "state": { - "file": "test.md.md", + "file": "test.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "test.md" + "title": "test" + } + }, + { + "id": "a237d91955eab281", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "test2.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "test2" } } - ] + ], + "currentTab": 1 } ], "direction": "vertical" @@ -94,7 +109,7 @@ "state": { "type": "backlink", "state": { - "file": "test.md.md", + "file": "test2.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -104,7 +119,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Rückverweise auf test.md" + "title": "Rückverweise auf test2" } }, { @@ -113,12 +128,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "test.md.md", + "file": "test2.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Ausgehende Links von test.md öffnen" + "title": "Ausgehende Links von test2 öffnen" } }, { @@ -156,13 +171,13 @@ "state": { "type": "outline", "state": { - "file": "test.md.md", + "file": "test2.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Gliederung von test.md" + "title": "Gliederung von test2" } }, { @@ -194,9 +209,10 @@ "obsidian-git:Open Git source control": false } }, - "active": "4c244fb41b50b23a", + "active": "a237d91955eab281", "lastOpenFiles": [ - "DAEMON_RULES.md", - "test.md.md" + "test.md", + "test2.md", + "DAEMON_RULES.md" ] } \ No newline at end of file diff --git a/test.md.md b/test.md similarity index 100% rename from test.md.md rename to test.md diff --git a/test2.md b/test2.md new file mode 100644 index 0000000..a6d82f2 --- /dev/null +++ b/test2.md @@ -0,0 +1,2 @@ + +Dies ist ein Test für Auto-Push \ No newline at end of file