First of all. This is not another “how do I exit vim?” shitpost.

I’ve been using (neo)vim for about two years and I started to notice, that I,m basically unable to use non-vim editors. I do not code a lot, but I write a lot of markown. I’d like to use dedicated tools for this, but their vim emulators are so bad. So I’m now stuck with my customized neovim, devoid of any hope of abandoning this strange addiction.

Any help or advice?

    • theshatterstone54@feddit.uk
      link
      fedilink
      arrow-up
      16
      arrow-down
      1
      ·
      edit-2
      24 days ago

      No joke, Emacs has the ability to render in line markdown, essentially the current line is just text, while the rest of the doc is rendered as markdown titles, links, lists, etc. It’s my favourite way of editing markdown but I’ve never found another editor that does markdown like that. Everything else has text and rendered markdown side by side as separate panes, which I personally hate.

      Edit: I stand corrected. Neovim has it too: https://github.com/MeanderingProgrammer/render-markdown.nvim

        • NaN@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          24 days ago

          Marktext is another. Pretty lightweight and more permissive license than Obsidian.

      • rien333@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        24 days ago

        No joke, Emacs has the ability to render in line markdown, essentially the current line is just text, while the rest of the doc is rendered as markdown titles, links, lists, etc.

        This sounds amazing. I’ve been using markdown-mode for ages now though, and I’ve never come across this feature.

        How do you enable this?