data.json 860 B

123456789101112131415161718192021222324252627
  1. {
  2. "renderNullAs": "\\-",
  3. "taskCompletionTracking": false,
  4. "taskCompletionUseEmojiShorthand": false,
  5. "taskCompletionText": "completion",
  6. "taskCompletionDateFormat": "yyyy-MM-dd",
  7. "recursiveSubTaskCompletion": false,
  8. "warnOnEmptyResult": true,
  9. "refreshEnabled": true,
  10. "refreshInterval": 2500,
  11. "defaultDateFormat": "MMMM dd, yyyy",
  12. "defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
  13. "maxRecursiveRenderDepth": 4,
  14. "tableIdColumnName": "File",
  15. "tableGroupColumnName": "Group",
  16. "showResultCount": true,
  17. "allowHtml": true,
  18. "inlineQueryPrefix": "=",
  19. "inlineJsQueryPrefix": "$=",
  20. "inlineQueriesInCodeblocks": true,
  21. "enableInlineDataview": true,
  22. "enableDataviewJs": true,
  23. "enableInlineDataviewJs": true,
  24. "prettyRenderInlineFields": true,
  25. "prettyRenderInlineFieldsInLivePreview": true,
  26. "dataviewJsKeyword": "dataviewjs"
  27. }