You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How tightly is thebe coupled to codemirror? Would it be an easy change to disable codemirror and use a standard textarea for input instead? (except for the console mode)
I'm asking because codemirror does not seem to be very accessible.
The text was updated successfully, but these errors were encountered:
It's pretty tightly coupled into the notebook front end currently, and so ends up being tightly coupled to Thebe. In the future, the notebook front end (and thebe) is going to get more modular, and may support swapping out the editor.
You might checkout something like this, as you should be able to load plugins.
How tightly is thebe coupled to codemirror? Would it be an easy change to disable codemirror and use a standard textarea for input instead? (except for the console mode)
I'm asking because codemirror does not seem to be very accessible.
The text was updated successfully, but these errors were encountered: