Hacker News new | ask | show | jobs
by computeloops 4660 days ago
The upcoming Ghost[1] blogging platform/tool has side by side post editor that supports Markdown on left and visual formatting on right. This should make it easier to learn Markdown syntax.

Also, I believe, Markdown is the best option for generating formatted content on touch based devices.

[1]http://tryghost.org/features.html

1 comments

two-column layout is so last decade. Why hasn't anyone invented inline markdown editor yet?

Your current cursor line should be markdown source in plain text, other lines rendered HTML.

Prose.io has kind of a hybrid markdown editor (I think it's WYSIWYM?). It has markdown syntax highlighting that happens to look similar to the final output, though the markdown tags are still displayed. They also have a toolbar, which is used like a regular WYSIWYG toolbar, but generates mardown tags.

It's pretty neat.

Why not render the current line in HTML too?