Hi RA

On Tue, Jan 14, 2014 at 5:18 PM, RA <8pa...@gmail.com> wrote:

> Jeremy, does this FR make sense:
>
> Add a default to the "base" parameter of <<qualify>>
> The default is the name of the tiddler + heading concatenated with some
> delimiter, for example "MyTiddler#section1".
>

I'm not sure that I understand. I think the qualify macro may be a red
herring here. It has a very specific purpose, which is to generate a token
that uniquely identifies the current position in the widget render tree.

Here it seems that you want to be able to use the "set" attribute of the
button widget to set a tiddler whose name is the concatenation of a string
constant the title of the current tiddler, is that right?

It may be helpful to understand a bit more about your usecase,

Best wishes

Jeremy


>
>
> On Tuesday, January 14, 2014 4:49:56 AM UTC-8, Jeremy Ruston wrote:
>
>> Indirect parameters are not supported on macro calls, only on widget
>> invocations. You can, as you've found, generally switch to invoking the
>> macro via the macrocall widget to get around this.
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> On Tue, Jan 14, 2014 at 10:28 AM, Stephan Hradek <stephan...@gmail.com>wrote:
>>
>>> Got it - but still it seems illogical to me:
>>>
>>> \define link(title)
>>> <$link to="$title$-appended">$title$-appended</$link>
>>> \end
>>> \define button(title)
>>> <$button set="$title$-appended" setTo="Success…">create…</$button>
>>> \end
>>>
>>> <$macrocall $name="link" title={{!!title}}/>
>>>
>>> <$macrocall $name="button" title={{!!title}}/>
>>>
>>>
>>>  --
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to tiddl...@googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/group/tiddlywiki.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Jeremy Ruston
>> mailto:jeremy...@gmail.com
>>
>


-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to