[IPython-dev] CodeMirror overlay for spell checking

Doug Blank doug.blank at gmail.com
Thu Jul 24 13:06:01 EDT 2014


I have successfully created and registered a CodeMirror overlay (for spell
checking), but two questions:

1) Which of the modes is used for Markdown cells? I guess that will be the
mode that I overlay.

2) How do I make it so that my new mode will be used on Markdown cells?

I guess that I need to associate the mime type of Markdown cells with my
new mode, but having some trouble finding where to connect this in the
IPython JavaScript.

Thanks for any suggestions,

-Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140724/b1df1ffe/attachment.html>


More information about the IPython-dev mailing list