Problem one is you need to push an entry onto the ProtectedSource config property which is the regex to match your tags. It won't show up in WYSIWYG mode but will be preserved in source.
Problem two would probably require you to write a plugin, especially to render in realtime.
comp615 wrote:Problem one is you need to push an entry onto the ProtectedSource config property which is the regex to match your tags. It won't show up in WYSIWYG mode but will be preserved in source.
Thanks comp615. That solved issue 1
Problem two would probably require you to write a plugin, especially to render in realtime.
I have written a plugin which I will make available on the web and post a link here soon.
Sorry. Mangles the quoting in the previous post. Hope I have got it right now!!
comp615 wrote:Problem one is you need to push an entry onto the ProtectedSource config property which is the regex to match your tags. It won't show up in WYSIWYG mode but will be preserved in source.
Thanks comp615. That solved issue 1
comp615 wrote:Problem two would probably require you to write a plugin, especially to render in realtime.
I have written a plugin which I will make available on the web and post a link here soon.
Re: Displaying MathML in CKEditor
Problem two would probably require you to write a plugin, especially to render in realtime.
Re: Displaying MathML in CKEditor
I have written a plugin which I will make available on the web and post a link here soon.
thanks,
manokaran
Re: Displaying MathML in CKEditor
Thanks comp615. That solved issue 1
I have written a plugin which I will make available on the web and post a link here soon.
thanks,
manokaran
Re: Displaying MathML in CKEditor
Mat
Solution
This is a peculiar issue; got resolved by adding a space before mo tag
- Get the mathml content
- If it does not contain <munder> or <munderover>, replace "<mo>" with " <mo>"
That should work.
problem 1
can you elaborate on your problem 1 solution?