Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Nb | 5,733 | 2 | 4 days ago | 295 | July 18, 2023 | 103 | agpl-3.0 | Shell | ||
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script. | ||||||||||
Vim Pandoc | 920 | 20 days ago | 98 | mit | Vim Script | |||||
pandoc integration and utilities for vim | ||||||||||
Asynctasks.vim | 835 | 5 days ago | 37 | mit | Vim Script | |||||
:rocket: Modern Task System for Project Building, Testing and Deploying !! | ||||||||||
Previm | 773 | 12 days ago | 5 | other | JavaScript | |||||
Realtime preview by Vim. (Markdown, reStructuredText, textile) | ||||||||||
Awesome Scientific Writing | 594 | a month ago | 8 | cc0-1.0 | ||||||
:keyboard: A curated list of awesome tools, demos and resources to go beyond LaTeX | ||||||||||
Boost | 546 | 5 months ago | 1 | other | ||||||
Get started right. Become a shell native. This is the way. | ||||||||||
Vim Pandoc Syntax | 394 | 9 months ago | 148 | mit | Vim Script | |||||
pandoc markdown syntax, to be installed alongside vim-pandoc | ||||||||||
Vim Colors Github | 277 | 3 years ago | 8 | Vim script | ||||||
A Vim colorscheme based on Github's syntax highlighting as of 2018. | ||||||||||
Panvimdoc | 186 | 9 days ago | 2 | mit | CSS | |||||
Write documentation in pandoc markdown. Generate documentation in vimdoc. | ||||||||||
Dots | 136 | a year ago | Vim script | |||||||
Personal *nix configuration files |
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