I'm developing a CMS and have got a 'bucket' feature as seen in Mephisto which allows me to store asset details (basically the path to the asset) between pages so that they can be inserted into an article body for example. I've got some jQuery code to insert strings at caret which is perfect.
The only thing holding me back are that I don't know how easy it will be to change WYMEditor's behaviour with regard to images. I'd like to abandon the way it currently works (dialog to enter image details) and instead use my insertAtCaret function. Anyone how easy/difficult this would be?
Thanks