On Sat, Nov 10, 2007 at 11:44:54PM -0700, Chris Smith wrote:
> If you wanted to write a Haskell application that included a WYSIWYG
> HTML editor, how would you do it?
use google docs, yahoo zimbra, or get one of the html editing widgets
from a popular dhtml toolkit and roll your own. in any case
On Sat, 2007-11-10 at 23:44 -0700, Chris Smith wrote:
> If you wanted to write a Haskell application that included a WYSIWYG
> HTML editor, how would you do it?
>
> More details:
>
> - I'll probably be using Gtk2Hs for the app, though that could change
> with a (very) good reason.
I would look
Hi Chris,
You wrote:
> If you wanted to write a Haskell application that included a WYSIWYG
> HTML editor, how would you do it?
I would use fckeditor.
Why do you need to write an HTML editor from scratch
in Haskell? That is a very, very big wheel to re-invent.
Regards,
Yitz