-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Desktop: Move CodeMirror 6 editor out of beta #9450
Comments
Thanks for creating this plan! How many active CodeMirror plugins are there? I wonder if it really makes sense to spend a lot of time on this compatibility layer if we could simply fix the few that are out there? Also once we make this editor the default, I think we should restrict access to the compatibility layer to existing plugins only. New plugins should not use it at all. Maybe like it's been done here, or similar solution:
|
Based on a GitHub code search, I estimate 20-50 (code search).
This makes sense. Perhaps we could have a separate method for registering content scripts. For example,
In this case, CodeMirror6 plugins could export a CodeMirror 6 extension. Notes:
|
The CodeMirror 6 beta editor on desktop still has a number of issues that need to be addressed before it can be considered stable:
List of known broken plugins
The text was updated successfully, but these errors were encountered: