Thanks for those links. I think I'm starting to get the hang of it... For 
instance, I think I created a similar Select macro:

\define tagWithSpaces()[[$(myTag)$]]
\define toggleTagSelect(tag)
  <$select>
    <$list filter="[tag[$tag$]] -[has[draft.of]]" variable="myTag">
      <$action-listops $tiddler="$:/temp/myTags" $field:list 
$subfilter="[tag[$tag$]] 
-[has[draft.of]]" />
      <$action-listops $tiddler=<<currentTiddler>> $tags=
"+[remove{$:/temp/myTags!!list}append<tagWithSpaces>]" />
      <option value={{<<myTag>>!!text}}><<myTag>></option>
    </$list>
  </$select>
\end

although the value isn't working, as TW5 doesn't seem to interpret 
variables in transclusions, so:

value={{<<myTag>>!!text}}

comes out blank when I inspect the option element. I've tried a bunch of 
variations.

This is all very strange and interesting!

-- 
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/cd3a6af1-de1c-4e98-9491-d083a4ad3b68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to