On Wed, Dec 4, 2013 at 2:18 PM, Stephan Hradek <[email protected]>wrote:
> I don't understand… > > You change tags all the time. > > You also change fields all the time. > > What's the difference? > When you change a field or a tag you actually add a new tiddler to the store that overwrites the previous tiddler. The tiddler object itself is immutable, just like JavaScript strings. > I could as well make my widget store its workdata in a field and this > wouldn't be a problem, would it? The only thing is: This temp data will get > stored, and I don't want that. > If you mean a field of the tiddler that contains the widget, then, yes, that would be a problem, for the reasons covered above. Best wishes Jeremy -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
