All Projects → vim-pandoc → Vim Pandoc

vim-pandoc / Vim Pandoc

Licence: mit
pandoc integration and utilities for vim

Projects that are alternatives of or similar to Vim Pandoc

Pandoc Ruby
Ruby wrapper for Pandoc
Stars: ✭ 299 (-59.26%)
Mutual labels:  markdown, pandoc
Nb
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.
Stars: ✭ 3,846 (+423.98%)
Mutual labels:  markdown, pandoc
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+410.9%)
Mutual labels:  markdown, pandoc
Manubot
Python utilities for Manubot: Manuscripts, open and automated
Stars: ✭ 260 (-64.58%)
Mutual labels:  markdown, pandoc
Pandoc Starter
📄 My pandoc markdown templates and makefiles
Stars: ✭ 443 (-39.65%)
Mutual labels:  markdown, pandoc
Pander
An R Pandoc Writer: Convert arbitrary R objects into markdown
Stars: ✭ 267 (-63.62%)
Mutual labels:  markdown, pandoc
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+373.84%)
Mutual labels:  markdown, pandoc
Pandoc Markdown Book Template
A template for creating epub books from markdown using pandoc.
Stars: ✭ 191 (-73.98%)
Mutual labels:  markdown, pandoc
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (-46.87%)
Mutual labels:  markdown, pandoc
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (-49.05%)
Mutual labels:  markdown, pandoc
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+345.78%)
Mutual labels:  markdown, conversion
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+3203.81%)
Mutual labels:  markdown, pandoc
Tufte Pandoc Css
Starter files for using Pandoc Markdown with Tufte CSS
Stars: ✭ 215 (-70.71%)
Mutual labels:  markdown, pandoc
Panflute
An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
Stars: ✭ 286 (-61.04%)
Mutual labels:  markdown, pandoc
Pandoc Book Template
A simple Pandoc template to build documents and ebooks.
Stars: ✭ 214 (-70.84%)
Mutual labels:  markdown, pandoc
Pandoc Letter
Pandoc template for writing letters in markdown
Stars: ✭ 303 (-58.72%)
Mutual labels:  markdown, pandoc
Awesome Scientific Writing
⌨️ A curated list of awesome tools, demos and resources to go beyond LaTeX
Stars: ✭ 162 (-77.93%)
Mutual labels:  markdown, pandoc
Rmarkdown
Dynamic Documents for R
Stars: ✭ 2,319 (+215.94%)
Mutual labels:  markdown, pandoc
Markup.rocks
Pandoc based document editor and converter in your browser.
Stars: ✭ 348 (-52.59%)
Mutual labels:  markdown, pandoc
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+730.93%)
Mutual labels:  markdown, pandoc

vim-pandoc

Vint

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.

IMPORTANT

  • 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.

Outstanding features

  • [x] Modular architecture, so the user is in control of what the plugin does. For example, if you decide you don't want to use our folding rules, you can disable them without it affecting other parts of vim-pandoc. Modules are simple to develop, too.
  • [x] Sets up a comfortable environment for editing prose, either for soft or hard wraps.
  • [x] Can execute pandoc asynchronously, through the :Pandoc command, which can accept any argument pandoc takes, both in regular vim and in neovim.
  • [x] 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.
  • [x] Useful custom mappings for markdown writers (partially implemented, perpetually ongoing). For example, we provide WYSIWYG-style style toggles for emphasis, strong text, subscripts, etc. Suggestions are welcome.
  • [x] Advanced folding support (syntax assisted, relative ordering...).
  • [x] TOC functionality, using vim's quickfix system.
  • [x] Bibliographies support, like autocompletion of cite keys. We plan to display additional information on the bibliography items on request.
  • [x] Basic hypertext support: follow internal and external links.
  • [ ] Annotations: add metadata to your files (comments, TODOs, etc.)

Requirements

  • Vim 7.4/Neovim (we make use of the new python API).
  • Python 3
  • Pandoc 2.x

Installation

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' 

Contributing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].