wiky
Version:
A Bidirectional WikiText Markup Converter.
24 lines (18 loc) • 996 B
Markdown
Wiky: A Bidirectional Markup Converter
======================================
Wiky is a [CommonJS] port of same named clientside [Wiki] markup to HTML
converter library written in javascript. As it is bidirectional, it can
convert [Wiki] markup to [HTML] and later convert that generated [HTML] text
back to [Wiki] markup. Optionally [Wiky] will create math formulas from a
simple notation similar to LaTeX.

Wiky is neither an editor nor a widget, though it might be used by these. It
is just a converter.
You can play with it in the [WikyBox]
You can find original project [here][wiky]
Package is available freely under the Creative Commons GNU LGPL License.
[CommonJS]:http://wiki.commonjs.org/ "CommonJS"
[WikyBox]:http://gozala.github.com/wiky/ "WikyBox"
[wiky]:http://goessner.net/articles/wiky/ "wiky homepage"
[wiki]:http://en.wikipedia.org/wiki/Wiki
[JavaScript]:http://en.wikipedia.org/wiki/JavaScript