TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anybody know a good web-based WYSIWYG HTML editor to integrate?

9 pointsby lionheartover 14 years ago
Hi HN,<p>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.<p>Has anybody here had success with finding a good editor and integrating it into their application?<p>I'd appreciate any recommendations.

8 comments

shantanubalaover 14 years ago
You've probably already heard of these, but I really wouldn't recommend many of the smaller WYSIWYG editor projects -- they can sometimes be buggy or undeveloped.<p>You can re-theme TinyMCE if you want a mature, stable, and well-trusted package. The theming system isn't too difficult to learn. <a href="http://tinymce.moxiecode.com/tryit/skins.php" rel="nofollow">http://tinymce.moxiecode.com/tryit/skins.php</a><p>Also there's the old FCK Editor that got renamed. <a href="http://ckeditor.com/" rel="nofollow">http://ckeditor.com/</a>
评论 #2050407 未加载
Athtarover 14 years ago
If you don't mind being on the cutting edge, you can try this: <a href="http://www.aloha-editor.com/" rel="nofollow">http://www.aloha-editor.com/</a>. It's a HTML5 Editor.<p>Otherwise, I second the recommendations for TinyMCE and CKEditor.
评论 #2052870 未加载
qotdover 14 years ago
Another vote for <a href="http://ckeditor.com/" rel="nofollow">http://ckeditor.com/</a>
szadokover 14 years ago
I am also in the process of building my RoR app and need a wysiwyg editor. I have found a gem which installs tinyMCE on your rails app: <a href="https://github.com/kete/tiny_mce" rel="nofollow">https://github.com/kete/tiny_mce</a> It took me 3 minutes to integrate it into my app. My only backdraw is that it lacks the ability to upload an image - so I am looking into that now.<p>Good luck.
nicholasjbsover 14 years ago
There's Xinha: <a href="http://xinha.webfactional.com" rel="nofollow">http://xinha.webfactional.com</a> (I don't know what its current state is)
gspyrouover 14 years ago
Try <a href="http://tinymce.moxiecode.com/" rel="nofollow">http://tinymce.moxiecode.com/</a>
lionheartover 14 years ago
Does anybody know what Shopify uses for their editor for example?
10smomover 14 years ago
how about a bbcode editor?
评论 #2049909 未加载