Is it possible to only style certain text in a <textarea>
element? I'm aware that you can't insert any other HTML tags within a <textarea>
and would prefer not to resort to something hacky like creating a ghost or overlay element.
Use case: highlight any links inserted into the <textarea>
with some font styles. It doesn't appear that the contentEditable
really supports that, per this answer https://stackoverflow.com/a/1102242/849761 but as you can probably tell, I'm not a UI developer