|
|
пре 1 година | |
|---|---|---|
| .. | ||
| autoload | пре 1 година | |
| compiler | пре 1 година | |
| doc | пре 1 година | |
| ftdetect | пре 1 година | |
| ftplugin | пре 1 година | |
| plugin | пре 1 година | |
| python3 | пре 1 година | |
| .vintrc.yaml | пре 1 година | |
| LICENSE | пре 1 година | |
| README.mkd | пре 1 година | |
vim-pandoc provides facilities to integrate Vim with the pandoc document
converter and work with documents written in its markdown
variant
(although textile documents are also supported).
vim-pandoc's goals are 1) to provide advanced integration with pandoc, 2) a
comfortable document writing environment, and 3) great configurability.
vim-pandoc doesn't provide syntax support. The user needs to install
vim-pandoc/vim-pandoc-syntax alongside it (see below). The reason for
this is we have found cleaner to keep the bug tracking of the syntax file and
the rest of the system separate.:Pandoc command, which
can accept any argument pandoc takes, both in regular vim and in
neovim.pandoc is a filetype plugin, but it can also attach itself to
different filetypes, like textile or restructuredText. The user is not
limited to use pandoc with markdown.The plugin follows the usual bundle structure, so it's easy to install it using pathogen, Vundle or NeoBundle.
The most recent version is available at github. For those who need it, a tarball is available from here.
For Vundle users, it should be enough to add
Plugin 'vim-pandoc/vim-pandoc'
to .vimrc, and then run :PluginInstall.
It is very strongly recommended that all users of vim-pandoc install
vim-pandoc-syntax too:
Plugin 'vim-pandoc/vim-pandoc-syntax'
fmoralesc is the project maintainer, and he tries to solve all issues as soon as possible. Help is very much appreciated, in the form of bug reports, fixes, code and suggestions.
If you have a problem, it is better to open a issue in the issue tracker at github. Please state the problem clearly, and if possible, provide a document sample to reproduce it.
Join the chat at https://gitter.im/vim-pandoc/vim-pandoc