forked from codemirror/codemirror5
-
Notifications
You must be signed in to change notification settings - Fork 0
CodeMirror addons
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.
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 :
- Remoting linting with Ajax jQuery.
- Status lint.
- Advanced completion :
- Completion with Templates like Eclipse completion template.
- Context information which displays in a popup contextual infopops information (description about the function,etc) that is related to the selected completion item.
- Code Folding
A form of clever completion to efficiently write HTML & CSS.
Integration with the deck.js
slide deck system.
Ruby gem for adding CodeMirror to a Rails app.
Django integration.
Adds a button bar above a CodeMirror instance.
Scripting CodeMirror for editing demos.