8th June 2024 at 3:22pm
Introduction
The action-deletetiddler widget is an action widget that deletes tiddlers. ActionWidgets are used within triggering widgets such as the ButtonWidget.
There are several differences compared to the WidgetMessage: tm-delete-tiddler:
- The user is not prompted to confirm the deletion
- No automatic updating of the story list
- No special handling of draft tiddlers
Content and Attributes
The action-deletetiddler widget is invisible. Any content within it is ignored.
Attribute | Description |
---|---|
$tiddler | Optional title of the tiddler to be deleted |
$filter | Optional filter identifying tiddlers to be deleted |
Examples
Delete a specific tiddler
Use the $tiddler attribute of the $action-deletefield widget to delete the "HelloThere" tiddler
title | Output |
Delete tiddlers matching a filter
Use the $filter attribute of the $action-deletefield widget to delete all tiddlers tagged "TableOfContents"
title | Output |