Hacker News new | ask | show | jobs
by scheff 4666 days ago
Why are we still writing in mark down? Fair enough, as a techie, it's just assumed you will learn another "language" and be productive. But a creative writer shouldn't have to think "how many #'s do I need to press? what's the shortcode for italics?" They just want to be free to create. But they also want to see their masterpiece coming to life in all it's glory.

We've mastered the "Word editor" and it gives immediate feedback without reaching for a reference manual, why would we (inclusive: all writers) take a step backwards?

2 comments

One benefit is that it's portable: your text will be rendered properly with the correct formatting anywhere markdown is supported (github, forum comments, blog post, etc). It essentially frees you from having to worry about layout and visual styling, which shouldn't interfere with the writing process.
There's no markdown standard (although I think some implementers were talking about it) beyond the original implementation, some implementations may not even support that I believe hacker news supports a subset. It is portable in the sense that you get(probably browser portable) simple html after running it through a probably open source markdown implementation as opposed to complex word formatting formats like odf or docx.
> what's the shortcode for italics?

If you really have qualms about remembering * ... *, I think you probably have more problems on your hands than not being free to create.