Hacker News new | ask | show | jobs
by getup8 3452 days ago
"open source software has been making the editing ease-of-use accessible to any JavaScript developer"

What's a great open source mediumesque editor at the moment? Feel like the choices are never ending / always changing. Quill? Medium-Editor? Scribe?

4 comments

There's Ghost. Its frontend theme is reminiscent of Medium.

Link is here: https://github.com/TryGhost/Ghost

After some research we went with Scribe and it works well.

Our requirements were clean html output, stable and that it works in Chrome and Safari.

Worth mentioning is that the maintainers does not focus on broad browser support.

Please could you link to Scribe? Can't find it googling. Thanks.
Thanks!
This is what I am using in my work --

https://github.com/yabwe/medium-editor

Dave

Ghost's editor is the best one I know of (there's a plugin for Wordpress that does basically the same thing - Gust), but it's still not as good as the Medium editor by a long shot.
Isn't Ghost a Markdown-based editor? If so, I can't imagine anything more unlike Medium.