I'm working on a Tiddlywiki to keep track of musical arrangements that 
relies on nested tabs to organize different projects. I'd like to have a 
button within each Project tab that creates a new arrangement that is 
tagged with that projects title. The following snippet works, but only for 
tab titles that have no spaces.

<$button>
<$action-sendmessage $message="tm-new-tiddler" $param="$:/_Blank" 
tags=<<currentTab>>/>
New Arrangement
</$button>

I end up with tags like "Benny" and "Goodman" instead "Benny Goodman". Any 
thoughts?

Rowan Corbett

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to