Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best rich textarea editor for jQuery? [closed]

Something like this one on the Stackoverflow site would be nice!

Or something non-jQuery that doesn't conflict with jQuery $() tags would be great.

like image 894
Edward Tanguay Avatar asked Oct 16 '08 08:10

Edward Tanguay


People also ask

What is Froala editor?

Froala Editor is a lightweight WYSIWYG HTML Editor written in Javascript that enables rich text editing capabilities for your applications.

What is rich textarea?

The RichTextArea field allows entering or editing formatted text. The toolbar provides all basic editing functionalities. The text content of RichTextArea is represented in HTML format. RichTextArea inherits TextField and does not add any API functionality over it.


2 Answers

I'm surprised nobody has mentioned markitup:

markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.

alt text

like image 63
Chris S Avatar answered Nov 04 '22 20:11

Chris S


For me markitup is an excellent editor. It does rich text as a markup editor and allows you to use different standards: html, wiki, UBB, etc... It also allows plugins very easily.

like image 25
Jeremy B. Avatar answered Nov 04 '22 22:11

Jeremy B.