Hello,
I wrote a a code that has the purpose to create in the background a new
tiddler with a some tags and one of those tags is the user input from an
edit-text widget. The problem is that if the user write something with
space ex : "A chair", the created tiddler will have "A" and "chair" as tag
instead of on tag "A chair". Has someone an idea how to solve this ?
Extract of my code :
\define concat() request {{$:/temp/RequestScannedPart}}
>
> 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>
>
--
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/d1d01a78-bb8a-4382-bc83-4cbdcab79671%40googlegroups.com.