mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
c72a0b7a67
Basically the same as sending a tm-new-tiddler message except that the newly created tiddler is not added to the story.
12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
created: 20161020153426686
|
|
modified: 20161020155142990
|
|
tags: ActionCreateTiddlerWidget
|
|
title: ActionCreateTiddlerWidget Example
|
|
type: text/vnd.tiddlywiki
|
|
|
|
New button caption: <$edit-text tiddler="$:/state/new-button-caption" tag="input" default=""/>
|
|
|
|
<$button>
|
|
<$action-createtiddler $basetitle="Homemade Button" tags="$:/tags/PageControls" text={{$:/state/new-button-caption}}/>
|
|
Create non-functional page control button
|
|
</$button> |