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.

EpicEditor: An Embeddable JavaScript Markdown Editor

165 pointsby marsalmost 13 years ago

13 comments

cwilsonalmost 13 years ago
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 未加载
antiheroalmost 13 years ago
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 未加载
guptaneilalmost 13 years ago
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 未加载
DanielRibeiroalmost 13 years ago
Hint: the maximize button splits the screen, and giving you editor/look view (like coffeescript site does for coffee/js).
drewmclellanalmost 13 years ago
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 未加载
dfischeralmost 13 years ago
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 未加载
pstuartalmost 13 years ago
Nice. MultiMarkdown would be even cooler!
评论 #4237474 未加载
easternmonkalmost 13 years ago
I have been looking for something like this for a long time. Most certainly I will try this out.
Producealmost 13 years ago
Is the 'epic' supposed to be ironic?
评论 #4240307 未加载
presidentalmost 13 years ago
This is brilliant.
NHQalmost 13 years ago
very nice!
skylameralmost 13 years ago
similar:<p><a href="http://hallojs.org" rel="nofollow">http://hallojs.org</a>
tubboalmost 13 years ago
That's...fucking awesome.