Does anyone have a good suggestion for the best editor that can I embed on my application.. -- Posted via http://www.ruby-forum.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-/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 -~----------~----~----~----~------~----~------~--~---
Hi I have limited experience with FCKEditor -- http://www.fckeditor.net/ and slightly more exp with tinymce -- http://tinymce.moxiecode.com/ but in my experience the better solution is to use textile -> http://redcloth.org/ & http://wiki.rubyonrails.org/rails/pages/RedClothsince they are simpler and then harder for users to break. TinyMCE imho gives the user to many options and since most people are not good with layout they often make a bigger mess than if you gave them something like redcloth/textile Regards On Mon, Dec 29, 2008 at 11:52 AM, Johny ben < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Does anyone have a good suggestion for the best editor that can I embed > on my application.. > -- > Posted via http://www.ruby-forum.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-/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 -~----------~----~----~----~------~----~------~--~---
+1 for Textile or Markdown (my preference) ... try looking up rdiscount if you want to use Markdown, I''m sure there are better options out there. On Dec 29, 9:11 am, "Ivor Paul" <ivorp...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > > I have limited experience with FCKEditor --http://www.fckeditor.net/ > > and slightly more exp with tinymce --http://tinymce.moxiecode.com/ > > but in my experience the better solution is to use textile ->http://redcloth.org/&http://wiki.rubyonrails.org/rails/pages/RedClothsincethey are simpler > and then harder for users to break. TinyMCE imho > gives the user to many options and since most people are not good with > layout they often make a bigger mess than if you gave them something like > redcloth/textile > > Regards > > On Mon, Dec 29, 2008 at 11:52 AM, Johny ben < > > rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > Does anyone have a good suggestion for the best editor that can I embed > > on my application.. > > -- > > Posted viahttp://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Thank you for your reply guys.. I choose fckeditor because it is free and suite to all i need.. -- Posted via http://www.ruby-forum.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-/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 -~----------~----~----~----~------~----~------~--~---