Hi everyone
Quick experiment for which I need a fix: I want a new button to place in $:/language/MissingTiddler/Hint, that creates three tiddlers at once:
Let’s say the missing tiddler title is Thomas Jefferson. Clicking the button would create three tiddlers:
- Thomas Jefferson (
<$action-sendmessage $message="tm-new-tiddler" title=<<currentTiddler>> />
) - Thomas Jefferson, sources read
- Thomas Jefferson, sources unread
What would I put so that it grabs <> but adds , sources read
and , sources unread
to the title?