elm-browser icon indicating copy to clipboard operation
elm-browser copied to clipboard

Separating the Editor from the rest of the project

Open cedric-h opened this issue 5 years ago • 2 comments

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?

cedric-h avatar Jan 27 '20 21:01 cedric-h

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 avatar Jan 27 '20 22:01 cedric-h

@cedric-h Hi! The editor from elm-browser lives standalone in https://github.com/Janiczek/elm-editor 🙂

Janiczek avatar Jan 28 '20 02:01 Janiczek