Hi Danielo When I was playing around with sliders and toggle buttons, I realised that state tiddlers might multiply out of all proportion (perhaps hundreds of them) and looked for a solution.
My first idea was to use a number of fields other than the text field of a single state tiddler -- this worked, but introduced annoying synchronisation errors in my node.js based wikis. My next idea was to use a data (or json) dictionary -- this also worked, but appeared to be sluggish (there could have been synchronisation errors -- don't remember.) In the end I found that the best technique was to use a field in the current tiddler: -- performance is snappy -- no synchronisation errors -- easy to keep track of and reference the values Don't know what technicalities are involved -- but in practice this seems to work out well. regards On Saturday, June 21, 2014 10:17:50 AM UTC+2, Danielo RodrÃguez wrote: > > Wow Matabelle > > You're really exploring the possibilities of the data dictionaries. > > It would be very nice to be able to use a dictionary tiddler for tab > States. We will save a lot of unnecessary temp tiddlers. > > -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

