I am currently working on a project to migrate all existing webpages in our organization (100,000+ pages) into a CMS (OpenCMS). Accessible and valid code is very important to us, but everyone in our organization has to be allowed to update the individual pages, thus enters the need for a WYSIWYG/M editor. FCKeditor is trash and TinyMCE is most of what we want, but not 100%. The code that WYMeditor generates is beautiful, I just have a few questions.
1) We have our own custom CSS templates already written, is there any way that we can load them into the editor window so that the user can see our custom formatting while editing content?
2) Is there any way to integrate a file browser into the image and link dialog boxes? Since we are using a CMS it is important that our users can browse to another page in the CMS to link to. OpenCMS has a file browser built into it, so one would only have to call that and send communicate the necessary information instead of reinventing the wheel.
Thank you for your help. I look forward to seeing if we can incorporate WYMeditor into our project.
---Alex