Simple Tasks

Simple Tasks

Master Tag
Productivity
Created
May 21, 2022 03:40 PM
How It Works
Usage
Web Tags
Dashboard
How To
Formula
Alternatives
Cover
notion image
Timetable
 
Tasks
Name
Description
This is the description for the task
Formulas
if(hour(start(prop("Worktime"))) == 0, "★ All Day ", if(hour(start(prop("Worktime"))) < 12, "✿ " + formatDate(start(prop("Worktime")), "LT"), if(hour(start(prop("Worktime"))) < 17, "᮰ " + formatDate(start(prop("Worktime")), "LT"), if(hour(start(prop("Worktime"))) < 24, "☾ " + formatDate(start(prop("Worktime")), "LT"), ""))))
Start Time
if(prop("Done"), round(100 * dateBetween(end(prop("Worktime")), start(prop("Worktime")), "minutes") / 60) / 100, 0)
Hours
if(formatDate(start(prop("Worktime")), "W") == formatDate(now(), "W"), "This Week", if(toNumber(formatDate(start(prop("Worktime")), "W")) == toNumber(formatDate(now(), "W")) + 1, "Next Week", ""))
Week
Timetable
Tasks