[tw] Re: [TW5] Tagging with currentTab within tm-new-tiddler creates two tags when the tab title has spaces

2015-02-20 Thread Kristin
Thank you for this!

I was having a similar issue with tiddler titles being pulled for a 
dropdown list.

On Monday, February 2, 2015 at 6:14:12 AM UTC-5, Stephan Hradek wrote:

 Try

 \define bracketedCurrentTab() [[$(currentTab)$]]

 $button
 $action-sendmessage $message=tm-new-tiddler $param=$:/_Blank tags=
 bracketedCurrentTab/
 New Arrangement
 /$button


 Please note: Will fail if your title includes brackets.


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


[tw] Re: [TW5] Tagging with currentTab within tm-new-tiddler creates two tags when the tab title has spaces

2015-02-02 Thread Stephan Hradek
Try

\define bracketedCurrentTab() [[$(currentTab)$]]

$button
$action-sendmessage $message=tm-new-tiddler $param=$:/_Blank tags=
bracketedCurrentTab/
New Arrangement
/$button


Please note: Will fail if your title includes brackets.

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