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.
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.<p>Then I push the repo to gitlab and it gets hosted automatically.
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.
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.