Hi everyone,
If I understand correctly, most content within a tiddler is static. Inline javacript is not allowed, so macros will only re-calculate their output on user interaction with a tiddler. For example, the <<now>> macro or Evan Balster's <<formula>> macro will recalculate their output when the built-in "More actions" TW button is pressed (it's located in the upper-right corner of each tiddler frame).
What I'm trying achieve is make stuff happen with time being the trigger. The simplest example would be building an auto-updating clock using the <<now>> macro (this could be faked using SVG animations but that's not what I'm looking for). Another example would be a reveal widget that will suddenly display content when the current time matches a predefined value but without any user interaction whatsoever. Such a solution would need to somehow 'see' on its own that the time has changed. Is this possible?
Thank you in advance for sharing your ideas/knowledge.
-Hubert