Thank you Marius,
the deferred module loading
http://platform.xwiki.org/xwiki/bin/view/DevGuide/JavaScriptAPI#HDeferredDe…
. The ckeditorPromise will be resolved when the editor is available (either
in edit mode or anywhere else the editor is loaded). In other words, you
don't pull CKEditor, you are notified if someone else pulls it.
That has worked
very well.
you should try the wiki macro approach first.
Ok
The wiris editor I'm trying to integrate produces MathML-islands which,
currently, gets removed by the rendering conversion.
Is there a good hook at the XWiki or CKEditor level I could bind to, so
that I change the content before it gets posted to the conversion?
I'd convert the MathML islands to macros which would, depending on the
browser, render to MathML or to images.
thanks in advance.
Paul