The tiddlermacro with: (<<tiddler A with: SomeParameter>>) might the
key..

> <<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"'
>
You can transclude a nested slider via the tiddler macro - into a fET
effectively by using variables($1 $2 etc) -
[[fETnesT]]
<<forEachTiddler where 'tiddler.tags.contains ("tagA")' write
'"|"+tiddler.title+"|<<tiddler fETnesT##nest with: [["+tiddler.title
+"]][["+tiddler.data("fielda")+"]] [["+tiddler.data("fieldb")+"]]\>
\>|"+tiddler.data("fieldc")+"|"+tiddler.data("fieldd")+"|\n"'>>
/%
!nest
+++[Fields a & b:|of tiddler: $1]...
+++[Click to see field a|of tiddler: $1]]...$2===
+++[Click to see field b|of tiddler: $1]]...$3===
===
!end nest %/

I've tested it - and it seems to work allright...

Regards Måns Mårtensson


On 26 Jan., 21:35, Måns <[email protected]> wrote:
> Hi Link
>
> Check out the post: "Shortening list by categorizing 
> items"http://groups.google.dk/group/tiddlywiki/t/1fbe42d7d2911566?
> I've made a minimal testcase, where I use nested sliders in a fET..
> Please tell if you can make it work with datavalues as well...
>
> Regards Måns Mårtensson
>
> On 26 Jan., 19:27, "Linck Atlanta, Ga" <[email protected]> wrote:
>
>
>
> > 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