I use drag 'n' drop to put images into editor. It works pretty fine. I had also made simple file editor that displays images related to post so everything is visible at once. Only mischief is that ck editor insert host name into image path.
Images in html document have path like src="/path/image.jpg"
but editor makes them src="http://example.com/path/image.jpg"
How to prevent editor from inserting host name?