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.

Show HN: Compare 10 WYSIWYG editors side-by-side

24 pointsby onassar4 months ago

4 comments

coderabhi4 months ago
I recently used PlateJS to implement a rich text editor in a web-based messaging app. It had some very minute quirks on iOS input which turned into blockers for our app's launch. Same for Lexical. Are you planning to add these "bugs" to the editor pages as well, so people are aware of them before picking one?
评论 #42805474 未加载
trotterdylan4 months ago
Hey HN, I’m one of the creators. We’re always dealing with each WYSIWYG’s quirks, strengths, and licensing. It’s tedious. Being able to preview and compare them in one place really speeds up picking the right editor for each project. Hope it helps. Let us know if we’re missing something!
onassar4 months ago
Hey all - we frequently need to use wysiwyg editors for projects, and one thing we often get stuck on is previewing different ones to see how they work, what they look like, and if they fit the needs of our project.<p>To make this easier, we built a tool to compare different editors. With it you can: - Quickly see a demo of 10 different editors - Favourite or add them to a compare page to see them side-by-side - Filter by certain licenses (e.g. MIT) - Filter by editors that are “block based”<p>Would love your feedback here (especially if there are editors you want us to add). We also open-sourced the editors integration here: <a href="https:&#x2F;&#x2F;github.com&#x2F;bitcomplete&#x2F;labs-wysiwyg-editors">https:&#x2F;&#x2F;github.com&#x2F;bitcomplete&#x2F;labs-wysiwyg-editors</a>
marcosgrala4 months ago
Are you planning on adding some code samples directly on the page?
评论 #42805274 未加载