This worked for me:

\define removetag(type user)
<$fieldmangler tiddler="Draft of 'Añadir $type$' by $user$" >
<$button message="tm-remove-tag" param="TEST">Remove TEST tag</$button>
</$fieldmangler>
\end

<<removetag text Jose>>

Where the original tiddler before being opened for edit was "Añadir text" 
Just to be clear, the tiddler needs to be opened for editing in order for 
this to work (for it to have the name "Draft of 'Añadir text' by Jose"

Good luck!

On Tuesday, November 19, 2019 at 7:24:40 AM UTC-8, Littleagle Thoronaug 
wrote:
>
> Hi there!
>
> I'm using TW5 in a single file, version 5.1.21 and I want to pass the 
> content of a field as a parameter of a widget. I tried transcluding, using 
> variables, using parameters of a macro but none of them seem to work. This 
> is what I tried:
>
> <$fieldmangler tiddler="Draft of 'Añadir $type$' by 
> {{$:/status/UserName!!text}}" >
> or 
> <$fieldmangler tiddler="Draft of 'Añadir $type$' by <<uservar>>" >
> or
> <$fieldmangler tiddler="Draft of 'Añadir $type$' by $(uservar)$" >
> even
> <$fieldmangler tiddler="Draft of 'Añadir $type$' by $user$" >
>
> where "user" is a parameter of a macro inside of which is the 
> $fieldmangler widget.
>
> I need this to remove a tag in that Draft of using $action-sendmessage 
> widget.
>
> Thanks in advance.
>
>
>

-- 
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/0c55ef17-87d2-405c-9c83-f29f53f53736%40googlegroups.com.

Reply via email to