Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use thebe without codemirror? #80

Open
KimStebel opened this issue Jan 27, 2016 · 2 comments
Open

Use thebe without codemirror? #80

KimStebel opened this issue Jan 27, 2016 · 2 comments

Comments

@KimStebel
Copy link

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.

@zischwartz
Copy link
Contributor

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.

@KimStebel
Copy link
Author

Thanks for the quick reply! So thebe shares this part of its code with the notebook front end?

I've seen https://github.com/bgrins/codemirror-accessible, but there haven't been any commits for 2 years, so the project is pretty much dead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants