WikklyText A wikitext server and rendering library


Recently Edited
twextract edit
frank, 05 June 2008 (created 05 October 2007)
Tags: tiddlywiki HTML
Deprecation Warning
twextract is deprecated. It has been superceded by wik. It will be removed at some point unless there is significant interest in keeping it around (let me know via the MailingList if that is the case for you).


The twextract utility converts a TiddlyWiki into a flat set of XML & HTML files. This can be useful for ...
  • Serving your TiddlyWiki content as a lightweight set of pages instead of each user having to download the entire wiki.
  • Serving your TiddlyWiki content in a Javascript-restricted environment.
  • Serving your TiddlyWiki to users with limited browser capability, for example mobile phone users.

Run twextract by giving it a TiddlyWiki .html file and an output directory. For example, to convert c:\tiddlywiki.html, placing results in c:\output:
twextract c:\tiddlywiki.html c:\output


You can view an example here: TiddlyWiki Home Page, converted to HTML.