{"id":13442289,"url":"https://github.com/vim-pandoc/vim-pandoc","last_synced_at":"2025-03-20T13:33:19.945Z","repository":{"id":11963176,"uuid":"14535342","full_name":"vim-pandoc/vim-pandoc","owner":"vim-pandoc","description":"pandoc integration and utilities for vim","archived":false,"fork":false,"pushed_at":"2024-03-25T10:15:19.000Z","size":795,"stargazers_count":938,"open_issues_count":104,"forks_count":108,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-03-26T02:58:43.601Z","etag":null,"topics":["conversion","markdown","pandoc","plugin-vim","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vim-pandoc.png","metadata":{"files":{"readme":"README.mkd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2013-11-19T19:26:06.000Z","updated_at":"2024-04-15T07:12:36.315Z","dependencies_parsed_at":"2024-01-03T05:41:34.264Z","dependency_job_id":"8bc4dba7-d463-4c91-a008-7b6983e7a089","html_url":"https://github.com/vim-pandoc/vim-pandoc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vim-pandoc","download_url":"https://codeload.github.com/vim-pandoc/vim-pandoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221768539,"owners_count":16877657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["conversion","markdown","pandoc","plugin-vim","vim"],"created_at":"2024-07-31T03:01:43.945Z","updated_at":"2025-03-20T13:33:19.939Z","avatar_url":"https://github.com/vim-pandoc.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","plugins for writing","Vim script","Tutorial","Word Processors"],"sub_categories":["Windows Manager"],"readme":"# vim-pandoc\n\n[![Vint](https://github.com/vim-pandoc/vim-pandoc/workflows/Vint/badge.svg)](https://github.com/vim-pandoc/vim-pandoc/actions?workflow=Vint)\n\n`vim-pandoc` provides facilities to integrate Vim with the [pandoc][] document\nconverter and work with documents written in [its markdown\nvariant](http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown)\n(although textile documents are also supported). \n\n`vim-pandoc`'s goals are 1) to provide advanced integration with pandoc, 2) a\ncomfortable document writing environment, and 3) great configurability.\n\n[pandoc]: http://johnmacfarlane.net/pandoc/\n\n## IMPORTANT\n\n* **`vim-pandoc` doesn't provide syntax support**. The user needs to install\n  [vim-pandoc/vim-pandoc-syntax][] alongside it (see below). The reason for\n  this is we have found cleaner to keep the bug tracking of the syntax file and\n  the rest of the system separate.\n\n[vim-pandoc/vim-pandoc-syntax]: https://github.com/vim-pandoc/vim-pandoc-syntax\n\n## Outstanding features \n\n* [x] Modular architecture, so the user is in control of what the plugin does.\n  For example, if you decide you don't want to use our folding rules, you can\n  disable them without it affecting other parts of vim-pandoc. Modules are\n  simple to develop, too.\n* [x] Sets up a comfortable environment for editing prose, either for soft or\n  hard wraps.\n* [x] Can execute pandoc asynchronously, through the `:Pandoc` command, which\n  can accept any argument pandoc takes, both in regular vim and in\n  [neovim](https://github.com/neovim/neovim).\n* [x] `pandoc` is a filetype plugin, but it can also attach itself to\n  different filetypes, like textile or restructuredText. The user is not\n  limited to use pandoc with markdown.\n* [x] Useful custom mappings for markdown writers (partially implemented,\n  perpetually ongoing). For example, we provide WYSIWYG-style style toggles for\n  emphasis, strong text, subscripts, etc. [Suggestions are\n  welcome.](https://github.com/vim-pandoc/vim-pandoc/issues/2)\n* [x] Advanced folding support (syntax assisted, relative ordering...).\n* [x] TOC functionality, using vim's quickfix system.\n* [x] Bibliographies support, like autocompletion of cite keys. We plan to\n  display additional information on the bibliography items on request. \n* [x] Basic hypertext support: follow internal and external links.\n* [ ] Annotations: add metadata to your files (comments, TODOs, etc.)\n\n## Requirements\n\n* Vim 7.4/Neovim (we make use of the new python API).\n* Python 3\n- Pandoc 2.x\n\n## Installation\n\nThe plugin follows the usual bundle structure, so it's easy to install it using\n[pathogen](https://github.com/tpope/vim-pathogen),\n[Vundle](https://github.com/gmarik/vundle) or NeoBundle.\n\nThe most recent version is available [at\ngithub](https://github.com/vim-pandoc/vim-pandoc). For those who need it, a\ntarball is available from\n[here](https://github.com/vim-pandoc/vim-pandoc/archive/master.zip).\n\nFor Vundle users, it should be enough to add\n\n    Plugin 'vim-pandoc/vim-pandoc'\n\nto `.vimrc`, and then run `:PluginInstall`.\n\nIt is *very strongly* recommended that all users of `vim-pandoc` install\n`vim-pandoc-syntax` too:\n\n    Plugin 'vim-pandoc/vim-pandoc-syntax' \n\n## Contributing\n\n[fmoralesc](http://github.com/fmoralesc) is the project maintainer, and he tries\nto solve all issues as soon as possible. Help is very much appreciated, in the\nform of bug reports, fixes, code and suggestions. \n\nIf you have a problem, it is better to open a issue in the [issue tracker at\ngithub][]. Please state the problem clearly, and if possible, provide a\ndocument sample to reproduce it.\n\n[issue tracker at github]: https://github.com/vim-pandoc/vim-pandoc/issues\n\nJoin the chat at https://gitter.im/vim-pandoc/vim-pandoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-pandoc%2Fvim-pandoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvim-pandoc%2Fvim-pandoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-pandoc%2Fvim-pandoc/lists"}