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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

EpicEditor: An Embeddable JavaScript Markdown Editor

165 点作者 mars将近 13 年前

13 条评论

cwilson将近 13 年前
I'd love to implement this instead of a WYSIWYG into our platform, but the problem is our users (non-technical) are not going to take the time to learn markdown. Even if we had a guide on the right I have a hunch they would still be super confused.<p>Idea: Add buttons to the top (optional) that LOOK like a WYSIWYG (something they are familiar with), that simply apply markdown around text.<p>I think you'd see such much wider adoption with that addition, which is something I'd love to happen, because WYSIWYG's do indeed suck.
评论 #4237846 未加载
评论 #4237477 未加载
评论 #4237635 未加载
评论 #4237916 未加载
评论 #4240609 未加载
antihero将近 13 年前
What'd I'd love to see is something that is a WYSIWYG interface for editing Markdown. Markdown is fantastic and awesome because it limits what people can do, but expecting clients to learn it is a pain in the arse.
评论 #4239315 未加载
guptaneil将近 13 年前
This looks cool, but unfortunately does not work well on touch devices. It looks like the preview and maximize buttons depend on the hover event.
评论 #4237917 未加载
DanielRibeiro将近 13 年前
Hint: the maximize button splits the screen, and giving you editor/look view (like coffeescript site does for coffee/js).
drewmclellan将近 13 年前
This is similar in many ways to MarkItUp (<a href="http://markitup.jaysalvat.com/" rel="nofollow">http://markitup.jaysalvat.com/</a>), which I've had good experiences with.<p>One potential pitfall with JavaScript preview of Markdown (or Textile, or any other similar language) is that if you're not using the same script to transform the content at the server side, the final output can contain subtle differences. Not all implementations are precisely equal. If differences do occur, that can be frustrating for the user who just carefully previewed their work.<p>An alternative (albeit a more resource intensive one) would be to make ajax requests back to the server and have it perform the transformation and return it to the page. Unfortunately, that's probably not going to be satisfactory for realtime previewing.
评论 #4239233 未加载
dfischer将近 13 年前
I think it would be better if it offered some way to see a cheat sheet. I don't see that in the initial examples and too lazy to investigate.
评论 #4237510 未加载
评论 #4237920 未加载
pstuart将近 13 年前
Nice. MultiMarkdown would be even cooler!
评论 #4237474 未加载
easternmonk将近 13 年前
I have been looking for something like this for a long time. Most certainly I will try this out.
Produce将近 13 年前
Is the 'epic' supposed to be ironic?
评论 #4240307 未加载
president将近 13 年前
This is brilliant.
NHQ将近 13 年前
very nice!
skylamer将近 13 年前
similar:<p><a href="http://hallojs.org" rel="nofollow">http://hallojs.org</a>
tubbo将近 13 年前
That's...fucking awesome.