Tagged Questions
1
vote
2answers
180 views
Is there an extension that previews markdown instantly?
In vim, there is a plugin called
vim-instant-markdown that
displays markdown output; and it supports GFM!
In emacs, I know there is a
markdown-mode that can be used
when we write markdown, and we can ...
0
votes
2answers
145 views
Editor of txt files for Windows with syntax highlight and foldable/collapsible sections for Markdown [closed]
I asked the same for Notepad++, but in fact I don't mind changing of software.
I am interested in managing txt files that contain Markdown. I would like to find an editor of txt files for Windows ...
0
votes
1answer
53 views
vim mail mode with markdown syntax
I've recently switched to Mutt, and am using vim as my main editor, which is working quite well. My only minor annoyance is that I would like to, in addition to the various highlights and such done my ...
3
votes
2answers
339 views
VIM with iA Writer type formatting?
I've been Googling for a while now. I would like to have iA Writer-like (or a bit like StackExchange) formatting in Vim. Since I love the way it formats my texts, but I'm constantly pressing "w" to ...
3
votes
2answers
407 views
An alternative to Markdown or LaTeX to create Word documents with headings?
In work I got assigned to do some translation work, I prefer working in vim rather than word and style it later.
Is there a program that will let me use Markdown style syntax to create Word ...
1
vote
1answer
345 views
MacVim IM INSERT MODE
While using MacVim to edit markdown files, when I enter the insert (i) or append (a) mode and type the grave ` character to start or end a line of code, MacVim switches to IM INSERT MODE and sometimes ...
10
votes
2answers
1k views
Multimarkdown table formatting in Vim
I've recently moved from using TextMate to using Vim a lot more (because I split my time between Mac and Linux). One thing I miss is the wonderful MultiMarkdown bundle which, amongst other features, ...
2
votes
2answers
858 views
Multimarkdown syntax plugin for vim
I notice vim as of 7.3 has builtin support for markdown syntax. Is there anywhere available a syntax plugin for multimarkdown?