diff options
| author | Dominik Kaiser | 2026-04-15 21:06:23 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2026-04-15 21:06:23 +0200 |
| commit | 1c9602f44dbdfd9f2ff5e98f6b325ffca520d496 (patch) | |
| tree | bf5db581791d8922d3326f2ac6971c9e26f218c5 /.obsidian/plugins/dataview/data.json | |
| parent | 18c10d04d210c3289046b3e88b33dcec2326c7c0 (diff) | |
| download | MNEME-1c9602f44dbdfd9f2ff5e98f6b325ffca520d496.tar.gz MNEME-1c9602f44dbdfd9f2ff5e98f6b325ffca520d496.zip | |
vault backup: 2026-04-15 21:06:23
Diffstat (limited to '.obsidian/plugins/dataview/data.json')
| -rw-r--r-- | .obsidian/plugins/dataview/data.json | 27 |
1 files changed, 27 insertions, 0 deletions
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 |
