Hi I am programming a CMS that I plan on making open source in the near future, most of the development has been underground and an initial release is due later this year.
I am planning on implementing a version of the WYMeditor but a problem I see is the amount of JavaScript mixed in with the HTML on each page.
The CMS strives on the fact that the pages are pure HTML without CSS or JavaScript mixed in as they are imported from their own files. It also strives on the fact that it degrades gracefully if JavaScript or CSS are not supported.
Will version 3 be implemented without this mix of JavaScript and HTML because this will help make the editor look cleaner.
What I am hoping to do is provide the source code in a textarea and then have a submit button, then the imported JavaScript will do the rest of the work in building the editor around the basic page.