WikklyText 1.9.x is looking stable for me at least, hopefully will be
hitting 2.0 soon, so if you are running a wiki and haven't tried 1.9.x
yet, please check it out to avoid any 2.0 surprises.
Changes in this 1.9.2:
* Search works again on wiki
* Deleting items from wiki works again
* Stop overwriting all css/* files on startup. Only overwrite
wikklytext.css and wikklytext.js (they both warn against directly
editing them). Leave others as-is so e.g. users can easy replace
favicon, etc.
* Added rawquoting of macro args. This is just like Python raw strings
(i.e. r".."). The complete set of quoting styles available for macros
args is now: bareword, '...', "...", '''...''', """...""", <quote>...</
quote>, and rawquote variations r'...', r"...", r'''...''',
r"""...""", <rquote>...</rquote>. Rawquoting with <rquote> is
especially useful when cutting and pasting Python/C code into macro
args like in this wikitext ...
<<codebox "Some code" <rquote>
...
... Python/C code
...
</rquote>>>
----
Downloads & info:
http://wikklytext.com/PreRelease
Note this is a source-code only release at this point, I have not
updated the standalone Windows executables.
Please report any bugs here, thanks!
Frank