This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent e5ada772ca
commit 9662f353ee
3454 changed files with 0 additions and 1000 deletions

22
.obsidian/plugins/dataview/data.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"renderNullAs": "\\-",
"taskCompletionTracking": true,
"taskCompletionUseEmojiShorthand": true,
"taskCompletionText": "completion",
"taskCompletionDateFormat": "dd-MM-YYY",
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 2500,
"defaultDateFormat": "yyyy-MM-dd",
"defaultDateTimeFormat": "yyyy-MM-dd HH:mm",
"maxRecursiveRenderDepth": 4,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"allowHtml": true,
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true,
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true
}