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
- Host: GitHub
- URL: https://github.com/wolfadex/text-editor
- Owner: wolfadex
- Created: 2018-06-18T21:27:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T16:09:03.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T18:14:55.332Z (over 1 year ago)
- Language: Elm
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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