Correct me if I'm wrong, but

<script type="text/javascript" src="http://........program.js";></
script>

allows you to place additional javascript code into the TiddlyWiki
that is available for execution from anywhere within the TiddlyWiki.
In this Google Groups post (http://groups.google.com/group/tiddlywiki/
t/816618119cd2b5d9/6a419e9937d23cf4), Eric Shulman recommends putting

<script type='text/javascript' src='supersleight.js'></script>

in MarkupPreHead to provide access to a jquery plugin. Jeremy Ruston
also recommends jquery plugins be placed in MarkupPreHead (see
http://groups.google.com/group/tiddlywiki/msg/08cd4210810518d5). With
the exception of Bram Chen's 
http://ptw.sourceforge.net/TiddlyWiki123.zh-Hant.html#MarkupPreHead
(which is chock full of interesting content) and Pascal Collins'
http://visualtw.ouvaton.org/VisualTW.html, which has

<script type="text/javascript" src="fckeditor/fckeditor.js"></script>

in MarkupPreHead, a quick search of 144 TiddlyWikis I have local
copies of found that the only content in MarkupPrehead is

<link rel='alternate' type='application/rss+xml' title='RSS'
href='index.xml'/>

However, according to http://tiddlywiki.com/#CustomMarkup,
MarkupPreHead is where meta data such as Keywords and Description
should be placed. Sidebar: I have often wondered why TiddlyWiki
developers don't put Keywords and Descriptions in their TiddlyWikis.
Doesn't that improve SEO?

Code such as

<link type="text/css" rel="stylesheet" href="sh/
SyntaxHighlighter.css"></link>

is usually placed in MarkupPostHead. That's where I've been putting
it.

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.

Reply via email to