Emacs mode for Stack Overflow's markdown

前端 未结 5 1937
隐瞒了意图╮
隐瞒了意图╮ 2020-12-22 15:11

I am using Org-mode in Emacs to handle all my technical documentation. I would like to use Emacs to prepare questions that I have for Stack Overflow. Is there an Emacs mode

5条回答
  •  执笔经年
    2020-12-22 15:32

    @N.N's answer is applicable to Chrome also, with these changes in details.

    Chrome has Edit with Emacs extension, which is similar to It's all text. After installing it, you'll find further instructions from the extension options page.

    There is an emacs customization group edit-server with options, most importantly the major mode change per site is configured differently than in @N.N's answer:

    (add-to-list 'edit-server-url-major-mode-alist
                 '("^stackoverflow" . markdown-mode))
    

    Also, for the edit-server to work in terminal emacs, I had to disable the edit-server-new-frame option.

提交回复
热议问题