Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-15 Thread TW Tones
Eric, I just wanted to let you know I am using Timer tools with projectify, streams and the recent basket (plussa number of my own tools) to build a very nice comprehensive "work a day" solution. Thanks sooo much for this substantial contribution. Once I have settled on my solution I will

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-15 Thread paulgilbert2000
Thanks Eric, followed the exact steps you mentioned with the new code, works perfect :) , the action now only takes place in fields for tiddlers assigned an alarm , and not the entire list. cant thank you enough , this was really helpful On Saturday, May 15, 2021 at 5:13:25 PM UTC+2 Eric

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-15 Thread Eric Shulman
On Friday, May 14, 2021 at 9:53:23 AM UTC-7 mohamed...@hotmail.com wrote: > one more question , if i may, how would this work in a list situation , so > if i am listing a group of tiddlers , i can assign different alarms to > them, but when the action triggers for one alarm it affects all

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-14 Thread TW Tones
Eric, That is an interesting design method if I understand it correctly. If there is a trigger available, in this case a timer, presumably any other trigger such as a button etc... if actions provided to it they will be executed. It suggests to me anything which can act as a trigger can have

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-14 Thread paulgilbert2000
Thank you very much eric it works perfectly fine :) one more question , if i may, how would this work in a list situation , so if i am listing a group of tiddlers , i can assign different alarms to them, but when the action triggers for one alarm it affects all tiddlers , is this because how

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-13 Thread Eric Shulman
On Thursday, May 13, 2021 at 8:34:41 PM UTC-7 mohamed...@hotmail.com wrote: > how can i add a value in a field automatically after an alarm is > triggered, so asside from the popup message ,i also want a field to say > "done" for example? > I just added a new feature to the Alarms, so that you

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-05-13 Thread paulgilbert2000
how can i add a value in a field automatically after an alarm is triggered, so asside from the popup message ,i also want a field to say "done" for example? On Saturday, May 1, 2021 at 5:14:37 AM UTC+2 paulgilbert2000 wrote: > Thanks Eric, > > is it possible to pause the timer ? so would it be

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-04-30 Thread paulgilbert2000
Thanks Eric, is it possible to pause the timer ? so would it be possible to do a drop down with different values that would stop the , resume the timer based on the value chosen ? this is what i am really after , pretty much similar to a ticketing tool On Monday, April 5, 2021 at 6:24:11 PM

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-04-05 Thread Eric Shulman
On Monday, April 5, 2021 at 7:58:29 AM UTC-7 mohamed.e...@vodafone.com wrote: > is it possible to trigger , start or stop a timer automatically if a > certain criteria is met? so similar to a CRM ticketing tool, creating and > saving a new tiddler would automatically start a timer , or maybe

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-04-05 Thread Eric Shulman
On Tuesday, March 9, 2021 at 7:03:35 AM UTC-8 Jon wrote: > Whilst I can enter an alarm that repeats every day at > http://tiddlytools.com/timer.html, it doesn't work in my wiki - I can set > alarms once but the daily alarm doesn't retain the time for some reason. > Any ideas? > When you set

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-04-05 Thread 'mohamed maghrabi' via TiddlyWiki
is it possible to trigger , start or stop a timer automatically if a certain criteria is met? so similar to a CRM ticketing tool, creating and saving a new tidler would automatically start a timer , or maybe creating a new tidler with a specific Tag would trigger a predefined duration ? On

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-03-09 Thread Jon
Hi Eric, Whilst I can enter an alarm that repeats every day at http://tiddlytools.com/timer.html, it doesn't work in my wiki - I can set alarms once but the daily alarm doesn't retain the time for some reason. Any ideas? Also, are alarms which have expired whilst the computer has been turned

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-18 Thread TW Tones
Eric, Thanks for doing that test. I will abandon the hta for this timer need. It was going to be my main implementation because it opens on boot of my computer. But the HTA depends on the IE hta component which I believe is deprecated. Although if this is the only but it can do more, Regards

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 8:05:06 PM UTC-7, Eric Shulman wrote: > > On Monday, August 17, 2020 at 7:32:27 PM UTC-7, TW Tones wrote: >> >> An observation fyi but no expectation of remedy, my windows HTA version >> the clock in the sidebar does not tick. >> > > OK... I did a little testing

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
On Monday, August 17, 2020 at 7:32:27 PM UTC-7, TW Tones wrote: > > An observation fyi but no expectation of remedy, my windows HTA version > the clock in the sidebar does not tick. > Hmm... that's odd. The first thing to do is to check to see if TiddlyTools/Timer/Ticker is actually running by

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread TW Tones
Eric An observation fyi but no expectation of remedy, my windows HTA version the clock in the sidebar does not tick. Regards Tony -- 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,

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-17 Thread Eric Shulman
Update August 17 4pm PDT: http://TiddlyTools.com/timer.html * IMPORTANT: TiddlyTools/Timer/Ticker adjusts for "drift" due to Alarms and CountDown processing overhead. \define ticker(delay:1000) <$action-timeout delay="$delay$" actions=""" <$action-setfield $tiddler="$:/temp/timer/ticker"

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread TiddlyTweeter
Eric I'm really appreciating how you have worked on this set of tools. You taking them "all the way". Persisting to squeeze the best out of TW. And thereby showing brilliance in the time "apps" & the underlying nature of "mother". App. dev leverage for purpose off given primitives. Superb. I

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
On Friday, August 14, 2020 at 11:59:12 PM UTC-7, TW Tones wrote: > > ... I was not sure which are dependencies and which are options. > Have you planed to package these in a particular way or can you provide a > little guidance as to how we can take these wonderful tools to our wikis? I've

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread Eric Shulman
Update August 15 1am PDT: http://TiddlyTools.com/timer.html Another bit of PERFORMANCE IMPROVEMENT... > Previously... I said that CountDown and AutoSaver still started separate timeouts (instead of the new *shared* TiddlyTools/Timer/Ticker StartupAction). I had *claimed* that they don't

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-15 Thread TW Tones
Eric This is fabulous. I was thinking of placing two world clock on a site. I realised that your solutions are contained in a set of tiddlers with a given prefix and I was not sure which are dependencies and which are options. Have you planed to package these in a particular way or can you

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-14 Thread Eric Shulman
Update August 14 7pm PDT: http://TiddlyTools.com/timer.html MAJOR PERFORMANCE IMPROVEMENT! Previously: each timer, clock, countdown and alarm created a separate timeout. This resulted in increasing overhead as more clocks, timers, etc. were in use. Now: A new tiddler has been added:

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-11 Thread Eric Shulman
Update August 11 6pm PDT: http://TiddlyTools.com/timer.html NEW TIDDLER ADDED: *TiddlyTools/Timer/Alarms* Displays a digital AlarmClock that can have multiple alarms set. - To define an alarm, begin by selecting Once, Daily, or a specific Day of the week. - If you select Once, select

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-09 Thread Eric Shulman
Update August 9 7:43am PDT: http://TiddlyTools.com/timer.html On Sunday, August 9, 2020 at 3:08:53 AM UTC-7, Pit.W. wrote: No problems running it so far. It exactly meets what I need for a task I am > working on, so I use it for productivity. All fine so far. > found a few configuration

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2020-08-09 Thread Pit.W.
Eric, 1. No problems running it so far. It exactly meets what I need for a task I am working on, so I use it for productivity. All fine so far. 2. Do you plan to pack this into a plugin? 3. I propose to set the default formats for date and time to ISO 8601

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-08 Thread TW Tones
Eric, Looks good and very professional. You have addressed a serious gap in tiddlywiki capabilities through this set of solutions. For the community I thought I would provide some suggestions why I think this is a Big step; - Tiddlywiki has now increased the usable time date resolution to

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-08 Thread Eric Shulman
Update August 8, 17:22pm (PDT): http://TiddlyTools.com/timer.html * There are a number of significant changes in this update: 1) TiddlyTools/Timer/AnalogClock and TiddlyTools/Timer/DigitalClock has been combined into TiddlyTools/Timer/Clocks 2) This new combined Clocks tiddler no longer uses

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-05 Thread Eric Shulman
update August 5, 08:30: http://TiddlyTools.com/timer.html * AnalogClock/DigitalClock - handle leap years in "days per month" (dpm) calculations in adjustForTimezone() <$vars leap={{{ [divide[4]split[.]count[]match[1]then[yes]] }}}> <$setname="dpm"

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-04 Thread Eric Shulman
update August 4, 16:05: http://TiddlyTools.com/timer.html * AnalogClock/DigitalClock - fixed "days per month" (dpm) calculations in adjustForTimezone() This wasn't actually working before, but I didn't notice because date wraparound for July/August, both

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-04 Thread Eric Shulman
On Saturday, August 1, 2020 at 10:20:32 PM UTC-7, Eric Shulman wrote: > > The AnalogClock and DigitalClock now support optionally specifying the > timezone offset. > 2) It needs to handle MINUTE timezone offset (there's a few timezones that > aren't on the even hours especially in

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Eric Shulman
On Saturday, August 1, 2020 at 10:20:32 PM UTC-7, Eric Shulman wrote: > > The AnalogClock and DigitalClock now support optionally specifying the > timezone offset. > see http://tiddlytools.com/timer.html#SampleWorldClocks > > The math was tricky... and it still has two issues to deal with: > 1)

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Birthe C
Eric, You are creating fantastic material for Tiddlywiki. Always well researched and you have a way of explaining difficult matters, that makes it lovely to read and learn from. You make things understandable at least to some level. (depending on the reader) Thank you so much for taking the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Eric Shulman
On Sunday, August 2, 2020 at 12:19:21 AM UTC-7, Birthe C wrote: > > I am from Denmark. Copenhagen is GMT+1, but right now we have summertime > GMT+2. I guess summertime also will represent problems around the globe. > Yes... "Summertime" (aka Daylight Saving Time) is highly problematic for

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-02 Thread Birthe C
I am from Denmark. Copenhagen is GMT+1, but right now we have summertime GMT+2. I guess summertime also will represent problems around the globe. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 5:59:51 PM UTC-7, Eric Shulman wrote: > > Unfortunately, I've just found a nasty logic error in my handling for > timezone. It doesn't work right when calculating across date boundaries. > For example, my time zone is UTC-7 (Pacific Time), and I was converting >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 5:44:21 PM UTC-7, TW Tones wrote: > > The world clocks are wonderful, My family use is likely to be Australia > and France, and perhaps other Australian Time Zones, so we only need two or > more clocks to make this a valuable feature. I will see if I can source a

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread TW Tones
Eric, The world clocks are wonderful, My family use is likely to be Australia and France, and perhaps other Australian Time Zones, so we only need two or more clocks to make this a valuable feature. I will see if I can source a Time Zone list, as tiddlywiki data, then one may select only the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Eric Shulman
On Saturday, August 1, 2020 at 1:14:43 AM UTC-7, TW Tones wrote: > > Before attempting to hack the clocks can you see an easy way to set them > to operate in different time Zone's? > It wasn't exactly "easy"... but I've added the ability to set a custom timezone offset for displaying the Analog

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread Mat
@Eric First off - wow, it's getting really good! There is still something not working 100%. I don't get the RSOE (great!) but the "Work session X in progress" doesn't update. This is what I do: In Win10, with 3 Chrome windows open, each with between 5~20 tabs, I open your page and start the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread TW Tones
Eric, Before attempting to hack the clocks can you see an easy way to set them to operate in different time Zone's? Perhaps with a +10 or -8 etc..? which does not take account of Daylight savings etc.. For example one could show the different time zones our tiddlywiki users are in. Regards

[tw5] Re: Time Tracking in TiddlyWiki?

2020-08-01 Thread TW Tones
Eric, Thanks for that. I feel I need to return some demo solutions soon. Best wishes TW Tones On Saturday, August 1, 2020 at 2:14:40 PM UTC+10, Eric Shulman wrote: > > On Friday, July 31, 2020 at 6:13:11 PM UTC-7, TW Tones wrote: >> >> Thanks for the timer actions it adds a powerful dimension.

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 6:13:11 PM UTC-7, TW Tones wrote: > > Thanks for the timer actions it adds a powerful dimension. > This is more than enough for many applications however perhaps in future > we could supply the action tiddlername as a variable or parameter. > I've reworked how the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread TW Tones
Eric, Thanks for the timer actions it adds a powerful dimension. This is more than enough for many applications however perhaps in future we could supply the action tiddlername as a variable or parameter. Why? Because I am very likely to have one action definition that is used many times and

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 2:52:37 PM UTC-7, Eric Shulman wrote: > > On Friday, July 31, 2020 at 11:41:26 AM UTC-7, TiddlyTweeter wrote: >> >> Fabulously flexible and useful tool! Could replace the smorgasbord of >> not-interworking time tools I currently use. >> In one vital case I'd like to

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Friday, July 31, 2020 at 11:41:26 AM UTC-7, TiddlyTweeter wrote: > > Fabulously flexible and useful tool! Could replace the smorgasbord of > not-interworking time tools I currently use. > In one vital case I'd like to trigger sound alarms on end of countdowns > (alerts for taking tablets). >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread TiddlyTweeter
Eric Fabulously flexible and useful tool! Could replace the smorgasbord of not-interworking time tools I currently use. In one vital case I'd like to trigger sound alarms on end of countdowns (alerts for taking tablets). I can't quite see how to do that yet. Could you give a clue so I can

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-31 Thread Eric Shulman
On Wednesday, July 29, 2020 at 8:50:33 AM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> uh oh. This suggests something bad about how my $action-timeout code >> works. Since the timeout widget re-invokes itself each second, I think >> it's leaving behind the previous "timed out" widget

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Thursday, July 30, 2020 at 2:51:51 AM UTC-7, Eric Shulman wrote: > > The new Timer/AutoSaver (just wrote it tonight!!!) invokes a tm-save-file > message to actually save the file. > update: http://TiddlyTools.com/timer.html * fixed handling for TiddlyTools/Timer/Setup autosave interval

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-30 Thread Eric Shulman
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.

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-30 Thread Eric Shulman
On Wednesday, July 29, 2020 at 7:55:46 PM UTC-7, TW Tones wrote: > > >- What function do you see the pause-able clock playing? > - One could click it when starting work and review it > - But I wonder if you have another idea in mind. > > At it's basic level, each instance of

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread TW Tones
Eric, Sorry, one more point. 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. I imagine for example having a sidebar with a set of elapsed timers where one would click while working on correspondence, phone calls,

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread TW Tones
Eric, I was just reviewing the state of play on your timer work. It really is fantastic. These features have being long sort after, a question and a feature request if I may. Question - What function do you see the pause-able clock playing? - One could click it when starting work and

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Eric Shulman
On Wednesday, July 29, 2020 at 8:20:18 AM UTC-7, Eric Shulman wrote: > > I did some experimenting, and it doesn't look like modals can be > programmatically dismissed. Some alternatives I can think of: > 1) Use tm-notify to put up the message. These messages automatically go > away (by

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Ken Gray
Thanks! On Wednesday, July 29, 2020 at 11:52:20 AM UTC-4 Eric Shulman wrote: > On Wednesday, July 29, 2020 at 8:20:46 AM UTC-7, Ken Gray wrote: >> >> Silly question: How do I install this? >> > > It's not packaged as a plugin, so you just need to copy all the > TiddlyTools/Timer tiddler into

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Eric Shulman
On Wednesday, July 29, 2020 at 8:20:46 AM UTC-7, Ken Gray wrote: > > Silly question: How do I install this? > It's not packaged as a plugin, so you just need to copy all the TiddlyTools/Timer tiddler into your TiddlyWiki. You can do this by dragging each tiddler title, one at a time, from the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Mat
Eric Shulman wrote: > > uh oh. This suggests something bad about how my $action-timeout code > works. Since the timeout widget re-invokes itself each second, I think > it's leaving behind the previous "timed out" widget object, resulting in a > slow accumulation of junk on the call stack.

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Ken Gray
Silly question: How do I install this? On Tuesday, July 28, 2020 at 3:36:54 PM UTC-4 Eric Shulman wrote: > On Monday, July 27, 2020 at 12:18:42 PM UTC-7, Mat wrote: >> >> Eric Shulman wrote: >>> >>> There is *currently* no easy syntax for setting up a repeating pattern >>> of countdowns. >>>

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Eric Shulman
On Wednesday, July 29, 2020 at 6:15:19 AM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> 1) RSOE >>> >> I have not seen this error, and I've run through the whole sequence of 5 >> work sessions/break times (with shortened times of 1 minute work and 15 >> seconds break). Can you tell me more

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-29 Thread Mat
Eric Shulman wrote: > > 1) RSOE >> > I have not seen this error, and I've run through the whole sequence of 5 > work sessions/break times (with shortened times of 1 minute work and 15 > seconds break). Can you tell me more about what happened? Can you > reproduce it with the latest version

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-28 Thread Eric Shulman
On Tuesday, July 28, 2020 at 3:25:44 PM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> * SampleCountdownSequence now does cycles! >> > > Yehaaww! > > >> Demo is 10 minutes work session followed by 2 minutes break time, >> repeated 5 times >> (1 hour total). >> > > Good demo choice ;-) ;-) >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-28 Thread Mat
Eric Shulman wrote: > > * SampleCountdownSequence now does cycles! > Yehaaww! > Demo is 10 minutes work session followed by 2 minutes break time, repeated > 5 times > (1 hour total). > Good demo choice ;-) ;-) > Let me know what else it should do... > 1) RSOE at when worksession 4 break

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-28 Thread Eric Shulman
On Monday, July 27, 2020 at 12:18:42 PM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> There is *currently* no easy syntax for setting up a repeating pattern of >> countdowns. >> That is something I will be adding soon. >> > updated http://TiddlyTools.com/timer.html * SampleCountdownSequence

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Mat
Eric Shulman wrote: > > There is *currently* no easy syntax for setting up a repeating pattern of > countdowns. > That is something I will be adding soon. > In the mean time, to do the one hour cycle you described, you would need > to > [...] > Thank you, especially for continuing to develop

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Eric Shulman
On Monday, July 27, 2020 at 9:22:15 AM UTC-7, Mat wrote: > > So do I understand it right that to achieve a repetition of 10minutes + >> 2minutes * 5times, I'd need to, in the tiddler, type in about 10 calls, >> right? I made a quick, but failed attempt to modify firstDone into: >> > > \define

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Mat
> > I hope that helps explain things a bit better... > Yes. I mistook "the n:th countdown" to mean "the n:th counter". I would think this is an easy mistake to make since there are three counters in front of ones eyes as one reads this. So do I understand it right that to achieve a repetition

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Eric Shulman
On Monday, July 27, 2020 at 7:01:27 AM UTC-7, Mat wrote: > > Eric Shulman wrote: >> >> "Programmed Countdown Sequences" (aka, "consecutive timers"). >> Give it a try and let me know what you think. >> > > Looks great! I am totally confusded by the notes there though, i.e: > >> >>- When the

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Mat
Eric Shulman wrote: > > "Programmed Countdown Sequences" (aka, "consecutive timers"). > Give it a try and let me know what you think. > Looks great! I am totally confusded by the notes there though, i.e: > >- When the first countdown ends, you will get an additional minute. > > "First"

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-27 Thread Eric Shulman
On Sunday, July 26, 2020 at 12:44:45 AM UTC-7, Mat wrote: > > Thanks for asking! As noted, I'm hoping to use TW like an InstantBoss > so I can set several > consecutive timers; a typical session is "workduration + breakduration * > reps", e.g 10+2

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-26 Thread Mat
@Eric http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FCountDown > Wonderful!!! > Let me know if you have any additional features you want it to do. > Thanks for asking! As noted, I'm hoping to use TW like an InstantBoss so I can set

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-26 Thread Eric Shulman
On Saturday, July 25, 2020 at 8:29:07 PM UTC-7, Eric Shulman wrote: > > I've just posted an update with a new tiddler: >http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FCountDown > > Coming soon: display a message when the countdown reaches 0 > You can now enter and display a modal

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-26 Thread TW Tones
Eric, Great stuff, One requirement may be to trigger a sound or mpeg to play? Thanks for all your work, you are very prolific as well as helpful, always have being for more than a decade. Much appreciated. Tony On Sunday, July 26, 2020 at 1:29:07 PM UTC+10, Eric Shulman wrote: > > On

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-25 Thread Eric Shulman
On Saturday, July 25, 2020 at 1:50:52 PM UTC-7, Mat wrote: > > I made a quick attempt to make a countdown timer (for an InstantBoss > as mentioned previously in > this thread) but it didn't really work out well. Basically I took a time, > e.g 10

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-25 Thread Mat
Eric, as noted previously, very nice stuff. I made a quick attempt to make a countdown timer (for an InstantBoss as mentioned previously in this thread) but it didn't really work out well. Basically I took a time, e.g 10 minutes and, in a filter,

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-23 Thread TW Tones
Eric, They look and work well, Can it update the fields like in SampleTask? Regards Tony On Thursday, July 23, 2020 at 12:42:25 PM UTC+10, Eric Shulman wrote: > > > Another update: http://TiddlyTools.com/timer.html > > * Now provides both DigitalClock *AND* AnalogClock displays > * When no

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-22 Thread Eric Shulman
Another update: http://TiddlyTools.com/timer.html * Now provides both DigitalClock *AND* AnalogClock displays * When no clocks are displayed, the interrupt-driven timeouts are stopped so there's no wasted overhead I'm particularly pleased with the new AnalogClock feature which is rendered

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Scott Kingery
I built this Time Log almost 2 years ago. I've updated it over time and just today pushed a new version. https://techlifeweb.com/timelog.html I need to dig into Eric's code posted here to see if I can make it better. Scott On Sunday, June 21, 2020 at 5:08:10 AM UTC-7, si wrote: > > I use

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread TW Tones
Si, and Folks, Interesting thread with some very interesting information and techniques. Si Asked > I wonder if anyone has done something similar, or has a different approach > worth sharing? I understand the issues with alternative triggers and Eric was wise to keep the dirty method

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Eric Shulman
On Sunday, July 19, 2020 at 3:24:36 AM UTC-7, Jed Carty wrote: > > To join in the fun, I also made a $action-delay widget that delays the > execution of any action widgets contained inside it by a set time. It is an > action widget so it gets triggered by the normal mechanisms. >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Eric Shulman
On Sunday, July 19, 2020 at 2:25:58 AM UTC-7, PMario wrote: > > On Sunday, July 19, 2020 at 7:39:34 AM UTC+2, Eric Shulman wrote: >> >> However... I've also added another param, autostart="yes", which will >> actually trigger the $action-timeout as soon as it is rendered, even if >> it's not

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Thomas Elmiger
Thank you for the mention, TT, but my Reminders for ToDoNow are triggered by (not so obvious) user interaction. Cool stuff here! Cheers, Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread TiddlyTweeter
Right. Just FYI the tools like "ToDoNow" have time based activation of alerts already. Best wishes TT On Sunday, 19 July 2020 12:24:36 UTC+2, Jed Carty wrote: > > To join in the fun, I also made a $action-delay widget that delays the > execution of any action widgets contained inside it by a

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Jed Carty
To join in the fun, I also made a $action-delay widget that delays the execution of any action widgets contained inside it by a set time. It is an action widget so it gets triggered by the normal mechanisms. https://ooktech-tw.gitlab.io/plugins/delayactions/ The trigger actions plugin I made

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Saq Imtiaz
@Mat ... autostart="yes" ... I'm not sure when this param will be useful >> > ... "auto-perform tasks" ... could be the next *big* enhancement >> > > Well, that next big enhancement could - I think - be a partial solution > for the current TWederation >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Saq Imtiaz
> > Automatically triggering actions can be very useful, to create eg: > automatic TW UI tests. ... On the other hand, if done wrong it can be very > destructive (trust me!). > It's probably useful to point out for end-users that the limitation that actions can only be triggered by direct

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread PMario
On Sunday, July 19, 2020 at 7:39:34 AM UTC+2, Eric Shulman wrote: > > However... I've also added another param, autostart="yes", which will > actually trigger the $action-timeout as soon as it is rendered, even if > it's not inside a $button. > I'm not sure when this param will be useful, and

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-19 Thread Mat
Eric Shulman wrote: > > I just created a new widget: $action-timeout, > Neat! To work, as in "to not procrastinate", I sometimes use an ancient little program called InstantBoss (I can't vouch for downloading there, I don't remember where I

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-18 Thread Eric Shulman
On Saturday, July 18, 2020 at 5:38:49 AM UTC-7, Mat wrote: > > Aha, I assumed this TW5 version worked like the TWC version of yours. But > so something like your TWC version could in fact be used to auto-perform > tasks assuming the TW is running in the browser. Good to know. > I just created a

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-18 Thread TiddlyTweeter
Eric Shulman wrote: > > ... if you were to "start" a timer and then save the file. Then, when you > reload later, you could "stop" the timer and it would calculate the > difference to get the elapsed time. > Very useful, even if not initially intended!! Best wishes TT -- You received this

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-18 Thread Mat
@Eric - thanks for replying. Aha, I assumed this TW5 version worked like the TWC version of yours. But so something like your TWC version could in fact be used to auto-perform tasks assuming the TW is running in the browser. Good to know. <:-) -- You received this message because you are

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-18 Thread Eric Shulman
On Saturday, July 18, 2020 at 3:47:49 AM UTC-7, Mat wrote: > > This is a naive question but I have to ask (in reference to this > > thread): If one has a wiki with your plugin on a server like github... > would that mean it can

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-18 Thread Mat
@Eric Thanks for sharing wonderful stuff! This is a naive question but I have to ask (in reference to this thread): If one has a wiki with your plugin on a server like github... would that mean it can execute stuff

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-17 Thread Atronoush
Hi Eric, This update is really powerful simple to use and easy to learn. Thank you On Saturday, July 18, 2020 at 6:59:35 AM UTC+4:30 Eric Shulman wrote: > big update to http://TiddlyTools.com/timer.html > > * converted from using separate transclusion tiddlers to macros all > defined in

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-17 Thread Eric Shulman
big update to http://TiddlyTools.com/timer.html * converted from using separate transclusion tiddlers to macros all defined in TiddlyTools/Timer (now tagged with $:/tags/Macro) All of the macros accept an optional "taskname" that identifies a separate tiddler for storing the task data If no

