I want to find the source code that implements the "tm-new-tiddler" message?
Why do I want it?
I've been looking at the documentation for
tm_new_tiddler at
Having read this I could not understand what the paramObject was so I experimented a bit and tried this:
<$button>
<$action-sendmessage $message="tm-new-tiddler" title="Comment" tags="comment" text=<<now "Today is DDth, MMM YYYY">>
parent = {{!!title}}
foo = "this"
bar = "that"
paramObject = " 'abc':'two' "
/>
New Comment
</$button>
When I click this a new tiddler is created with fields parent,paramObject,foo and bar
Very strange - the documentation make no mention of that I can add arbitrary additional fields to the command and I still haven't a clue what paramObject is
So I thought to myself "if all else fails read the code" - trouble is I can't find it.
Cheers
/Joe