diff options
| -rw-r--r-- | .obsidian/workspace.json | 8 | ||||
| -rw-r--r-- | index.md | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 500c99d..b3645c7 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "Datei Zwei.md", + "file": "index.md", "mode": "source", - "source": false + "source": true }, "icon": "lucide-file", - "title": "Datei Zwei" + "title": "index" } } ] @@ -196,8 +196,8 @@ }, "active": "004463469ead11aa", "lastOpenFiles": [ - "index.md", "Datei Zwei.md", + "index.md", "4913", "deploy.sh" ] @@ -1,3 +1,10 @@ +--- +tags: +- test +- index +- hello/world +--- + # Hello World Dies ist ein Test.
\ No newline at end of file |
