I've actually found a way: you can substitute the currentTiddler variable 
and reference fields as if default:

<$set name=currentTiddler value=<<qualify "Issue">>>
<$reveal type=match state={{!!myField}} text="">
myField of a generated tiddler is empty
</$reveal>
</$set>






On Thursday, August 31, 2017 at 6:13:36 PM UTC+3, Vayu Asura wrote:
>
> I have editText widget referencing <<qualify>> macro resulting tiddler:
>
> <$edit-text tiddler=<<qualify $:/IssueEdit>> placeholder="describe the 
> problem" tag="textarea" />
>
> I want to set the "issue" field of the tiddler it is transcluded in. And I 
> can't find a way to reference the text field of 
> resulting $:/IssueEdit--645974869 tiddler except for hardcoding it which is 
> not an option.
>
> I nee something like that:
>
> <$button>
>  <$action-setfield issue={{<<qualify $:/IssueEdit>>}}/>
> Set Issue
> </$button>
>
> Tried wrapping qualify result into a variable but it didn't work. And I 
> can't nest widgets so explicit <$transclude> won't work either.
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/89926057-49a1-40bc-8727-8f6784631dbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to