Hi,

I may have a solution, not sure it's the smallest or the smartest ; and it 
uses the wikify widget.

\define actions()
<$wikify name=tt text="This is a text based on {{!!title}}">
<$action-createtiddler $basetitle="myTiddler" tags="myTag" text=<<tt>>/>
</$wikify>
\end

<$button actions=<<actions>>>
Create
</$button>



Regards

FrD

Le dimanche 5 août 2018 06:39:59 UTC+2, Mohammad a écrit :
>
> Assume you want to create a tiddler inside it put some wikified values like
>
> <$button>
> <$action-createtiddler $basetitle="myTiddler" tags="myTag" text="This is a 
> text based on {{!!title}}"/>
> Create
> </$button>
>
> Here the the button is in a tiddler titled parent, and the text in the 
> newly created tiddler shall be
>
> This is a text based on parent
>
>
> Note in the new tiddler we have not {{!!title}} but we have parent
>
> What is the shortest solution, do we need wikify widget?
>
> Mohammad
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/60cac22a-b4b7-4dbd-908a-08cbcc7d3aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to