Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1007 Bytes

File metadata and controls

41 lines (33 loc) · 1007 Bytes

Test Summary

Multiple Lines

Accept multitple lines by using a line break '\n' in between

searchType: tag
searchTarget: weight
folder: diary
summary:
    template: "Minimum: {{min()}}kg\nMaximum: {{max()}}kg\nMedian: {{median()}}kg\nAverage: {{average()}}kg"

Styling

searchType: text
searchTarget: ⭐
folder: diary
summary:
    template: "I have {{sum()}} stars in total."
    style: "font-size:32px;fill:none;stroke-width:0.5;stroke:yellow"

Multiple Summaries

searchType: text
searchTarget: ⭐
folder: diary
summary:
    template: "I have {{sum()}} stars in total."
    style: "font-size:20px;color:yellow;margin-left: 50px;margin-top:00px;"
summary1:
    template: "I have {{sum()}} stars in total."
    style: "font-size:20px;color:yellow;margin-left: 50px;margin-top:00px;"

Using Expressions

Please check expression examples for more examples.