Ask HN: Anybody know a good web-based WYSIWYG HTML editor to integrate?
Hi HN,
I've been scouring the Internet looking for a good HTML editor I can integrate into my web app and haven't found anything that actually looks good.
Has anybody here had success with finding a good editor and integrating it into their application?
I'd appreciate any recommendations.
13 comments
[ 4.4 ms ] story [ 39.6 ms ] threadYou can re-theme TinyMCE if you want a mature, stable, and well-trusted package. The theming system isn't too difficult to learn. http://tinymce.moxiecode.com/tryit/skins.php
Also there's the old FCK Editor that got renamed. http://ckeditor.com/
https://github.com/galetahub/rails-ckeditor
I'll have to try it out and see how good it is.
There really is a huge hole in the market for a Rails-integrated WYSIWYG editor. There are tons of PHP ones. What I'm seeing is a lot of people are forced to run PHP on their server just for the editor and load it through AJAX.
Hopefully soon there'll be more ports of editors to Ruby.
Otherwise, I second the recommendations for TinyMCE and CKEditor.
Good luck.