update: dataview config and plugin version

This commit is contained in:
Mathis Gauthey
2024-01-04 10:37:05 +01:00
parent 0b38305751
commit 3d44aa0ae4
4 changed files with 3744 additions and 3227 deletions

View File

@@ -1,7 +1,7 @@
{ {
"renderNullAs": "\\-", "renderNullAs": "\\-",
"taskCompletionTracking": false, "taskCompletionTracking": true,
"taskCompletionUseEmojiShorthand": false, "taskCompletionUseEmojiShorthand": true,
"taskCompletionText": "completion", "taskCompletionText": "completion",
"taskCompletionDateFormat": "yyyy-MM-dd", "taskCompletionDateFormat": "yyyy-MM-dd",
"recursiveSubTaskCompletion": false, "recursiveSubTaskCompletion": false,
@@ -15,12 +15,13 @@
"tableGroupColumnName": "Group", "tableGroupColumnName": "Group",
"showResultCount": true, "showResultCount": true,
"allowHtml": true, "allowHtml": true,
"inlineQueryPrefix": "=", "inlineQueryPrefix": "²=",
"inlineJsQueryPrefix": "$=", "inlineJsQueryPrefix": "$=",
"inlineQueriesInCodeblocks": true, "inlineQueriesInCodeblocks": true,
"enableInlineDataview": true, "enableInlineDataview": true,
"enableDataviewJs": true, "enableDataviewJs": true,
"enableInlineDataviewJs": true, "enableInlineDataviewJs": true,
"prettyRenderInlineFields": true, "prettyRenderInlineFields": true,
"prettyRenderInlineFieldsInLivePreview": true,
"dataviewJsKeyword": "dataviewjs" "dataviewJsKeyword": "dataviewjs"
} }

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"id": "dataview", "id": "dataview",
"name": "Dataview", "name": "Dataview",
"version": "0.5.56", "version": "0.5.64",
"minAppVersion": "0.13.11", "minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.", "description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>", "author": "Michael Brenan <blacksmithgu@gmail.com>",

View File

@@ -23,7 +23,7 @@
} }
.table-view-table > tbody > tr:hover { .table-view-table > tbody > tr:hover {
background-color: var(--text-selection) !important; background-color: var(--table-row-background-hover);
} }
.table-view-table > thead > tr > th { .table-view-table > thead > tr > th {