You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we need rich text editor in web but creating it with [contenteditable is so hard](https://github.com/grammarly/contenteditables)... Maybe all you really need is just a textarea with highlighting?
16
+
Sometimes we need rich text editor in web but creating it with [contenteditable is so hard](https://github.com/grammarly/contenteditable)... Maybe all you really need is just a textarea with highlighting?
17
17
18
18
This library is a simple native [textarea](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) but has a function to style texts matched with regex.
19
19
Not just highlighting them like similar libraries, this library also supports colorizing, decorating and more.
0 commit comments