It says it does XHTML, which is a nice change of pace. It means I might finally be able to integrate something into my personal projects. How clean does it keep the HTML? Most of the ones I''ve tried get to be a jumbled mess of empty tags if you edit the text heavily. And sometimes they get to the point where they ignore any further changes because the tags are overlapping so badly that it can''t figure out what to do any more. If this one is different, I might just have to start using it. Greg ________________________________ From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Pete Forde Sent: Monday, June 05, 2006 12:12 PM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] rich text editors I''m a registered user of FCK as well. I do like it, but it''s a tad on the complex side. That said, it has nice server integration with several backends. I''ve been following the ruby bindings passively. I''ve also been looking at TinyMCE as a more lightweight alternative that supports Safari. Anyhow, I''m not familiar with any prototype based editors. Here''s the list I refer to; the only thing missing is a last updated stamp. http://www.geniisoft.com/showcase.nsf/WebEditors Pete ----- Original Message ----- From: Alex Duffield <mailto:alex-GLL9njBnHiGqPKKiFzS5XxZCeNDtXRbv@public.gmane.org> To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Sent: Monday, June 05, 2006 2:04 PM Subject: [Rails-spinoffs] rich text editors Sorry for the some what off topic question, but I was looking for some opinions on rich text editors. I currently use FCKeditor in my CMS system, and I quite like it, but was wondering if there where any good editors that used prototype. Thanks in advance! ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http://www.incontrolsolutions.com <http://www.incontrolsolutions.com/> ________________________________ _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
FCKeditor does get messy and leave empty tags. Its on eof the reasons I am looking into alternatives. To offten I get support calls from clients who have gone a little "click happy" and managed to turn the code into tag soup. Does any one know if TinyMCE is any better in this regard? ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions . http:// www.incontrolsolutions.com On 5-Jun-06, at 11:51 AM, Gregory Hill wrote:> It says it does XHTML, which is a nice change of pace. It means I > might finally be able to integrate something into my personal > projects. > > > > How clean does it keep the HTML? Most of the ones I’ve tried get > to be a jumbled mess of empty tags if you edit the text heavily. > And sometimes they get to the point where they ignore any further > changes because the tags are overlapping so badly that it can’t > figure out what to do any more. If this one is different, I might > just have to start using it. > > > > Greg > > > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails- > spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Pete Forde > Sent: Monday, June 05, 2006 12:12 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] rich text editors > > > > I''m a registered user of FCK as well. I do like it, but it''s a tad > on the complex side. That said, it has nice server integration with > several backends. I''ve been following the ruby bindings passively. > > > > I''ve also been looking at TinyMCE as a more lightweight alternative > that supports Safari. > > > > Anyhow, I''m not familiar with any prototype based editors. Here''s > the list I refer to; the only thing missing is a last updated stamp. > > > > http://www.geniisoft.com/showcase.nsf/WebEditors > > > > Pete > > ----- Original Message ----- > > From: Alex Duffield > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Sent: Monday, June 05, 2006 2:04 PM > > Subject: [Rails-spinoffs] rich text editors > > > > Sorry for the some what off topic question, but I was looking for > some opinions on rich text editors. > > > > I currently use FCKeditor in my CMS system, and I quite like it, > but was wondering if there where any good editors that used prototype. > > > > Thanks in advance! > > ______________________________________________________________________ > Alex Duffield . Principal . InControl Solutions . http:// > www.incontrolsolutions.com > > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs_______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
I moved from FCk to TinyMCE because of the projects emphasis on ''well-formed-ness'' On 06/06/06, Alex Duffield <alex-GLL9njBnHiGqPKKiFzS5XxZCeNDtXRbv@public.gmane.org> wrote:> > FCKeditor does get messy and leave empty tags. Its on eof the reasons I am > looking into alternatives. To offten I get support calls from clients who > have gone a little "click happy" and managed to turn the code into tag soup. > > Does any one know if TinyMCE is any better in this regard? > > > > ______________________________________________________________________ > > Alex Duffield . Principal . InControl Solutions . > http://www.incontrolsolutions.com > > > > > > On 5-Jun-06, at 11:51 AM, Gregory Hill wrote: > > > > It says it does XHTML, which is a nice change of pace. It means I might > finally be able to integrate something into my personal projects. > > > > How clean does it keep the HTML? Most of the ones I''ve tried get to be a > jumbled mess of empty tags if you edit the text heavily. And sometimes they > get to the point where they ignore any further changes because the tags are > overlapping so badly that it can''t figure out what to do any more. If this > one is different, I might just have to start using it. > > > > Greg > > > > > ________________________________ > > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > Behalf Of Pete Forde > Sent: Monday, June 05, 2006 12:12 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: Re: [Rails-spinoffs] rich text editors > > > > > I''m a registered user of FCK as well. I do like it, but it''s a tad on the > complex side. That said, it has nice server integration with several > backends. I''ve been following the ruby bindings passively. > > > > > > I''ve also been looking at TinyMCE as a more lightweight alternative that > supports Safari. > > > > > > Anyhow, I''m not familiar with any prototype based editors. Here''s the list I > refer to; the only thing missing is a last updated stamp. > > > > > > http://www.geniisoft.com/showcase.nsf/WebEditors > > > > > > Pete > > > > ----- Original Message ----- > > > From: Alex Duffield > > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > Sent: Monday, June 05, 2006 2:04 PM > > > Subject: [Rails-spinoffs] rich text editors > > > > > Sorry for the some what off topic question, but I was looking for some > opinions on rich text editors. > > > > > > I currently use FCKeditor in my CMS system, and I quite like it, but was > wondering if there where any good editors that used prototype. > > > > > > Thanks in advance! > ______________________________________________________________________ > Alex Duffield . Principal . InControl Solutions . > http://www.incontrolsolutions.com > > > > > ________________________________ > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >-- Andrew Tetlaw htp://tetlaw.id.au
It''s not feature-rich, by any means, but feel free to use this: http://clarityccs.com/modernapp/editor/trial_textarea.htm Its just a simple "bold/italic/underline/link" setup, because that''s all I needed.... -Jerod On 6/5/06, Andrew Tetlaw <atetlaw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I moved from FCk to TinyMCE because of the projects emphasis on > ''well-formed-ness'' > > On 06/06/06, Alex Duffield <alex-GLL9njBnHiGqPKKiFzS5XxZCeNDtXRbv@public.gmane.org> wrote: > > > > FCKeditor does get messy and leave empty tags. Its on eof the reasons I am > > looking into alternatives. To offten I get support calls from clients who > > have gone a little "click happy" and managed to turn the code into tag soup. > > > > Does any one know if TinyMCE is any better in this regard? > > > > > > > > ______________________________________________________________________ > > > > Alex Duffield . Principal . InControl Solutions . > > http://www.incontrolsolutions.com > > > > > > > > > > > > On 5-Jun-06, at 11:51 AM, Gregory Hill wrote: > > > > > > > > It says it does XHTML, which is a nice change of pace. It means I might > > finally be able to integrate something into my personal projects. > > > > > > > > How clean does it keep the HTML? Most of the ones I''ve tried get to be a > > jumbled mess of empty tags if you edit the text heavily. And sometimes they > > get to the point where they ignore any further changes because the tags are > > overlapping so badly that it can''t figure out what to do any more. If this > > one is different, I might just have to start using it. > > > > > > > > Greg > > > > > > > > > > ________________________________ > > > > > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > > Behalf Of Pete Forde > > Sent: Monday, June 05, 2006 12:12 PM > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > Subject: Re: [Rails-spinoffs] rich text editors > > > > > > > > > > I''m a registered user of FCK as well. I do like it, but it''s a tad on the > > complex side. That said, it has nice server integration with several > > backends. I''ve been following the ruby bindings passively. > > > > > > > > > > > > I''ve also been looking at TinyMCE as a more lightweight alternative that > > supports Safari. > > > > > > > > > > > > Anyhow, I''m not familiar with any prototype based editors. Here''s the list I > > refer to; the only thing missing is a last updated stamp. > > > > > > > > > > > > http://www.geniisoft.com/showcase.nsf/WebEditors > > > > > > > > > > > > Pete > > > > > > > > ----- Original Message ----- > > > > > > From: Alex Duffield > > > > > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > Sent: Monday, June 05, 2006 2:04 PM > > > > > > Subject: [Rails-spinoffs] rich text editors > > > > > > > > > > Sorry for the some what off topic question, but I was looking for some > > opinions on rich text editors. > > > > > > > > > > > > I currently use FCKeditor in my CMS system, and I quite like it, but was > > wondering if there where any good editors that used prototype. > > > > > > > > > > > > Thanks in advance! > > ______________________________________________________________________ > > Alex Duffield . Principal . InControl Solutions . > > http://www.incontrolsolutions.com > > > > > > > > > > ________________________________ > > > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > -- > Andrew Tetlaw > htp://tetlaw.id.au > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >
Does anybody already try KTML ? http://www.interaktonline.com/Products/Online-HTML-Editor/KTML-for-Dreamweaver/Live-Demos/ Seems to be interesting ? On 6/6/06, Jerod Venema <jvenema-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It''s not feature-rich, by any means, but feel free to use this: > > http://clarityccs.com/modernapp/editor/trial_textarea.htm > > Its just a simple "bold/italic/underline/link" setup, because that''s > all I needed.... > > -Jerod > > On 6/5/06, Andrew Tetlaw <atetlaw-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I moved from FCk to TinyMCE because of the projects emphasis on > > ''well-formed-ness'' > > > > On 06/06/06, Alex Duffield <alex-GLL9njBnHiGqPKKiFzS5XxZCeNDtXRbv@public.gmane.org> wrote: > > > > > > FCKeditor does get messy and leave empty tags. Its on eof the reasons I am > > > looking into alternatives. To offten I get support calls from clients who > > > have gone a little "click happy" and managed to turn the code into tag soup. > > > > > > Does any one know if TinyMCE is any better in this regard? > > > > > > > > > > > > ______________________________________________________________________ > > > > > > Alex Duffield . Principal . InControl Solutions . > > > http://www.incontrolsolutions.com > > > > > > > > > > > > > > > > > > On 5-Jun-06, at 11:51 AM, Gregory Hill wrote: > > > > > > > > > > > > It says it does XHTML, which is a nice change of pace. It means I might > > > finally be able to integrate something into my personal projects. > > > > > > > > > > > > How clean does it keep the HTML? Most of the ones I''ve tried get to be a > > > jumbled mess of empty tags if you edit the text heavily. And sometimes they > > > get to the point where they ignore any further changes because the tags are > > > overlapping so badly that it can''t figure out what to do any more. If this > > > one is different, I might just have to start using it. > > > > > > > > > > > > Greg > > > > > > > > > > > > > > > ________________________________ > > > > > > > > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > > > Behalf Of Pete Forde > > > Sent: Monday, June 05, 2006 12:12 PM > > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > Subject: Re: [Rails-spinoffs] rich text editors > > > > > > > > > > > > > > > I''m a registered user of FCK as well. I do like it, but it''s a tad on the > > > complex side. That said, it has nice server integration with several > > > backends. I''ve been following the ruby bindings passively. > > > > > > > > > > > > > > > > > > I''ve also been looking at TinyMCE as a more lightweight alternative that > > > supports Safari. > > > > > > > > > > > > > > > > > > Anyhow, I''m not familiar with any prototype based editors. Here''s the list I > > > refer to; the only thing missing is a last updated stamp. > > > > > > > > > > > > > > > > > > http://www.geniisoft.com/showcase.nsf/WebEditors > > > > > > > > > > > > > > > > > > Pete > > > > > > > > > > > > ----- Original Message ----- > > > > > > > > > From: Alex Duffield > > > > > > > > > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > > > > > > > Sent: Monday, June 05, 2006 2:04 PM > > > > > > > > > Subject: [Rails-spinoffs] rich text editors > > > > > > > > > > > > > > > Sorry for the some what off topic question, but I was looking for some > > > opinions on rich text editors. > > > > > > > > > > > > > > > > > > I currently use FCKeditor in my CMS system, and I quite like it, but was > > > wondering if there where any good editors that used prototype. > > > > > > > > > > > > > > > > > > Thanks in advance! > > > ______________________________________________________________________ > > > Alex Duffield . Principal . InControl Solutions . > > > http://www.incontrolsolutions.com > > > > > > > > > > > > > > > ________________________________ > > > > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > _______________________________________________ > > > Rails-spinoffs mailing list > > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > > > > > > > > > > > > > -- > > Andrew Tetlaw > > htp://tetlaw.id.au > > _______________________________________________ > > Rails-spinoffs mailing list > > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- Jean-Philippe Encausse - R&D Jalios SA Jp [at] encausse.net - http://www.encausse.com - http://www.jalias.com GTalk: jp.encausse [at] gmail.com - SMS: sms [at] jp.encausse.net Mob: +33 6 82 12 56 99 Jalios: +33 1 39 23 92 83 Tel: +33 1 39 18 90 15 Do it Once, Use it Twice ~ Do it Twice, Make It Once