Did the links I pointed to in the original thread* help at all?
The wikifier basically does a bunch of RegEx magic to convert wiki
markup to HTML.
A detailed walkthrough would be very lengthy and take considerable
effort - so do you have any specific questions that aren't answered by
the code?
(Disclaimer: The wikifier might be considered black magic, and I don't
claim to fully understand it myself.)
-- F.
* http://groups.google.com/group/TiddlyWiki/t/2ee6c9700a61b2b4
wikifyPlain and wikifyStatic may help:
http://svn.tiddlywiki.org/Trunk/core/js/Wikifier.js
and there are some jsspec tests for the wikifier:
http://svn.tiddlywiki.org/Trunk/core/tests/jsspec/Wikifier.jsspec.js
HTH
Paul
--
http://blog.whatfettle.com
wikifyStatic("__underline__")
will return
<u>underline</u>
Martin
2008/7/31 leeand00 <leea...@gmail.com>:
There is a site that does various HTML to wikitext conversions:
http://search.cpan.org/~diberri/HTML-WikiConverter/
but it does not yet do HTML to tiddlywiki. I am in the process of
writing a converter for this, but it won't be available for a while.
Martin
2008/7/31 leeand00 <leea...@gmail.com>: