summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Kaiser2026-04-15 21:13:21 +0200
committerDominik Kaiser2026-04-15 21:13:21 +0200
commit5d083236925df5505e1b13a313006a209c05c65c (patch)
tree5e44e58878a9687826b062bed2c0eed117ab5f84
parent1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 (diff)
downloadMNEME-5d083236925df5505e1b13a313006a209c05c65c.tar.gz
MNEME-5d083236925df5505e1b13a313006a209c05c65c.zip
vault backup: 2026-04-15 21:13:21
-rw-r--r--.obsidian/workspace.json2
-rw-r--r--index.md13
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"
diff --git a/index.md b/index.md
index 3a26f08..cbd3385 100644
--- a/index.md
+++ b/index.md
@@ -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 -->