> <<tiddler {{ if(window.location.protocol == "file:"){
>  "ImagesTiddler##Local" } else {
> "ImagesTiddler##External"
>
> }
> }}>>

You can also perform 'conditional transclusion' using
   http://www.TiddlyTools.com/#CoreTweaks##890

which adds an optional "if" parameter that can be used with computed
values to check if the specified tiddler should be transcluded or
not... .like this:

<<tiddler SomeTiddler##local if:{{window.location.protocol=="file:"}}
>>
<<tiddler SomeTiddler##remote if:{{window.location.protocol=="http:"}}
>>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to