Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 707 Bytes

My textarea is Rich !

This project is in early inception stage. Use at your own risk.

Build Status

Live Demo

Features

  • textarea-like editing experience...
    • edition
    • key/mouse nav and selection
    • scrolling
  • but with styled text !
    • ability to plug-in custom "highlighting"
    • with debouncing (do not parse at every keystroke)
    • in Elm, or in JS through ports
  • and prediction/completion
    • with pluggable prediction engine
    • in Elm, or in JS through ports
  • 100% pure Elm (0.19)