> <<loadTiddlers tag:{{config.options.txtUserName}}
> {{config.options.txtURL}}>>
>
> the macro correctly looks to URL defined in txtURL, and txtUserName is
> correct and there are tiddlers in the target URL with the same
> tags..........but it doesnt read the tiddlers...!
The <<loadTiddlers>> macro handling for "tag:tagvalue" pre-dates the
core's support for 'named params', including the "name:
{{computedvalue}}" syntax. In order to use a named, computed tag
param with <<loadTiddlers>>, you have to compute the entire param,
including the "tag:" prefix, as a single text string, like this:
<<loadTiddlers {{"tag:"+config.options.txtUserName}}
{{config.options.txtURL}}>>
enjoy,
-e
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---