mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 11:29:58 +00:00
15 lines
519 B
Plaintext
15 lines
519 B
Plaintext
|
created: 20150706160301163
|
||
|
modified: 20150706172915783
|
||
|
tags: [[Widget Examples]] FieldManglerWidget
|
||
|
title: FieldMangler Widget Example
|
||
|
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>
|
||
|
"""/>
|