Skip to content

Commit

Permalink
docs: update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sytone committed Jul 4, 2022
1 parent be42ab7 commit 8495f30
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 34,312 deletions.
5 changes: 3 additions & 2 deletions docs/.obsidian/plugins/obsidian-tasks-x-plugin/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@
"features": {
"APPEND_GLOBAL_FILTER": true,
"ENABLE_SQL_QUERY": true,
"ENABLE_TEMPLATE_RENDERING": false
"ENABLE_TEMPLATE_RENDERING": true,
"ENABLE_ORIGINAL_TASK_REGISTRATION": false
},
"generalSettings": {
"globalFilter": "",
"removeGlobalFilter": true,
"setDoneDate": true,
"appendGlobalFilter": true,
"defaultRenderTemplate": "{{#li}}{{input}}{{#text}}Here be the template {{#if task.description}}{{description}} {{/if}}{{#if task.createdDate}}{{moment task.createdDate prefix=\"\"}} {{/if}}{{#if task.priority}}{{priority}} {{/if}}{{#if task.recurrence}}{{recurrence}} {{/if}}{{#if task.startDate}}{{moment task.startDate prefix=\"🛫 \"}} {{/if}}{{#if task.scheduledDate}}{{moment task.scheduledDate prefix=\"\"}} {{/if}}{{#if task.dueDate}}{{moment task.dueDate prefix=\"📅 \"}} {{/if}}{{#if task.doneDate}}{{moment task.doneDate prefix=\"\"}} {{/if}}{{#if task.blockLink}}{{task.blockLink}} {{/if}}{{/text}}{{editicon}}{{/li}}"
"defaultRenderTemplate": "{{#li}}{{input}}{{#text}}{{#if task.description}}{{description}} {{/if}}{{#if task.createdDate}}{{moment task.createdDate prefix=\"\"}} {{/if}}{{#if task.priority}}{{priority}} {{/if}}{{#if task.recurrence}}{{recurrence}} {{/if}}{{#if task.startDate}}{{moment task.startDate prefix=\"🛫 \"}} {{/if}}{{#if task.scheduledDate}}{{moment task.scheduledDate prefix=\"\"}} {{/if}}{{#if task.dueDate}}<span style=\"background-color: #663399\">{{moment task.dueDate}}</span> {{/if}}{{#if task.doneDate}}{{moment task.doneDate prefix=\"\"}} {{/if}}{{#if task.blockLink}}{{task.blockLink}} {{/if}}{{/text}}{{backlink short=\"true\"}}{{editicon}}{{/li}}"
},
"headingOpened": {
"Tasks, SQL Powered": true,
Expand Down
Loading

0 comments on commit 8495f30

Please sign in to comment.