From 1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Wed, 15 Apr 2026 21:06:23 +0200 Subject: vault backup: 2026-04-15 21:06:23 --- .obsidian/plugins/dataview/data.json | 27 +++++++++++++++++++++++++++ index.md | 9 +++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 .obsidian/plugins/dataview/data.json diff --git a/.obsidian/plugins/dataview/data.json b/.obsidian/plugins/dataview/data.json new file mode 100644 index 0000000..b2d08d0 --- /dev/null +++ b/.obsidian/plugins/dataview/data.json @@ -0,0 +1,27 @@ +{ + "renderNullAs": "\\-", + "taskCompletionTracking": false, + "taskCompletionUseEmojiShorthand": false, + "taskCompletionText": "completion", + "taskCompletionDateFormat": "yyyy-MM-dd", + "recursiveSubTaskCompletion": false, + "warnOnEmptyResult": true, + "refreshEnabled": true, + "refreshInterval": 2500, + "defaultDateFormat": "MMMM dd, yyyy", + "defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy", + "maxRecursiveRenderDepth": 4, + "tableIdColumnName": "File", + "tableGroupColumnName": "Group", + "showResultCount": true, + "allowHtml": true, + "inlineQueryPrefix": "=", + "inlineJsQueryPrefix": "$=", + "inlineQueriesInCodeblocks": true, + "enableInlineDataview": true, + "enableDataviewJs": true, + "enableInlineDataviewJs": true, + "prettyRenderInlineFields": true, + "prettyRenderInlineFieldsInLivePreview": true, + "dataviewJsKeyword": "dataviewjs" +} \ No newline at end of file diff --git a/index.md b/index.md index a030f95..3a26f08 100644 --- a/index.md +++ b/index.md @@ -13,5 +13,10 @@ tags: Dies ist ein Test. ^b9af36 -test:: 5 -8 +```dataviewjs +const a = 5; +const b = 6; + +dv.paragraph(`A = ${a}`); +dv.paragraph(`B = ${b}`); +``` -- cgit v1.2.3