If {{{<script src="ui/default/slides.js" type="text/javascript"></
script>}}} is the same for every generated HTML page, I believe this
reference can still go into [[MarkupPreHead]]. You will just need to
use InlineJavaScript to call whatever function(s) are present in
slides.js at the appropriate place in your tiddler HTML. The benefit
of this approach is that the code is loaded once, with the TW, then
instantly (in memory) accessible whenever needed. Loading the js only
"when needed" is efficient when it is not needed often. But if the
function(s) in slides.js are referenced frequently, loading "when
needed" will cost you load time.Craig -- 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.

