Hello, I would like to create a button in my tiddlers that automatically creates a new tiddler with the title of my origin-tiddler as a tag.
This is what I have so far: <$set name="myTag" value=<<storyTiddler>>> <$button> <$action-sendmessage $message="tm-new-tiddler" title="This is newly created tiddler" tag=<<myTag>> text=<<now "Today is DDth, MMM YYYY">>/> Neue Besprechungsnotiz </$button> </$set> My problem is, that the title of my storyTiddler is space separated and therefore my newly created tiddler has two tags and not one tag. I hope you can unterstand my problem and can give me a hint. Thank you very much in advance! Erik -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/57f77477-101e-4f4e-90fe-09b48f7303c9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

