Just a tiny observation / question. plugins+= bit is fine but I could only get the toolbar to work when I referenced the toolbar array by index and append my plugin ... e.g. options.editorOptions.toolbar[4].items.push("image"); += syntax replaced the contents of the toolbar with just the new button