vim-pandoc-legacy
vim-pandoc-legacy copied to clipboard
[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
Hello, I have problem with folding. Whenever I start a new document and type few paragraphs folding are correctly displayed. But after reopen there are no folding. I noticed that...
`pandoc` supports multiple markdown flavors. From `pandoc` version 1.12.0.2: - markdown - markdown_github, - markdown_mmd - markdown_phpextra - markdown_strict It would be nice to be able to pick which versions...
When there is a file `file.md` and a .bib `file.bib` the localleader pdf+ will generate a correct latex output using the `--bibliography file.bib` option, but the html+ does not give...
Text is not broken at white space when a line is longer than `textwidth`.
#79 adds `textwidth` option to `equalprg` if it is set, I think it would be nice to do the same with `MarkdownTidy` and `MarkdownTidyWrap` functions as well.
Shouldn't that look like this? ``` diff diff --git a/syntax/pandoc.vim b/syntax/pandoc.vim index 4dde4e4..9de62a2 100644 --- a/syntax/pandoc.vim +++ b/syntax/pandoc.vim @@ -356,7 +356,7 @@ endif try unlet b:current_syntax - syn include @YAML...
I've started a "zotero" branch. So far, it implements citekey completion from zotero, relying on pygnotero. This remains half-baked, because there is currently no easy way to get zotero to...
I don't know if this is possible with vim-pandoc, but some syntax files can work alongside others, for instance set ft=php.html, and properly highlight the embedded code. It would be...
If `\label{abc_xyz}` is in a pandoc document, Ctrl+P in `\eqref{a}` after `a` can only leads to `\eqref{abc}` but not `\eqref{abc_xyz}`. Is there a way to let the completion know to...
As discussed in issue #71, it might be nice to allow the user to specify their preferred viewer for a given filetype. This could be via an option passed to...