Posts tagged javascript

Posts tagged javascript

Jan 31

A Really Basic TextArea Editor

javascript | comments

I’m working on creating a CMS (You’ll hear more soon enough), and I need a really basic textarea editor. The only things I need from the editor are:

  • Tab gives several soft-spaces instead of tabbing to the next input
Continue reading »