On Saturday, September 26, 2020 at 6:21:14 AM UTC-7, Anthony wrote: > > I guess I'm doing something really daft but I cannot get any of the > tiddlers to work if I drag and drop into my project - e.g. no calendar and > timers don't work. > However when I save the entire 'timer.html' file locally all the tiddlers > I've tried work fine. >
The timer functions (clocks, alarms, countdown, autosaver, etc.) rely upon a small bit of code, TiddlyTools/Time/action-timeout.js, which is used by a "startup" module called TiddlyTools/Time/Ticker, which provides real-time update to a system tiddler named $:/temp/time/ticker. After you drag-and-drop these tiddlers into your file, you have to save-and-reload in order for the "ticker" to work. Without this, none of the timers will function. The Calendar is a bit different since it doesn't do anything in real-time. In fact, you can drag-and-drop TiddlyTools/Time/Calendar into any TiddlyWiki, and you will be able to use it immediately. Try dragging it to http://TiddlyWiki.com. The fact that you said "no calendar" appears is strange. Can you provide a bit more information? Specifically, * What system, browser and version of TiddlyWiki are you using? * Exactly how are you importing the tiddlers? Describe everything, step-by-step. -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/c28370a5-c805-45f9-8ea4-3ddb5ff829e3o%40googlegroups.com.

