This is a Django application to embed CodeMirror.
It works exclusively from configuration sets to manage CodeMirror options and assets. A dedicated field, widget and some template tags are available to make CodeMirror instances using these configurations on any element.
Since configurations are aware of every assets to load this enable you to
use CodeMirror without a Javascript module loader (like Browserify
or
RequireJS
).
- Read the documentation on Read the docs;
- Download its PyPi package;
- Clone it on its Github repository;
- Django >= 1.10;
- Optionally django-assets;
CodeMirror is a software from Marijn Haverbeke <marijnh@gmail.com> under MIT license.