On Wednesday, February 16, 2022 at 1:31:27 PM UTC-8 cj.v...@gmail.com wrote:
> ...some kind of trigger needs to be setup in TiddlyWiki to check local > storage (a manual trigger would involve a human pressing a button; an > automated trigger would involve some kind of timer in TiddlyWiki to trigger > check of local storage and retrieving values from local storage.) > You can use https://tiddlytools.com/timer.html#TiddlyTools%2FTime%2Faction-timeout.js to set up an automatic periodic trigger to perform actions. To do this, you would create a tiddler, tagged with `$:/tags/StartupAction/Browser`, containing something like this: ``` \define myActions() ... action widgets to check local storage and retrieve values goes here ... \end <$action-timeout interval="1000" actions=<<myActions>> /> ``` 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 tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f57e9140-f5c7-4510-9397-9b5fe6c3e8d4n%40googlegroups.com.