Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: luck
> ./sample-data-old/tasktxt.3.highlighter
Lenses
(coming soon!)
{
"id": "tasktxt.3",
"name": "duration",
"properties": [
{
"name": "$",
"formula": "{number:number}s",
"visibility": "HIDDEN"
},
{
"name": "startTime",
"formula": "First(Filter(FindAll(\"startTime\"), SameLine))",
"visibility": "HIDDEN"
},
{
"name": "button",
"formula": "startTime === undefined ? TemplateButton($, \"start\", () => ` / [${DateTime.now().toLocaleString(DateTime.TIME_24_WITH_SECONDS)}]`) : undefined",
"visibility": "INLINE"
}
]
}