Damus
Andrew Tropin · 18w
I've opened https://vim-jp.org/vimdoc-en/filetype.html and got hard flash backs. It looks exceptionally cool and nostalgic, but when I scrolled to VimL listings I almost got an anxiety attack.
Ramin Honary profile picture
@nprofile1q... this is why I still author my structured documents in raw HTML. With Emacs it is much easier to enter tags quickly and automatically, and move around parts of documents, and re-order parts of the DOM tree. The presentation of the document could be better in Emacs, it would be nice to edit the formatted text rather than constantly run shr-render-buffer, but it isn’t a bad experience overall.
1
Andrew Tropin · 18w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpq053m9ka5kf6r3rlcr3kmstaswqk2ewqduv2dvtjtud3p38r0dxvqng38ae I was using html-ts-mode + combobulate and it was a fun experiment. https://github.com/mickeynp/combobulate However, the problem is not in HTML/js/css/whatever per se. Overall, the plai...