Self-Evident / OneFileCMS

A single file cms - all in one file!
http://onefilecms.com/
166 stars 58 forks source link

Added WYSIWYG editor #7

Closed codeless closed 12 years ago

codeless commented 12 years ago

Thanks for the input about the problems; is fixed by now (incorrect path to file). The previous pull-request can get removed -- everything and more is contained in this one.

Some interesting links for further development of the WYSIWYG editor: http://stackoverflow.com/questions/7207291/is-it-possible-to-disable-or-control-commands-in-contenteditable-elements http://blog.whatwg.org/the-road-to-html-5-contenteditable https://developer.mozilla.org/En/Rich-Text_Editing_in_Mozilla http://www.quirksmode.org/dom/execCommand/ http://starkravingfinkle.org/blog/2007/02/xul-clippings-midas-rich-text-editor/ http://www.starkravingfinkle.org/blog/wp-content/uploads/2007/02/midas-iframe.html https://developer.mozilla.org/en/Midas

Self-Evident commented 12 years ago

I just did a quick test & it does seem to work now. I'll review the code a bit more thoroughly, along with the links you provided, in the next day or so. Thanks!

codeless commented 12 years ago

You're welcome!