TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby ViktorBashabout 3 years ago
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.

5 comments

tlbabout 3 years ago
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&#x27;s preview which shows exactly what readers will see.<p>Then I push the repo to gitlab and it gets hosted automatically.
j-romabout 3 years ago
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.
评论 #31460503 未加载
navjack27about 3 years ago
All. Everything.<p>Write in Word for spell checking and grammar. Bring that into VS Code and format with markdown and if needed html or latex. Push to gitlab with whatever needed for the post. Tell netlify to grab those changes and rebuild the Hugo.
el_sinchiabout 3 years ago
markdown all the way<p>you can use an external editor and then paste into the blog
评论 #31458995 未加载
filnstuffabout 3 years ago
i use markdown for everything, i even use it to take school notes