Create FieldMangler Widget (Examples)

print-window-tiddler
Marc Viot 2015-07-06 19:46:21 +02:00
rodzic 203bc4b242
commit 5924616ee9
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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>
"""/>