jlebon / textern

A Firefox add-on for editing text in your favourite external editor!
GNU General Public License v3.0
138 stars 21 forks source link

Support for Jupyter notebooks/CodeMirror #78

Open kalekundert opened 2 years ago

kalekundert commented 2 years ago

I was hoping to use this extension to edit Jupyter notebooks, but it turns out that Jupyter uses CodeMirror instead of normal text areas, and textern doesn't seem to be compatible with CodeMirror. See jupyter/notebook#517 and https://stackoverflow.com/questions/8378678/how-can-i-set-the-value-of-a-codemirror-editor-using-javascript for some details.

jlebon commented 1 year ago

See also https://github.com/jlebon/textern/issues/76.