digital-garden/.obsidian/plugins/dataview/data.json

27 lines
860 B
JSON
Raw Normal View History

2024-06-13 21:01:37 +03:00
{
"renderNullAs": "\\-",
"taskCompletionTracking": false,
"taskCompletionUseEmojiShorthand": false,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd",
"recursiveSubTaskCompletion": false,
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 3000,
"defaultDateFormat": "dd.MM.yyyy",
"defaultDateTimeFormat": "dd.MM.yyyy, hh:mm",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "Файл",
"tableGroupColumnName": "Group",
"showResultCount": true,
"allowHtml": true,
"inlineQueryPrefix": "dv:",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableInlineDataview": true,
"enableDataviewJs": false,
"enableInlineDataviewJs": false,
"prettyRenderInlineFields": true,
"prettyRenderInlineFieldsInLivePreview": true,
"dataviewJsKeyword": "dataviewjs"
}