summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.obsidian/appearance.json4
-rw-r--r--.obsidian/workspace.json12
-rw-r--r--index.md12
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",
diff --git a/index.md b/index.md
index 346d661..b71278f 100644
--- a/index.md
+++ b/index.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.