i downloaded the newest version and added to test project...looking at it though, I don't see how this will solve my problem. Maybe I didn't clearly explain and I apologize.
The CMS where the editor is placed manages content for many websites. Those websites (that don't have the editor) are separate web applications with their own virtual directory right now but will soon be deployed to external client server. Right now all images uploaded through the CMS have a directory of
http://localhost/CMS/uploads/whatever. Also when adding links to the content through CMS, if users add a relative link, on save of the code, the html source plugs in the CMS directory and not the other websites directory...so we tried adding the absolute directory to our internal server. What we are trying to avoid is constant editing of the content. Because of deployment and support issues back and forth, it would be nice to make sure the relative path is correct no matter where the user is editing or viewing.
I will continue playing with new version in test project, but am not feeling tool hopeful.