mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
bbc802e228
to match the one required by the "FieldManglerWidget" tiddler's link to examples, broken for now. (pointing to a non existant tiddler because of the wrong name)
15 lines
522 B
Plaintext
15 lines
522 B
Plaintext
created: 20150706160301163
|
|
modified: 20150706172915783
|
|
tags: [[Widget Examples]] FieldManglerWidget
|
|
title: FieldMangler Widget (Examples)
|
|
type: text/vnd.tiddlywiki
|
|
|
|
<$macrocall $name=".example" n="1"
|
|
eg="""
|
|
<$fieldmangler>
|
|
Add tag ''example'' to this tiddler (current)<$button message="tm-add-tag" param="example">{{$:/core/images/new-button}}</$button>
|
|
<br>
|
|
Remove tag ''example'' to this tiddler (current)<$button message="tm-remove-tag" param="example">{{$:/core/images/delete-button}}</$button>
|
|
</$fieldmangler>
|
|
"""/>
|