TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

24 点作者 onassar4 个月前

4 条评论

coderabhi4 个月前
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 个月前
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 个月前
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 个月前
Are you planning on adding some code samples directly on the page?
评论 #42805274 未加载