mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-19 03:50:20 -07:00
Create FieldMangler Widget (Examples)
This commit is contained in:
parent
203bc4b242
commit
5924616ee9
1 changed files with 14 additions and 0 deletions
|
|
@ -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>
|
||||
"""/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue