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.
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"