I think it depends on what kind of processing one needs to do on tag/ field values. The advantage of a field is that it can hold a value out of a set of values eg field named color can have a value of red, green, blue etc. A tag is a single value attached to a tiddler. So if your code needs to check what color has the user selected you would use a field. But if your code needs to check whether or not user has selected/chosen a particular color like green, you'd use a tag. About the speed of TW, I might be wrong but i suspect that if you leave fET and use inlinejavascript plugin it might be faster, cos fET adds a middle level between the command and execution.But I can't say for sure.
On Nov 11, 12:33 am, Seba <[email protected]> wrote: > Hi, > > I've been reading about filed values and how to get specific tiddlers > with certain field values. My question is this: is a combination of > tags + fET more useful and powerfull than field values + fET? > > I am developing a project monitoring tool and I use checkbox plugin > with fET. It works fine, but it is slower on older computers. Would > this improve if I moved to field values + fET. I am sure some of you > have some experiences how this worked out for you. Also I see a great > benefit in Eric's Listbox plugin for field values. > > Furthermore, I took a look at the mGSD (a great solution btw) and it > is fast on older computers eventhough it uses checkbox plugin to add > tags. > > Any thoughts? > > Thank you. > seba -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

