Okay, the following works providing me with four bulleted list items 
followed by an empty line and then my page footer:

<$button>
<$action-sendmessage $message="tm-new-tiddler" title="This is newly created 
tiddler" tags="OneTag [[Another Tag]]" text="* Line One
* Line Two
* Line Three
* Line Four

{{PageFooter}} "/>
New Tiddler
</$button>

However if I try to add dynamic content, like generating the current date 
as a bulleted list item, then the following code fails:

<$button>
<$action-sendmessage $message="tm-new-tiddler" title="This is newly created 
tiddler" tags="OneTag [[Another Tag]]" text="* Line One
* Line Two
* <<now "Today is DDth, MMM YYYY">>
* Line Four

{{PageFooter}} "/>
New Tiddler
</$button>

How do I do this without having a pre-existing template?

Thank you

-- 
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/ea762190-fc25-4e3e-a759-40876da2aac0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to