Add action-createtiddler widget

Basically the same as sending a tm-new-tiddler message except that the
newly created tiddler is not added to the story.
This commit is contained in:
Jermolene
2016-10-21 11:26:26 +01:00
parent cd5366087c
commit c72a0b7a67
3 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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>