An example app using the om-codemirror library, an Om wrapper around the CodeMirror JavaScript text editor.
Run the lein-cljsbuild
and lein-cljsasset
plugins:
$ lein cljsbuild once
$ lein cljsasset
then load index.html
in your browser.
The editor is configured with two hotkeys: Ctrl-Shift-Z and Ctrl-Shift-X. Currently they just print to the console.
Copyright © 2014 Paul Bostrom Licensed under the Eclipse Public License.