TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 ViktorBash将近 3 年前
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 条评论

tlb将近 3 年前
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-rom将近 3 年前
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 未加载
navjack27将近 3 年前
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_sinchi将近 3 年前
markdown all the way<p>you can use an external editor and then paste into the blog
评论 #31458995 未加载
filnstuff将近 3 年前
i use markdown for everything, i even use it to take school notes