data.json 607 B

123456789101112131415161718192021
  1. {
  2. "renderNullAs": "\\-",
  3. "taskLinkLocation": "end",
  4. "taskLinkText": "🔗",
  5. "taskCompletionTracking": false,
  6. "taskCompletionText": "completion",
  7. "warnOnEmptyResult": true,
  8. "refreshEnabled": true,
  9. "refreshInterval": 250,
  10. "defaultDateFormat": "MMMM dd, yyyy",
  11. "defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
  12. "maxRecursiveRenderDepth": 6,
  13. "tableIdColumnName": "File",
  14. "tableGroupColumnName": "Group",
  15. "inlineQueryPrefix": "=",
  16. "inlineJsQueryPrefix": "$=",
  17. "enableDataviewJs": true,
  18. "enableInlineDataviewJs": false,
  19. "prettyRenderInlineFields": true,
  20. "schemaVersion": 1
  21. }