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
- Host: GitHub
- URL: https://github.com/wolfadex/elm-text-editor
- Owner: wolfadex
- Created: 2023-12-27T18:20:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T15:12:21.000Z (over 2 years ago)
- Last Synced: 2025-06-04T21:40:34.353Z (about 1 year ago)
- Language: Elm
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```