errata: On Thursday, May 21, 2015 at 12:18:08 AM UTC-7, Eric Shulman wrote: > > However, you used title="$pfix$".. and "title" is not a recognized param > name for this message. >
Actually, title="..." *is* recognized by the message handler (as evidenced by the fact that it *does* create a tiddler with that title). However, auto-numbering is only applied when you use $param="..." value (or a title field within a JSON $paramObject="..." value). All other param names (including title="...") are simply assigned to the tiddler when it is opened for editing. Thus, by using title="..." the tm-new-tiddler handler first created a tiddler called "New Tiddler" (the default title, with autonumbering added as needed), and then immediately overwrote that value and assigned title="Bookmark" instead. Had you used $param="Bookmark", the message handler would have just started with that title and applied the autonumbering as you wanted. -e -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/2728b2e3-6856-4ef4-bf98-4e7c263be5eb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

