needs review...
Using the NewTiddler (macro) Macros, newly-created tiddlers can be "preloaded" with boilerplate contents.

These predefined contents can either be entered directly, or retrieved from another tiddler.

Examples

<<newTiddler label:"new record"
	text:"foo"
	tag:"bar"
>>
<<newTiddler label:"new record"
	text:{{store.getTiddlerText("bar")}}
	tag:"bar"
>>
Both of these macro calls will create a button with
  • the label/caption "new record"
  • the tag "bar"
While the former macro creates a tiddler with "foo" as predefined content, the latter will add the contents from the tiddler called "bar" to the newly created tiddler.
bag
tiddlywiki_public
created
Thu, 08 Dec 2011 21:09:44 GMT
creator
mama
modified
Thu, 08 Dec 2011 21:12:24 GMT
modifier
mama