From c04a49c42cefaa082e6f17633d417a4b4816d942 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 15 Apr 2026 22:41:57 +0200 Subject: vault backup: 2026-04-15 22:41:57 --- .obsidian/types.json | 8 ++++++++ .obsidian/workspace.json | 8 ++++---- Datei Zwei.md | 9 ++++++++- index.md | 15 +++++++++++---- 4 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 .obsidian/types.json diff --git a/.obsidian/types.json b/.obsidian/types.json new file mode 100644 index 0000000..ed9634f --- /dev/null +++ b/.obsidian/types.json @@ -0,0 +1,8 @@ +{ + "types": { + "aliases": "aliases", + "cssclasses": "multitext", + "tags": "tags", + "test": "number" + } +} \ No newline at end of file diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index b3645c7..500c99d 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "index.md", + "file": "Datei Zwei.md", "mode": "source", - "source": true + "source": false }, "icon": "lucide-file", - "title": "index" + "title": "Datei Zwei" } } ] @@ -196,8 +196,8 @@ }, "active": "004463469ead11aa", "lastOpenFiles": [ - "Datei Zwei.md", "index.md", + "Datei Zwei.md", "4913", "deploy.sh" ] diff --git a/Datei Zwei.md b/Datei Zwei.md index 570b41d..b48cdc9 100644 --- a/Datei Zwei.md +++ b/Datei Zwei.md @@ -8,4 +8,11 @@ Dies ist eine zweite Datei mit einem Link auf [[index|MNEME]] ``` Hello World -``` \ No newline at end of file +``` +olum:: 5 +11 + +```dataviewjs +const hi = parseInt(dv.current().olum); +dv.paragraph(hi); +``` diff --git a/index.md b/index.md index cbd3385..346d661 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,9 @@ --- title: MNEME tags: -- test -- hello/world + - test + - hello/world +test: 5 --- # Hello World @@ -14,8 +15,14 @@ tags: Dies ist ein Test. ^b9af36 -Hello World +A:: 5 +B:: 6 +C::11 -- cgit v1.2.3