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
Getting started with CodeMirror is a significant learning curve.
There are some examples of things useful for extension development but not as many of the basics.
It would be great if we could have examples of all of the following, geared toward first-time users (like me):
Creating an editor
Deleting an editor (do we need to delete the view/state?)
(Dynamically) changing the highlighting language
Specifying/customizing the highlighting color theme
Querying undo state to see if document has changed
Resetting undo state when loading another document
Having a function called on each change
The text was updated successfully, but these errors were encountered:
Getting started with CodeMirror is a significant learning curve.
There are some examples of things useful for extension development but not as many of the basics.
It would be great if we could have examples of all of the following, geared toward first-time users (like me):
The text was updated successfully, but these errors were encountered: