This commit is contained in:
2023-06-29 11:55:02 +08:00
commit 36e95249b1
1236 changed files with 464197 additions and 0 deletions

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

@@ -0,0 +1,21 @@
{
"renderNullAs": "\\-",
"taskLinkLocation": "end",
"taskLinkText": "🔗",
"taskCompletionTracking": false,
"taskCompletionText": "completion",
"warnOnEmptyResult": true,
"refreshEnabled": true,
"refreshInterval": 1000,
"defaultDateFormat": "yyyy-MM-dd",
"defaultDateTimeFormat": "yyyy-MM-dd HH:mm:ss",
"maxRecursiveRenderDepth": 6,
"tableIdColumnName": "File",
"tableGroupColumnName": "Group",
"inlineQueryPrefix": "=",
"inlineJsQueryPrefix": "$=",
"enableDataviewJs": true,
"enableInlineDataviewJs": true,
"prettyRenderInlineFields": true,
"schemaVersion": 1
}