> I would like to save a copy of the tiddlywiki in a version readable in
> console text-only browsers such as links2, elinks, lynx, etc.
http://www.TiddlyTools.com/#NewDocumentPlugin
in addition to creating new TW documents from existing ones, this
plugin also can take a 'snapshot' of the currently rendered document,
and write THAT to a file as static HTML (with NO javascript).
Example usage:
<<newDocument ask snap>>
(prompts for filename, snapshot is of entire page)
<<newDocument ask snap displayArea>>
(prompts for filename, snapshot is of tiddler 'story column' only)
What you get is a perfect reproduction of the *displayed content*,
(CSS styles and all) but because there is NO javascript code written
into the snapshot, even simple processing (such as mouseover
highlighting) will not function. You can't click a TiddlyLink to open
other tiddlers, because A) there is no code that handles the click and
B) there is no underlying 'storeArea' (and core code) to retrieve and
render anything! You also can't use ANY command links, since these
also require javascript code (and the core) to operate.
This is literally a case of "what you see is what you get"... and
nothing more.
HTH,
-e
Eric Shulman
TiddlyTools / ELS Design Studios