The Wiky library is imported using the call:
zimki.library.require('library', 'wiky.js');
and provides the Wiky markup language to your application. If required, the library is also available on an HTTP url at http://service.zimki.com/u/library/wiky.js if you wish to include it in your client-side code. (For instance, the wiki demo application has instant client-side preview of the edited page using thew wiky library running in the web browser).
The library is self contained, and simple to use:
var text = "this is *wiky* markup.";
var html = Wiky.toHtml( text );
For information on the syntax, see the Wiky markup language home page.
Parent
Libraries
|