mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
|
title: newTiddler macro
|
||
|
modifier: colmbritton
|
||
|
created: 20110211143953
|
||
|
modified: 20110211144609
|
||
|
tags: macro
|
||
|
creator: colmbritton
|
||
|
|
||
|
Using the following you get a new tiddler button:
|
||
|
{{{
|
||
|
<<newTiddler>>
|
||
|
}}}
|
||
|
Displays as:
|
||
|
|
||
|
<<newTiddler>>
|
||
|
|
||
|
Certain attributes can also be attached, such as a label, default text, tags and fields:
|
||
|
{{{
|
||
|
<<newTiddler label:WikiWord text:"text" tag:tag tag:tag accessKey:key focus:field>>
|
||
|
}}}
|
||
|
Displays as:
|
||
|
|
||
|
<<newTiddler label:WikiWord text:"text" tag:tag tag:tag accessKey:key focus:field>>
|