Hello,
Another, less elegant but more intuitive solution could be
```
\define concat() <$text text="[["/>request
{{$:/temp/RequestScannedPart}}<$text text="]]"/>
Scanned part :<$edit-text tiddler="$:/temp/RequestScannedPart" tag="input"
placeholder="New part" default=""/>
<$button>
<$wikify name="tagToSend" text=<<concat>>>
<$action-setfield $tiddler={{$:/temp/RequestName}} $field="tags"
$value=<<tagToSend>>/>
</$wikify>
Create
</$button>
```
There are often (always?) various way to do something in TW... A good way to
find your path is describing your goals rather than putting your solution for a
review.
Cheers
Sylvain
@sycom
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/15ef0e7b-2a8e-48a1-be47-4e6e4311d136%40googlegroups.com.