Extends Arte.Text area to an insert function
The insert command exposes the following public api to the Arte Text Area
Allows you to insert any html into the current selection position while replacing any previously selected content
$(".editor").Arte.insert({
commandValue: "content to insert"
};