1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 10:13:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/widgets/FieldManglerWidget.tid

24 lines
808 B
Plaintext
Raw Normal View History

created: 20131024141900000
modified: 20140125140636123
2014-09-10 23:06:19 +00:00
tags: Widgets
title: FieldManglerWidget
type: text/vnd.tiddlywiki
2014-09-10 23:06:19 +00:00
caption: fieldmangler
! Introduction
2014-09-11 14:52:47 +00:00
The field mangler widget manipulates the fields and tags of a tiddler. It does so in response to the following [[Messages]]:
2013-11-08 14:17:52 +00:00
|!Message |!Description |
2014-08-28 20:43:44 +00:00
|''tm-remove-field'' |Remove the field specified in `event.param` |
|''tm-add-field'' |Add the field specified in `event.param` |
|''tm-remove-tag'' |Remove the tag specified in `event.param` |
|''tm-add-tag'' |Add the tag specified in `event.param` |
! Content and Attributes
2014-09-11 14:52:47 +00:00
The field mangler widget displays any contained content, and responds to [[Messages]] dispatched within it.
|!Attribute |!Description |
2014-10-10 20:06:48 +00:00
|tiddler |Title of the tiddler to manipulate (defaults to the CurrentTiddler) |