Elm Editor Demos

This page contains several examples of elm not working currectly with other javascript libraries that manipulate parts of the DOM generated with Elm

These pages are a trimmed down example from a current project where I am attempting to get elm rendering fullpage with some additional JS components that could (ideally) communicate with the Elm application via ports

To view the error type code in the top text input. The syntax highlighted version should appear in the window below. Make sure to open your javascript console (F12 on most browsers) to see what is going on.

Table of Contents

Simple
A working elm example with no 3rd party javascript interaction. Meant to showcase how the Elm app should work.
CodeMirror
An example showing issues working with the codemirror library.
Highlight JS
An example showing issues working with highlight.js.