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

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

A simple text editor writtin in elm
https://github.com/wolfadex/text-editor

Last synced: about 1 year ago
JSON representation

A simple text editor writtin in elm

Awesome Lists containing this project

README

          

## Text Editor

A basic text editor written *completely in elm.

#### Features:
- [x] Type/paste text
- [x] Remove (backspace) text
- [x] Remove (delete) text
- [ ] Move cursor (left and right only, no visual representation yet)
- [ ] Add new lines
- [ ] Remove new lines
- [ ] Highlight text
- [ ] Place cursor using mouse
- [ ] Highlight using mouse
- [ ] Multiple cursors

Thank you to [Create Elm App](https://github.com/halfzebra/create-elm-app) for making it easy to quick start this project.

*Does contain tiny amounts of needed html, javascript, and css