The new journal tiddler message is similar to the new tiddler message. It...
This message takes the following properties by the event object:
| Name | Description |
|---|---|
| param | Title of a tiddler to use as a template for the new tiddler. Unlike new tiddler message, this is required. |
| navigateFromTitle | Title of the tiddler from which the navigation to the new tiddler was initiated. Not required. |
event object property param must reference an existing tiddler or else the event does nothing.To make a button that creates a new journal tiddler, tagged "journal", and with the title "Journal 10/4/2014 07:00", first create a separate tiddler called "JournalTemplate" with the tag "journal" and also a field, named "title_template", with the value "Journal MM/DD/YYYY hh:0mm". Secondly, in any other tiddler, use codes like the following to make a button to call a new instance of the journal tiddler:
<$button message="tm-new-journal-tiddler" param="JournalTemplate">New Journal</$button>
--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.
Please excuse me if I have offended you or overstepped any boundaries. Please believe, if I did this against you, i did so believing that I was doing the exact the opposite.
--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywikidev/9UysM0BUJM8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywikide...@googlegroups.com.
communicating via e-mail is hard work.