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