Hi folks,

I've written a macro that identifies and presents tiddlers as slides in a 
slideshow with this: 

<<punchshow2 "welcome-to-class">>

My macro sets variable slidetag as follows:
<$set name=slidetag value="""$slidetag$""">


Tiddlers to be included in the slideshow are tagged with the name of the 
show (example: "welcome-to-class") and have a field of the same name 
(example: welcome-to-class) with value = 1 (or 2, etc.)

I want to dynamically set the bgcolor of the tiddlers based on slidenumber.

How do I reference a field that is defined through transclusion? In the 
code below, I'm trying to get the value of the field <<slidetag>> into a 
variable <<slidenumber>>

<$list filter="[tag<slidetag>!nsort<slidetag>]" >
<$set name="slidenumber" filter="[all[current]field<slidetag>]">
...
doesn't work.

Suggestions?

Thanks, //steve.


-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8a4cf45f-12eb-4a8a-82d6-d4ea375cd729%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to