[twdev] Re: Timer plugin, and iterative computation in TiddlyWiki

2018-01-17 Thread Abraham Samma
I wish I had noticed this before. It's pretty nifty thing you've created, and it provides a lot of incentive to improve TW's perf. On Monday, January 15, 2018 at 8:25:17 AM UTC+3, Evan Balster wrote: > > Hey, all — > > Show-and-tell time! > > Here's the (undocumented) first draft of my timer

[twdev] Re: Timer plugin, and iterative computation in TiddlyWiki

2018-01-15 Thread coda coder
On Monday, January 15, 2018 at 11:22:31 AM UTC-6, Evan Balster wrote: > > Hey, Coda — > > Yeah, I'm lazy and write unterminated widgets quite often. > > > General warning about the timer plugin: I'm still working out the > design. In particular, it's possible for a "time=X" timer to be set

[twdev] Re: Timer plugin, and iterative computation in TiddlyWiki

2018-01-15 Thread @TiddlyTweeter
I hope this comment doesn't stop the clock Evan Balster wrote ... > > Elsewhere in the wiki you'll find an "auto-map" also based on the formula > plugin: https://evanbalster.com/tiddlywiki/formulas.html#Auto-Map This > was implemented before element-wise calculations were possible in

[twdev] Re: Timer plugin, and iterative computation in TiddlyWiki

2018-01-15 Thread Evan Balster
Hey, Coda — Yeah, I'm lazy and write unterminated widgets quite often. General warning about the timer plugin: I'm still working out the design. In particular, it's possible for a "time=X" timer to be set after it's supposed to go off, in which case the event will never happen. On Monday,

[twdev] Re: Timer plugin, and iterative computation in TiddlyWiki

2018-01-15 Thread TonyM
Looking good, Perhaps TiddlyWiki could be everything ? Thanks Tony On Monday, January 15, 2018 at 4:25:17 PM UTC+11, Evan Balster wrote: > > Hey, all — > > Show-and-tell time! > > Here's the (undocumented) first draft of my timer plugin, and a simple > simulation I've implemented with it as a