[tw5] Re: Time Tracking in TiddlyWiki?

2020-07-17 Thread Eric Shulman
Updates to http://TiddlyTools.com/timer.html * eliminated use of "temporary fields" for holding current values. All data (start time, stop time, elapsed time, total time) now stored using fields containing *lists* of values. These fields progressively accumulate separate data for each "task

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-23 Thread si
This is fantastic Eric - thanks! Now all I have to do is remember to start/stop the timer... On Tuesday, 23 June 2020 09:15:44 UTC+1, Eric Shulman wrote: > > ANOTHER BUG FIX! (much thanks to "ParisWiki" for reporting it) > > in showtable(), a calculation error was caused by these lines: > >

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-23 Thread Eric Shulman
ANOTHER BUG FIX! (much thanks to "ParisWiki" for reporting it) in showtable(), a calculation error was caused by these lines: <$vars elapsed_min={{{ [{!!elapsed}divide[60]trunc[]] }}} elapsed_minsec={{{ [multiply[60]] }}} elapsed_sec={{{

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-22 Thread Eric Shulman
BUG FIX! In my previous post, there were two errors in my code! * in stop_timer(), when calculating the "start" and "stop" times, I was incorrectly treating seconds+milliseconds as if they were WHOLE SECONDS! * in showtable(), I was incorrectly treating the stored !!elapsed and !!total values

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread TW Tones
Eric, Don't bother here, but a simple flag to detect a data change between start and end may be sufficient here. Basically a separate calculation for such "date transgressions" could do it, but it would be well served by having the actual start/end date collected as well. One could even count

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread Eric Shulman
On Sunday, June 21, 2020 at 5:42:24 PM UTC-7, TW Tones wrote: > > This has some cute code patterns in it, like second padded field. Love > your work. > Before delving in, in detail have you accounted for tasks active across > midnight? > Yeah.. it should handle day boundaries just fine... but

[tw5] Re: Time Tracking in TiddlyWiki?

2020-06-21 Thread TW Tones
Eric, This has some cute code patterns in it, like second padded field. Love your work. Before delving in, in detail have you accounted for tasks active across midnight? Regards Tony On Monday, June 22, 2020 at 9:41:56 AM UTC+10, Eric Shulman wrote: > > On Sunday, June 21, 2020 at 12:24:57

  1   2   >