summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 -->