I saw on a thread in the modules forum that you did a commercial job for someone to integrate a non gpl editor for them
I allso do loads of nonprofit help and coding......

so why would that be beyond wb or the wb team programmers?
To make this clear you need to know how a wysiwyg works (I'll try to explain as far as my knowledge goes..)
wywisyg's are javascript embeded codes with loads or routines.
When you click on something in the wysiwyg the javascript(routine) is executed.
Like inserting a table, changing fonts etc
What you want is to paste an image in the content.
Since the content is controlled by javascript (code made by the wysiwyg guys) they must make some routine wich "looks" at the embedded pictures and decide if the picture is local or from another server and if it is from another server fetches that image.
The real grabbing of the image and store it locally could be php but the initiation or 'fetching the parameters' should be javascript
What we do here at wb is coding php and using /integrating existing programms from others like wysiwygs to make wb better.
In the wysiwygs addons could be very minor setting changes so it works better with wb. There allso could be some plugin changes all to make it work better with wb.
But wywiyg core changes are best done by those developers, same as development for wb is done by the wb developers.
I hope this make sense and makes it more clear?
Extra functionality wanted / needed in a wysiwyg -> wysiwyg forum
Extra functionality wanted / needed in wb -> wb forum
Better integration wanted / needed for a wysiwyg in wb -> wb forum
Same goes for other things wb uses or need to run,
think php, mysql, apache, IIS, mail etc etc etc..
John