Hi, Which is the most advisable Rich Text Editor plugin / gem to use? Please advise
Ritvvij wrote:> Hi, > > Which is the most advisable Rich Text Editor plugin / gem to use? > > Please adviseI really liked tinymce, simple to use, lightweight and easy to implement but I couldn''t get an image upload to work with it. I ended up installing and trying about 6 others until I finally gave up and went with fckEditor which I hate. It''s a reasonable user interface for users but it''s not simple to implement. It''s bloated, heavy, and OTT IMO but it''s the only one I could get working with image uploading. There is a new version called ckeditor which is in beta test right now which proclaims to be w2c compliant and claims to produce w3c compliant markup. I''ll be playing with that when I get some time to spare. -- Posted via http://www.ruby-forum.com/.
I used tinymce. Will move onto ckeditor in next release. Thanks a lot. :-) On Aug 8, 12:36 am, James West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Ritvvij wrote: > > Hi, > > > Which is the most advisable Rich Text Editor plugin / gem to use? > > > Please advise > > I really liked tinymce, simple to use, lightweight and easy to implement > but I couldn''t get an image upload to work with it. > > I ended up installing and trying about 6 others until I finally gave up > and went with fckEditor which I hate. > > It''s a reasonable user interface for users but it''s not simple to > implement. > It''s bloated, heavy, and OTT IMO but it''s the only one I could get > working with image uploading. There is a new version called ckeditor > which is in beta test right now which proclaims to be w2c compliant and > claims to produce w3c compliant markup. I''ll be playing with that when I > get some time to spare. > -- > Posted viahttp://www.ruby-forum.com/.
On Aug 8, 12:59 pm, Ritvvij <ritvi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I used tinymce. > Will move onto ckeditor in next release. > Thanks a lot. :-) > > On Aug 8, 12:36 am, James West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: > > > Ritvvij wrote: > > > Hi, > > > > Which is the most advisable Rich Text Editor plugin / gem to use? > > > > Please advise > > > I really liked tinymce, simple to use, lightweight and easy to implement > > but I couldn''t get an image upload to work with it. > > > I ended up installing and trying about 6 others until I finally gave up > > and went with fckEditor which I hate. > > > It''s a reasonable user interface for users but it''s not simple to > > implement. > > It''s bloated, heavy, and OTT IMO but it''s the only one I could get > > working with image uploading. There is a new version called ckeditor > > which is in beta test right now which proclaims to be w2c compliant and > > claims to produce w3c compliant markup. I''ll be playing with that when I > > get some time to spare. > > -- > > Posted viahttp://www.ruby-forum.com/.what with the image upload couldn''t you get working? I hacked out a simple tinyMCE inline image uploader using jquery and jquery.form a little while back; its nowhere close to what i''d call quality code, but i suppose if i uploaded it somewhere it might help you find where you went wrong? i''m almost irrationally afraid of FCK, so
On Aug 8, 1:34 pm, pharrington <xenogene...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Aug 8, 12:59 pm, Ritvvij <ritvi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > I used tinymce. > > Will move onto ckeditor in next release. > > Thanks a lot. :-) > > > On Aug 8, 12:36 am, James West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > > > > Ritvvij wrote: > > > > Hi, > > > > > Which is the most advisable Rich Text Editor plugin / gem to use? > > > > > Please advise > > > > I really liked tinymce, simple to use, lightweight and easy to implement > > > but I couldn''t get an image upload to work with it. > > > > I ended up installing and trying about 6 others until I finally gave up > > > and went with fckEditor which I hate. > > > > It''s a reasonable user interface for users but it''s not simple to > > > implement. > > > It''s bloated, heavy, and OTT IMO but it''s the only one I could get > > > working with image uploading. There is a new version called ckeditor > > > which is in beta test right now which proclaims to be w2c compliant and > > > claims to produce w3c compliant markup. I''ll be playing with that when I > > > get some time to spare. > > > -- > > > Posted viahttp://www.ruby-forum.com/. > > what with the image upload couldn''t you get working? I hacked out a > simple tinyMCE inline image uploader using jquery and jquery.form a > little while back; its nowhere close to what i''d call quality code, > but i suppose if i uploaded it somewhere it might help you find where > you went wrong? > > i''m almost irrationally afraid of FCK, sook http://github.com/pharrington/simpleimage/tree/master
Hi, You can use fckeditor. It''s very flexible..i used a lot. 2009/8/8 pharrington <xenogenesis-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> > On Aug 8, 12:59 pm, Ritvvij <ritvi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I used tinymce. > > Will move onto ckeditor in next release. > > Thanks a lot. :-) > > > > On Aug 8, 12:36 am, James West <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > wrote: > > > > > Ritvvij wrote: > > > > Hi, > > > > > > Which is the most advisable Rich Text Editor plugin / gem to use? > > > > > > Please advise > > > > > I really liked tinymce, simple to use, lightweight and easy to > implement > > > but I couldn''t get an image upload to work with it. > > > > > I ended up installing and trying about 6 others until I finally gave up > > > and went with fckEditor which I hate. > > > > > It''s a reasonable user interface for users but it''s not simple to > > > implement. > > > It''s bloated, heavy, and OTT IMO but it''s the only one I could get > > > working with image uploading. There is a new version called ckeditor > > > which is in beta test right now which proclaims to be w2c compliant and > > > claims to produce w3c compliant markup. I''ll be playing with that when > I > > > get some time to spare. > > > -- > > > Posted viahttp://www.ruby-forum.com/. > > what with the image upload couldn''t you get working? I hacked out a > simple tinyMCE inline image uploader using jquery and jquery.form a > little while back; its nowhere close to what i''d call quality code, > but i suppose if i uploaded it somewhere it might help you find where > you went wrong? > > i''m almost irrationally afraid of FCK, so > > >-- Regards, Amit Kumar Sr. Software Engrr +91 9890654102 +91 9373087399 Blogsite: http://amitbaraik.blog.co.in/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I use TinyMCE, and like it very much. -- Posted via http://www.ruby-forum.com/.
toamitkumar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Aug-09 16:21 UTC
Re: RichTextEditor
tinymce 3.2.5 is pretty flexible !! On Aug 9, 4:01 am, Fernando Perez <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I use TinyMCE, and like it very much. > -- > Posted viahttp://www.ruby-forum.com/.