You have no idea the smile I had when you said "Welcome to the club"! =-) 
Thanks for that!

I found a small bug I can't figure out... If I use the macro multiple times 
on the same widget, (say, for making 2 rows of buttons from 2 different 
tags), they both use the same temporary state Tiddler. Thus, clicking on 
one row resets the other:

<$action-listops $tiddler="$:/temp/myTags" $field:list 
$subfilter="[tag[$tag$]] -[has[draft.of]]"/>
<$action-listops $tiddler=<<currentTiddler>> 
$tags="+[remove{$:/temp/myTags!!list}append<tagWithSpaces>]" />

I haven't been able to figure out how to make each *instance* of this macro 
use it's own temp Tiddler. I would have thought it has something to do with 
the <<qualify>> macro, but can't get my head around it.

Any hints there? I'd imagine this should be a common pattern, using a 
"random" tiddler name for each state instance (although I can't find a 
"random" macro either!)

Thanks PMario et. al.!


-- 
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 tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/522bbddc-532a-4acc-bf82-83e294038c51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to