Live data from Hacker News

Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

news.ycombinator.com

1–9 of 9 posts

Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

#1
When writing a blog post, do you prefer using Markdown or a rich-text editor to write? I am deciding in one of my projects whether technically-minded users should be able to use markdown or a rich-text editor, and wanted to know the general consensus on HN.

Re: Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

#4
I prefer markdown. I edit .md files in VSCode, while `jekyll serve` provides a web preview. VSCode has its own markdown preview, but I often have embedded images, videos, and LaTeX, so I use Jekyll's preview which shows exactly what readers will see.

Then I push the repo to gitlab and it gets hosted automatically.

Re: Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

#5
Markdown. I recently make the switch to Hugo and hugo server makes it easy to iterate on writing while also seeing the preview. I think it also depends on complex your blog is. For me, a flat file with words and maybe some images and math symbols are enough.

Re: Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

#6
post #5

Markdown. I recently make the switch to Hugo and hugo server makes it easy to iterate on writing while also seeing the preview. I think it also depends on complex your blog is. For me, a flat file with words and maybe some images and math symbols are enough.

What did you switch from? Thanks

Re: Ask HN: Do you prefer Markdown or a rich-text editor for blogging?

#7
post #5

Markdown. I recently make the switch to Hugo and hugo server makes it easy to iterate on writing while also seeing the preview. I think it also depends on complex your blog is. For me, a flat file with words and maybe some images and math symbols are enough.

What did you switch from? Thanks

I was using Jekyll but my blog was super old so I used the opportunity to try out a new static site generator.