jxxcarlson/elm-text-editor - version: 7.0.8

for more information visit the package's GitHub page

Package contains the following modules:

A Pure Elm Text Editor

This project, a text editor written in pure Elm, is a fork of work by Sydney Nemzer. His demo, inspired by prior work of Martin Janiczek, shows the feasibility of writing such a text editor and establishes an elegant and powerful foundation for future work. Many kudos to Sydney.

This forked repo adds scrolling, copy, cut, and paste, search and replace, text wrap, and an API for embedding the editor in another app. Here are some examples which make use of the present library.

Running the examples

npm install

npm start

Embedding the Editor

Plans

Credits

I would like to thank Folkert de Vries for help improving the performance of the editor.