Skip to content
Marijn Haverbeke edited this page Jun 19, 2013 · 5 revisions

This is a list of useful CodeMirror-related code hosted in other places. Feel free to add your project, or a project you found that seems relevant.

Completion

CodeMirror-XQuery is an extension of CodeMirror to provide usefull features for XQuery editor like (XQuery syntax errors, XQuery Completion, etc). It provides too generic addon that you can use it with any mode like :

A form of clever completion to efficiently write HTML & CSS.

Integration with other software

Integration with the deck.js slide deck system.

Ruby gem for adding CodeMirror to a Rails app.

Django integration.

Interface

Adds a button bar above a CodeMirror instance.

Misc

Scripting CodeMirror for editing demos.