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.