mirror of
https://github.com/Ellpeck/ObsidianSimpleTimeTracker.git
synced 2024-11-16 07:23:12 +01:00
27 lines
860 B
JSON
27 lines
860 B
JSON
|
{
|
||
|
"renderNullAs": "\\-",
|
||
|
"taskCompletionTracking": false,
|
||
|
"taskCompletionUseEmojiShorthand": false,
|
||
|
"taskCompletionText": "completion",
|
||
|
"taskCompletionDateFormat": "yyyy-MM-dd",
|
||
|
"recursiveSubTaskCompletion": false,
|
||
|
"warnOnEmptyResult": true,
|
||
|
"refreshEnabled": true,
|
||
|
"refreshInterval": 2500,
|
||
|
"defaultDateFormat": "MMMM dd, yyyy",
|
||
|
"defaultDateTimeFormat": "h:mm a - MMMM dd, yyyy",
|
||
|
"maxRecursiveRenderDepth": 4,
|
||
|
"tableIdColumnName": "File",
|
||
|
"tableGroupColumnName": "Group",
|
||
|
"showResultCount": true,
|
||
|
"allowHtml": true,
|
||
|
"inlineQueryPrefix": "=",
|
||
|
"inlineJsQueryPrefix": "$=",
|
||
|
"inlineQueriesInCodeblocks": true,
|
||
|
"enableInlineDataview": true,
|
||
|
"enableDataviewJs": true,
|
||
|
"enableInlineDataviewJs": true,
|
||
|
"prettyRenderInlineFields": true,
|
||
|
"prettyRenderInlineFieldsInLivePreview": true,
|
||
|
"dataviewJsKeyword": "dataviewjs"
|
||
|
}
|