An open API service indexing awesome lists of open source software.

https://github.com/wolfadex/elm-text-editor

A POC of using a piece table/chain to make a basic text editor in Elm
https://github.com/wolfadex/elm-text-editor

Last synced: 12 months ago
JSON representation

A POC of using a piece table/chain to make a basic text editor in Elm

Awesome Lists containing this project

README

          

A MVP text editor in Elm to explore Piece Tables and text editing in general.

```sh
npm install
npm run dev
```