On Wednesday, July 29, 2020 at 8:01:47 PM UTC-7, TW Tones wrote: > > In some cases we do not need to keep the time start and end history, and > the total time work can be added to the previous total. >
Each task timer tiddler stores the start, end, elapsed, and total times as *lists* in fields. Each start/end time is a standard 17-digit timestamp number. Each elapsed/total time value is a numeric value with a maximum of 3 decimal places. Thus, the storage overhead for keeping all this data is relatively minor. > I imagine for example having a sidebar with a set of elapsed timers where > one would click while working on correspondence, phone calls, coding, > customer relations social media etc... Saving total for at the end of day > in a journal tiddler, but starting afresh each day. This would support a > range of productivity methods suggested in time management and productivity > methods. > It would be easy enough to create a new Journal tiddler with a template that embeds a Task timer. In this way, each time you start a new journal, you start a fresh collection of start, end, elapsed and total list fields in that tiddler. Of course, if you really don't need/want to save the start, end or elapsed values, it would also be easy enough to write a bit of $list-based wiki code that would delete those list fields from older tiddlers. -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/1bd2bd52-56d1-475c-a70d-18ed2b6ea48ao%40googlegroups.com.

