简体   繁体   中英

which is the bes javascript library for text box with rich text editing options

On my website I want to provide a text box that has basic text editing options.

  • It should at least have the text editing options as that provided in stackoverflow text box but I need some more advanced features.
  • I had a look at ckeditor, and it does provide a lot of features, but it is a bit overdo. Moreover it is not easily customizable.

Can anybody suggest which is the best javascript library for that.

我不知道它是否是“最好的”,但我建议使用TinyMCE

YUI has a rich text control: http://developer.yahoo.com/yui/editor/

As for the SO Markdown editor, it's open source: http://code.google.com/p/pagedown/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM