Hi,

So what we need for the list-widget is "predictable unpredictability" ... A 
very nice feature ;)

I think first of all we need some parameters similar, but not the same, as 
for the range operator <https://tiddlywiki.com/#range%20Operator>. 

Additionally I can think about some named "random value" pools, that have 
different refresh rates. ... eg: $:/state/seed/startup, $:/state/seed/home, 
$:/state/seed/click ... and so on. 

The $:/DefaultTiddlers could look like

HelloThere
[tag[show-me-at-startup]prng:startup[3]]

Which would show HelloThere tiddler and 3 tiddlers tagged "
show-me-at-startup"

The state tiddler $:/state/seed/startup will only be seeded at the TW 
startup. 


The action-widget <$action-seed $seed=home /> will create a new home seed. 
So the "home" button will create a new one. 

<$action-seed $seed=xyz /> can be used with: prng:xyz[params]

<$action-seed $seed=abc $prefix=$:/test/seed /> will create a new seed 
tiddler $:/test/seed/abc

The filter "[prng:test,abc[params]]" can use this value. 

I'm not sure, if this proposal is consistent, but I think it could be 
usable. 

have fun!
mario


-- 
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/5bd7b702-202c-48e9-97e8-e86ce6df0ec1%40googlegroups.com.

Reply via email to