So, I really just discovered nesting, which is a lot of fun and very
helpful.  I have used it in several places for a dramatically clutter-
free effect... very nice. Now I want to take it to another level, but
cant seem to make it work.

This is what I am trying to do:

<<forEachTiddler where 'tiddler.tags.contains
("tagA")'
write
        '"|"+tiddler.title+"|"+
"+++[Click to see Field a:|tooltip]tiddler.data("long field
a")"+"|"+tiddler.data("feild b")+"|"+tiddler.data("field c")
+"|"+tiddler.data("fieldd")+"|\n"'
>>


So that this list will have a table listing the title and some fields,
but where there is a field that is typically particularly long, it can
be neatly nested away until needed.

Thoughts?

-- 
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.

Reply via email to