diff --git a/editions/dev/tiddlers/hooks/HookMechanism.tid b/editions/dev/tiddlers/new/HookMechanism.tid similarity index 100% rename from editions/dev/tiddlers/hooks/HookMechanism.tid rename to editions/dev/tiddlers/new/HookMechanism.tid diff --git a/editions/prerelease/tiddlers/ImportLogging.tid b/editions/dev/tiddlers/new/ImportLogging.tid similarity index 100% rename from editions/prerelease/tiddlers/ImportLogging.tid rename to editions/dev/tiddlers/new/ImportLogging.tid diff --git a/editions/dev/tiddlers/hooks/tc-opening-default-tiddlers-list.tid b/editions/dev/tiddlers/new/tc-opening-default-tiddlers-list.tid similarity index 100% rename from editions/dev/tiddlers/hooks/tc-opening-default-tiddlers-list.tid rename to editions/dev/tiddlers/new/tc-opening-default-tiddlers-list.tid diff --git a/editions/prerelease/tiddlers/ActionSendMessageWidget.tid b/editions/prerelease/tiddlers/ActionSendMessageWidget.tid deleted file mode 100644 index 1e88732a2..000000000 --- a/editions/prerelease/tiddlers/ActionSendMessageWidget.tid +++ /dev/null @@ -1,31 +0,0 @@ -caption: action-sendmessage -created: 20141008134309742 -modified: 20141107132122081 -tags: Widgets ActionWidgets -title: ActionSendMessageWidget -type: text/vnd.tiddlywiki - -! Introduction - -The ''action-sendmessage'' widget is an [[action widget|ActionWidgets]] that sends a [[message|WidgetMessages]] back up the widget tree. ActionWidgets are used within triggering widgets such as the ButtonWidget. - -! Content and Attributes - -The ''action-sendmessage'' widget is invisible. Any content within it is ignored. - -|!Attribute |!Description | -|$message |The message to send (eg, [[WidgetMessage: tm-new-tiddler]]) | -|$param |Optional parameter string whose meaning is dependent on the message being sent | -|//{any attributes not starting with $}// |Multiple additional named parameters that are attached to the message | - -! Examples - -Here is an example of button that displays both a notification and a wizard, and creates a new tiddler with tags and text: - -<$macrocall $name='wikitext-example-without-html' -src='<$button> -<$action-sendmessage $message="tm-modal" $param="SampleWizard"/> -<$action-sendmessage $message="tm-notify" $param="SampleNotification"/> -<$action-sendmessage $message="tm-new-tiddler" title="This is newly created tiddler" tags="OneTag [[Another Tag]]" text=<>/> -Click me! -'/> diff --git a/editions/prerelease/tiddlers/EditTextWidget.tid b/editions/prerelease/tiddlers/EditTextWidget.tid deleted file mode 100644 index 563182bb9..000000000 --- a/editions/prerelease/tiddlers/EditTextWidget.tid +++ /dev/null @@ -1,41 +0,0 @@ -title: EditTextWidget -created: 201310241419 -modified: 20141025085449609 -tags: Widgets -caption: edit-text - -! Introduction - -The edit text widget provides a user interface in the browser for editing text tiddler fields. The editing element is dynamically bound to the underlying tiddler value: changes to the tiddler are instantly reflected, and any edits are instantly propogated. - -By default, the edit text widget generates a `