Live data from Hacker News

Show HN: Publish a Markdown website in 5 minutes

markdownsites.com

31–40 of 159 posts

Re: Show HN: Publish a Markdown website in 5 minutes

#31
post #22

There's no greater metaphor for the detachment of the tech-elite from the average user than the pervasiveness of Markdown. Its a poor answer to a problem that exists solely because of lack of coordination among the very tech-elite who rely on MD. An open spec for efficient binary encoding of formatted text is the thing we've needed for 20 years - not more MD tools.

An efficient binary encoding is not necessary. Just use HTML, which has existed for over 20 years.

Re: Show HN: Publish a Markdown website in 5 minutes

#33
post #22

There's no greater metaphor for the detachment of the tech-elite from the average user than the pervasiveness of Markdown. Its a poor answer to a problem that exists solely because of lack of coordination among the very tech-elite who rely on MD. An open spec for efficient binary encoding of formatted text is the thing we've needed for 20 years - not more MD tools.

> An open spec for efficient binary encoding of formatted text is the thing we've needed for 20 years - not more MD tools.

How would this improve anything? Is there something about Markdown that makes it inherently inferior that I don't know about? I don't consider myself a tech-elite and Markdown seems just fine to me.

Re: Show HN: Publish a Markdown website in 5 minutes

#34
post #29
post #22

There's no greater metaphor for the detachment of the tech-elite from the average user than the pervasiveness of Markdown. Its a poor answer to a problem that exists solely because of lack of coordination among the very tech-elite who rely on MD. An open spec for efficient binary encoding of formatted text is the thing we've needed for 20 years - not more MD tools.

I have two questions: 1) What's the problem that's being solved? 2) And what's a good answer? I'm genuinely curious because I've never considered Markdown anything more than a way to more easily render text -- which it seems to do fine. But, maybe I've just exposed myself as an average user..

1) See here[1] - problem very specifically being solved is lack of readability of HTML (and HTML being the only open portable spec for formatted text).

2) A good answer is another, more efficient open spec for encoding formatted text - meaning I can use any app to format my text, then open it in another app and be sure I have full fidelity. This fidelity would be constrained by a requirement of HTML output.

[1]: https://daringfireball.net/projects/markdown/syntax#philosop...

Re: Show HN: Publish a Markdown website in 5 minutes

#36
Making a modern, responsive, mobile-aware website seems like a huge learning curve right now.

It would be great if there was a tool that let you use simple markdown, took a few options, and generated beautiful static pages like e.g. Medium with a minimum of hassles.

I guess a lot of people use WordPress with themes, or Weebly, SquareSpace but it still seems pretty complicated.

Re: Show HN: Publish a Markdown website in 5 minutes

#37
post #22

There's no greater metaphor for the detachment of the tech-elite from the average user than the pervasiveness of Markdown. Its a poor answer to a problem that exists solely because of lack of coordination among the very tech-elite who rely on MD. An open spec for efficient binary encoding of formatted text is the thing we've needed for 20 years - not more MD tools.

A major point of markdown is that it is not a binary format and can be read anywhere without a dedicated markdown viewer. Personally I absolutely hate rich text editors, because they try to be smart with formatting, text adjacency, and copying.

Re: Show HN: Publish a Markdown website in 5 minutes

#38
Great idea, but the design would have to be significantly more attractive for me to use it for most of the things that would immediately spring to mind.

That's a solvable problem, though - grab some top-flight themes with appropriate licenses and you're probably good to go!

Re: Show HN: Publish a Markdown website in 5 minutes

#39
My major critique is that the generated sites are needlessly javascript powered. Right when I saw the "Loading" I thought oh no how many assets are going to be downloaded... for just markdown content.

I guess I'm just an old web 1.0 guy but I just don't see and understand why everything must be done in a super dynamic way. Hell sometimes I like clicking on a link and watching the browser do the loading as it is confirmation for me the thing actually got loaded. Particularly when buying/shopping for stuff (ie traditional POST).

Re: Show HN: Publish a Markdown website in 5 minutes

#40
post #39

My major critique is that the generated sites are needlessly javascript powered. Right when I saw the "Loading" I thought oh no how many assets are going to be downloaded... for just markdown content. I guess I'm just an old web 1.0 guy but I just don't see and understand why everything must be done in a super dynamic way. Hell sometimes I like clicking on a link and watching the browser do the loading as it is confi…

I think it's completely fine to use JavaScript here. It would be nice to have instant page pushes.

But it should be rendering the site without a loading indicator. There's no reason that should be displayed

Post reply on HN