elm-browser
elm-browser copied to clipboard
Separating the Editor from the rest of the project
There are lots of other projects written in Elm that may benefit from having a code editor implementation in Elm instead of having to rely on JS dependencies.
Is there any interest in separating the editor from the rest of the project? Would we want to create a separate repo for this purpose?
I found this repo, which is a continuation of another repo, which is based on this work. https://github.com/jxxcarlson/elm-text-editor
@cedric-h Hi! The editor from elm-browser lives standalone in https://github.com/Janiczek/elm-editor 🙂