Re: [Haskell-cafe] How to do this in Haskell

2007-11-11 Thread Yitzchak Gale
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

Re: [Haskell-cafe] How to do this in Haskell

2007-11-11 Thread Duncan Coutts
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 into

Re: [Haskell-cafe] How to do this in Haskell

2007-11-11 Thread brad clawsie
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,

[Haskell-cafe] How to do this in Haskell

2007-11-10 Thread Chris Smith
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. - The top priorities for the editor are that it resemble common word