Hi, I want my external .js file work only in *one* tiddler in it's  
"static" variant, and not work in tiddliwiki variant. 

I make new tiddler with title "search" and put text to it  
<script src="search_base.js"  type="text/javascript"></script>

this script don't work in tiddlywiki, because tiddlywiki converts it to 
<safe-script src="search_base.js" type="text/javascript"></safe-script>
 it is good and I like it.

But  I want ( when I render this tiddler to static  "search.html"  
by --rendertiddlers ....)  to covert <safe-script  back to <script  to make 
my script work in static variant. Is it possible, or I have to make special 
template $:/core/templates/MYstatic.tiddler.html with
`<script src="search_base.js"  type="text/javascript"></script>`
only for this tiddler?

-- 
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/573cde84-a502-4214-996c-ade5d6e0a790%40googlegroups.com.

Reply via email to