Looking for some guidelines on converting a html system iso that it
works inside a TW.
So you want to migrate content from a set of static HTML pages into
TiddlyWiki? Any particular reason (other than the obvious)?
the initial <!DOCTYPE........line - I guess I can delete as the TW
always knows/specifies that!
Yeah, pretty much. (There are subtle differences in markup, e.g. HTML
vs. XHTML, but that's probably not relevant here.)
can I incorporate this CSS definicition into a Tiddler (thats a simple
copy)..but then how to change the above line so that it referes to a
tiddler and not an exxternal file......AND how does this CSS code get
referenced by the main body of the html....
You could just add the contents of your CSS file(s) to the StyleSheet
tiddler (or separate tiddlers linked from there*).
the main body of the original HTML page (between the <body> tags) I
guess I simply have them in the tiddler and in this case wrap them in
<html> tags......
Yeah, that would be a quick way if translation to wikitext is not an
option (it ain't trivial, and its usefulness depends on your use case).
-- F.
* see
http://tiddlywiki.org/wiki/StyleSheet#Including_Additional_StyleSheet_Tiddlers
--
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.