I have a <textarea>
that will work as a small source editor.
I wanted you to press Tab to include a indentation in the text instead of focusing on the next element, which is the default behavior for the key.
I wanted it to be possible to write the formatted text in the database, and when I uploaded it back to <textarea>
, I would show the indented inserts.