Thanks for your contribution ;)
Yes, there are several ways to do things in tiddly wiki, I will remember
your advice next time.
It require a lot of time to understand all the aspects of TW. I manage to
do some amazing things but the majority of problem I encouter are related
on how TW handles spaces into variables or do I need to put " in a widget
parameter or not. It's kind of frustrating XD
On Thursday, 22 August 2019 08:15:13 UTC+2, Sycom wrote:
>
> 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/c6f9b53c-09d4-40be-a521-0aacf0361916%40googlegroups.com.