I recently (finally) moved a bunch of my poems and short stories and other writings off of Google Docs and into a git repo of text files. Right now I’m editing them with VSCode or Zed, which I just found and like so far. Both are fine but not really geared toward writing not-code. What have y’all found that you like writing in?

  • Beej Jorgensen
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Honestly, I write virtually everything as markdown in Vim. The only time I get out of that is when I have very specific formatting requirements and I don’t feel like messing with LaTeX or I need to submit a Word document.

    Plain text is superior due to lack of dependencies. 😁