Auto-Push Test2
This commit is contained in:
parent
92f3132e82
commit
bc82129d54
4 changed files with 31 additions and 13 deletions
2
.obsidian/plugins/obsidian-git/data.json
vendored
2
.obsidian/plugins/obsidian-git/data.json
vendored
|
|
@ -18,7 +18,7 @@
|
|||
"updateSubmodules": false,
|
||||
"syncMethod": "merge",
|
||||
"mergeStrategy": "none",
|
||||
"customMessageOnAutoBackup": false,
|
||||
"customMessageOnAutoBackup": true,
|
||||
"autoBackupAfterFileChange": false,
|
||||
"treeStructure": false,
|
||||
"refreshSourceControl": true,
|
||||
|
|
|
|||
40
.obsidian/workspace.json
vendored
40
.obsidian/workspace.json
vendored
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
2
test2.md
Normal file
2
test2.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
Dies ist ein Test für Auto-Push
|
||||
Loading…
Reference in a new issue