I want to create a button using the Action Send Message Widget that creates 
a new tiddler tagged with both the title of the current tidder, and the tag 
"task":

<$button>
<$action-sendmessage $message="tm-new-tiddler" title="This a tiddler" 
tags="task [[<<currentTiddler>>]]" />
Click here!
</$button>

I have two questions regarding this.

1) How do I add two tags when they are not both strings? As in something 
like tags="tag1 [[<<currentTiddler>>]]"

2) If <<currentTiddler>> contains a space how can I make sure it is added a 
single tag rather than two separate tags?

Thanks for your help!


-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/c8bcf58a-f891-4bb7-89f8-fa338bbc3a1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to