I want to have a code editor widget like CodeMirror or Ace in my Elm webpage. Unfortunately, CodeMirror and Ace do not work with Elm as they modify the DOM (at least my understanding of why they do not work).
I need something, at least better than <textarea>for students, to send the code. And we display the code. Just automatic indentation and syntax highlighting at the moment.
source
share