mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +00:00
6cb44ac0cc
Fixes #358
23 lines
809 B
Plaintext
23 lines
809 B
Plaintext
created: 20131024141900000
|
|
modified: 20140125140636123
|
|
tags: widget
|
|
title: FieldManglerWidget
|
|
type: text/vnd.tiddlywiki
|
|
|
|
! Introduction
|
|
|
|
The field mangler widget manipulates the fields and tags of a tiddler. It does so in response to the following WidgetMessages:
|
|
|
|
|!Message |!Description |
|
|
|''tw-remove-field'' |Remove the field specified in `event.param` |
|
|
|''tw-add-field'' |Add the field specified in `event.param` |
|
|
|''tw-remove-tag'' |Remove the tag specified in `event.param` |
|
|
|''tw-add-tag'' |Add the tag specified in `event.param` |
|
|
|
|
! Content and Attributes
|
|
|
|
The field mangler widget displays any contained content, and responds to WidgetMessages dispatched within it.
|
|
|
|
|!Attribute |!Description |
|
|
|tiddler |Title of the tiddler to manipulate (defaults to the [[WidgetVariable: currentTiddler]]) |
|