diff options
| author | Dominik Kaiser | 2026-04-15 21:13:21 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-04-15 21:13:21 +0200 |
| commit | 5d083236925df5505e1b13a313006a209c05c65c (patch) | |
| tree | 5e44e58878a9687826b062bed2c0eed117ab5f84 | |
| parent | 1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 (diff) | |
| download | MNEME-5d083236925df5505e1b13a313006a209c05c65c.tar.gz MNEME-5d083236925df5505e1b13a313006a209c05c65c.zip | |
vault backup: 2026-04-15 21:13:21
| -rw-r--r-- | .obsidian/workspace.json | 2 | ||||
| -rw-r--r-- | index.md | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1fa5e00..b3645c7 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -15,7 +15,7 @@ "state": { "file": "index.md", "mode": "source", - "source": false + "source": true }, "icon": "lucide-file", "title": "index" @@ -13,10 +13,9 @@ tags: Dies ist ein Test. ^b9af36 -```dataviewjs -const a = 5; -const b = 6; - -dv.paragraph(`A = ${a}`); -dv.paragraph(`B = ${b}`); -``` +<!-- dataview-serializer-js: +dv.paragraph("Hello World") +--> +<!-- dataview-serializer-js-result --> +Hello World +<!-- dataview-serializer-js-result-end --> |
