Skip to content

Latest commit

 

History

History
71 lines (65 loc) · 1.37 KB

TestTask.md

File metadata and controls

71 lines (65 loc) · 1.37 KB

Test Task

Summary

All Tasks

Collect all tasks matched searchTarget

searchType: task
searchTarget: Say I love you
folder: diary
summary:
    template: "Total count: {{sum()}}"

All Tasks

Collect all tasks matched searchTarget

searchType: task.all
searchTarget: Say I love you
folder: diary
summary:
    template: "Total count: {{sum()}}"

Task Done

Collect all tasks done matched searchTarget

searchType: task.done
searchTarget: Say I love you
folder: diary
summary:
    template: "How many days I said: {{sum()}}"

Task Not Done

Collect all tasks not-done matched searchTarget

searchType: task.notdone
searchTarget: Say I love you
folder: diary
summary:
    template: "How many days I didn't say: {{sum()}}"

Month View

See tasks done in month view

searchType: task.done
searchTarget: Say I love you
folder: diary
datasetName: Love
month:
    color: tomato
    headerMonthColor: orange
    todayRingColor: orange
    selectedRingColor: steelblue
    showSelectedValue: false

task.done and task.notdone

searchType: task.done, task.notdone
searchTarget: Say I love you, Say I love you
folder: diary
datasetName: Good Lover, Bad Lover
month:
    color: tomato
    headerMonthColor: orange
    todayRingColor: orange
    selectedRingColor: steelblue
    showSelectedValue: false