Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 572 Bytes

om-editor-app

An example app using the om-codemirror library, an Om wrapper around the CodeMirror JavaScript text editor.

Usage

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.

License

Copyright © 2014 Paul Bostrom Licensed under the Eclipse Public License.

http://www.eclipse.org/legal/epl-v10.html