Is there an editable textarea in javascript/html that I can search the contents of, and apply programmatic styles to? For example, whenever they type a *, indent the current line, etc.
Is there an editable textarea in javascript/html that I can search the contents of,
Share
You probably want to use either CodeMirror or ACE.