![](https://lemmy.ml/pictrs/image/280bfb09-56c3-4810-9685-bc7d61d26b13.png)
![](https://programming.dev/pictrs/image/8140dda6-9512-4297-ac17-d303638c90a6.png)
7·
14 days agoI just write everything in vim, including raw html.
Not sure what your use case is, but if it’s a static website you’d probably want a static site generator so you can write in markdown and then also include raw html for things that markdown can’t represent.
I just use Vim out of habit. I’ve been using it as my main text editor since I was like 13 or so, maybe more like 10 I don’t really remember. It works perfectly well for the vast majority of my use cases. I use Jetbrains IDEs if I feel I need the power of a full IDE. Jetbrains has an IdeaVim plugin if you want it to be a modal editor, or if your fingers are accustomed to Vim keybindings.