1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Merge pull request #1869 from idoine/patch-45

Create FieldMangler Widget (Examples).tid
This commit is contained in:
Jeremy Ruston 2015-07-08 16:29:39 +01:00
commit fad9fd13b5

View File

@ -0,0 +1,14 @@
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>
"""/>