Folks,

I can work out what is happening here, at least a second set of eyes would 
be appreciated

I have a filtered transclusion as follows
{{{ [<local-value>] ~[<global-config-value>] ~[<config-default>] }}}

Each of the variables therein are set using a $set widget (more details 
below)

Unfortunately the second result global-config-value is never the result if 
there is no local-value

The following is how I get the global-config-value and it works as below
<$set name=config-tiddler value={{{ [[$config-name$]addprefix[$:/config/]] 
}}}>
<$set name=global-config-value value={{{ [<config-tiddler>get[text]] }}}>


:global-config-value=<<global-config-value>><!--returns the correct value 
here but never responds to this value in the filtered transclusion.
Yet when I try and use the filtered transclusion above, specifically  ~[<
global-config-value>]
It never seems to work.
I have tried to wikify the value first with no success

I have looked at this many times and cant see what is wrong.

Thanks in advance if you can help

Tones


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7d880c9f-aded-469b-b834-6901f3d2a7deo%40googlegroups.com.

Reply via email to