I want to use send message to create a tiddler with a tag. Tag must have
two words separate by space, for example "hello world"
I tried
```html
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>>
tags="hello world" text={{{ [<journalTitle>get[]] }}}/>
```
But the tiddler it makes has two tags, "hello" and "world" instead of one
"hello world".
What syntax should I use so that the new tiddler has the proper tag?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/989a7947-37ee-4e25-a75a-1ca3208efdc6o%40googlegroups.com.