I got an idea to integrate a WYSIWYG editor (which I will implement tomorrow) and from what I can tell, there are two that are currently in used most widely. TinyMCE FCKeditor Any preference in terms of setup, ease of use and features? I was about to use TinyMCE, but FCKeditors appears to have file upload built in (whereas you have to buy it separately for TinyMCE). Of course, if there is a better editor, I would be interested. :) - Rilindo -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I am quite happy with TinyMCE and there is a Rails plugin that simplifies the usage. If you use ActiveScaffold, it has a bridge that you can use and have TinyMCE editing in practicly no time. The file upload is AFAIK supported by a plugin fork http://github.com/devon/tiny_mce_plus/ but i have not tested it nor read the docs so can''t tell you if it will really help you. good luck with your choice! Jakub On Dec 19, 4:40 am, Rilindo Foster <rili...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I got an idea to integrate a WYSIWYG editor (which I will implement tomorrow) and from what I can tell, there are two that are currently in used most widely. > > TinyMCE > FCKeditor > > Any preference in terms of setup, ease of use and features? I was about to use TinyMCE, but FCKeditors appears to have file upload built in (whereas you have to buy it separately for TinyMCE). > > Of course, if there is a better editor, I would be interested. :) > > - Rilindo-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 19 Dec 2009, at 16:15, Jakub wrote:> I am quite happy with TinyMCE and there is a Rails plugin that > simplifies the usage. If you use ActiveScaffold, it has a bridge that > you can use and have TinyMCE editing in practicly no time. The file > upload is AFAIK supported by a plugin fork > > http://github.com/devon/tiny_mce_plus/ > > but i have not tested it nor read the docs so can''t tell you if it > will really help you. > > good luck with your choice!CKEditor is the successor of FCKEditor (http://ckeditor.com/). It has better features, performance and setup compared to their older brothers imo (especially if you are working with Ajax) and the code is cleaner. Best regards Peter De Berdt -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sat, Dec 19, 2009 at 11:32 PM, Peter De Berdt <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org> wrote:> > On 19 Dec 2009, at 16:15, Jakub wrote: > > I am quite happy with TinyMCE and there is a Rails plugin that > simplifies the usage. If you use ActiveScaffold, it has a bridge that > you can use and have TinyMCE editing in practicly no time. The file > upload is AFAIK supported by a plugin fork > > http://github.com/devon/tiny_mce_plus/ > > but i have not tested it nor read the docs so can''t tell you if it > will really help you. > > good luck with your choice! > > CKEditor is the successor of FCKEditor (http://ckeditor.com/). It has better > features, performance and setup compared to their older brothers imo > (especially if you are working with Ajax) and the code is cleaner. > > Best regardsHi Peter, Thanks for sharing. I was also looking for a solution myself, and found CKEditor pretty straightforward and easy to setup. Thanks!!! Fidel. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
http://github.com/sandipransing/rails_tiny_mce Support image and media uploads On Sun, Dec 20, 2009 at 4:10 PM, Fidel Viegas <fidel.viegas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> On Sat, Dec 19, 2009 at 11:32 PM, Peter De Berdt > <peter.de.berdt-LPO8gxj9N8aZIoH1IeqzKA@public.gmane.org> wrote: > > > > On 19 Dec 2009, at 16:15, Jakub wrote: > > > > I am quite happy with TinyMCE and there is a Rails plugin that > > simplifies the usage. If you use ActiveScaffold, it has a bridge that > > you can use and have TinyMCE editing in practicly no time. The file > > upload is AFAIK supported by a plugin fork > > > > http://github.com/devon/tiny_mce_plus/ > > > > but i have not tested it nor read the docs so can''t tell you if it > > will really help you. > > > > good luck with your choice! > > > > CKEditor is the successor of FCKEditor (http://ckeditor.com/). It has > better > > features, performance and setup compared to their older brothers imo > > (especially if you are working with Ajax) and the code is cleaner. > > > > Best regards > > Hi Peter, > > Thanks for sharing. I was also looking for a solution myself, and > found CKEditor pretty straightforward and easy to setup. > > Thanks!!! > > Fidel. > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > >-- Sandip --- www.funonrails.com -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.