On Sunday, June 27, 2021 at 12:55:56 PM UTC-7 Soren Bjornstad wrote: > OK, I started having a major problem which took me a good hour to > debug…but I have a fix. When I tried to use the TiddlyWiki CLI (for > instance, with a --savewikifolder), it would hang indefinitely, because it > is waiting on the timer to be torn down before terminating. Fortunately, > there is a tag $:/tags/StartupAction/Browser > <https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FStartupAction%2FBrowser> > which > invokes the timer setup only when viewing the wiki in the browser. So I > just removed $:/tags/StartupAction and added that one, and now it's working > fine again. >
Nice catch! I don't use the CLI much at all, so that issue never came up for me. I've updated http://tiddlytools.com/timer.html#TiddlyTools%2FTime%2FTicker to use $:/tags/StartupAction/Browser instead of $:/tags/StartupAction so that other won't have the same issue when using the default ticker. Note: I've also done a *feature update* to http://tiddlytools.com/timer.html#TiddlyTools%2FTime%2FCalendar so that calendar dates now show alarms and timers in addition to events and tiddler changes. If you prefer, you can use the Calendar Settings (gear icon) to omit alarms and/or timers from the Calendar display. You can also change the date background color for alarms and/or timers. By default, dates with alarms will use "OrangeRed" and dates with timers will use "LightYellow" . enjoy, -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/04d17cfd-7fd7-492f-b554-d66cbc3403dbn%40googlegroups.com.

