diff options
| author | Dominik Kaiser | 2026-04-16 08:51:26 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-04-16 08:51:26 +0200 |
| commit | a4f8b0135a88c535ca8524bd5d35c25461e11202 (patch) | |
| tree | 63e259eef5288346dee629db65a9eff1ffba87ad | |
| parent | c04a49c42cefaa082e6f17633d417a4b4816d942 (diff) | |
| download | MNEME-a4f8b0135a88c535ca8524bd5d35c25461e11202.tar.gz MNEME-a4f8b0135a88c535ca8524bd5d35c25461e11202.zip | |
vault backup: 2026-04-16 08:51:26
| -rw-r--r-- | .obsidian/appearance.json | 4 | ||||
| -rw-r--r-- | .obsidian/workspace.json | 12 | ||||
| -rw-r--r-- | index.md | 12 |
3 files changed, 16 insertions, 12 deletions
diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 9e26dfe..88587b8 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1 +1,3 @@ -{}
\ No newline at end of file +{ + "enabledCssSnippets": [] +}
\ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 500c99d..5d396c4 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,21 +4,21 @@ "type": "split", "children": [ { - "id": "c03d4428c39bf081", + "id": "2066c85892e3220a", "type": "tabs", "children": [ { - "id": "004463469ead11aa", + "id": "e515645f1da7b72e", "type": "leaf", "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" } } ] @@ -194,7 +194,7 @@ "obsidian-git:Open Git source control": false } }, - "active": "004463469ead11aa", + "active": "e515645f1da7b72e", "lastOpenFiles": [ "index.md", "Datei Zwei.md", @@ -14,11 +14,10 @@ test: 5 Dies ist ein Test. ^b9af36 -<!-- dataview-serializer-js: -const a = 5; -const b = 6; -const c = a + b; - +<!-- dataview-serializer-js: +const a = 5; +const b = 6; +const c = a + b; dv.paragraph(`A:: ${a}\nB:: ${b}\nC::${c}`); --> <!-- dataview-serializer-js-result --> @@ -26,3 +25,6 @@ A:: 5 B:: 6 C::11 <!-- dataview-serializer-js-result-end --> +Test[^1] + +[^1]: This is a test. |
