Skip to content

An asynchronous CodeMirror lint plugin that will receive code, send it to a callback (that can send it somewhere via Ajax, etc..), and apply any discovered errors on return.

License

Notifications You must be signed in to change notification settings

avlaguta/CodeMirrorRemoteValidator

 
 

Repository files navigation

An asynchronous CodeMirror lint plugin that will receive code, send it to a callback (that can send it somewhere via Ajax, etc..), and apply any discovered errors on return. It's meant to be convenient and uncomplicated.

This example simply, statically, submits the same, single error to CodeMirror, every time, no matter what the code says. There is also an example of a "warning"-type decoration.

alt text

alt text

alt text

About

An asynchronous CodeMirror lint plugin that will receive code, send it to a callback (that can send it somewhere via Ajax, etc..), and apply any discovered errors on return.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.9%
  • JavaScript 45.6%
  • CSS 0.5%