{"id":13442296,"url":"https://github.com/vim-pandoc/vim-pandoc-syntax","last_synced_at":"2025-03-20T13:33:21.224Z","repository":{"id":11622537,"uuid":"14121102","full_name":"vim-pandoc/vim-pandoc-syntax","owner":"vim-pandoc","description":"pandoc markdown syntax, to be installed alongside vim-pandoc","archived":false,"fork":false,"pushed_at":"2023-11-26T07:58:38.000Z","size":442,"stargazers_count":420,"open_issues_count":148,"forks_count":62,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-03-26T02:58:43.594Z","etag":null,"topics":[],"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.md","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}},"created_at":"2013-11-04T19:24:26.000Z","updated_at":"2024-03-21T01:44:18.000Z","dependencies_parsed_at":"2023-11-26T08:28:35.433Z","dependency_job_id":"8fe29dab-f0a9-4d36-84f9-bed241268152","html_url":"https://github.com/vim-pandoc/vim-pandoc-syntax","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc-syntax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc-syntax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc-syntax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vim-pandoc%2Fvim-pandoc-syntax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vim-pandoc","download_url":"https://codeload.github.com/vim-pandoc/vim-pandoc-syntax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221768546,"owners_count":16877659,"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":[],"created_at":"2024-07-31T03:01:44.011Z","updated_at":"2024-10-28T02:31:58.853Z","avatar_url":"https://github.com/vim-pandoc.png","language":"Vim Script","funding_links":[],"categories":["Vim Script","Word Processors","Tutorial"],"sub_categories":["Windows Manager"],"readme":"# vim-pandoc-syntax\n\n[![Vint](https://github.com/vim-pandoc/vim-pandoc-syntax/workflows/Vint/badge.svg)](https://github.com/vim-pandoc/vim-pandoc-syntax/actions?workflow=Vint)\n\nStandalone pandoc syntax module, to be used alongside\n[vim-pandoc](http://github.com/vim-pandoc/vim-pandoc).\n\nForked from the version provided by `fmoralesc/vim-pantondoc`, in turn taken\nfrom `vim-pandoc/vim-pandoc`.\n\n## Requirements\n\n* A vim version with `+conceal`\n* [vim-pandoc](http://github.com/vim-pandoc/vim-pandoc), to set the\n  `pandoc` filetype (otherwise you'll have to set it up yourself).\n\n## Installation\n\nThe repository follows the usual bundle structure, so it's easy to install it\nusing [pathogen](https://github.com/tpope/vim-pathogen),\n[Vundle](https://github.com/gmarik/vundle) or NeoBundle.\n\nFor Vundle users, it should be enough to add\n\n    Plugin 'vim-pandoc/vim-pandoc-syntax'\n\nto `.vimrc`, and then run `:PluginInstall`.\n\nFor those who need it, a tarball is available from\n[here](https://github.com/vim-pandoc/vim-pandoc-syntax/archive/master.zip).\n\n### Standalone\n\nIf you want to use `vim-pandoc-syntax` without vim-pandoc, you'll need to tell\nVim to load it for certain files. Just add something like this to your vimrc:\n\n~~~ vim\naugroup pandoc_syntax\n    au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc\naugroup END\n~~~\n\nFor vimwiki users, use\n\n~~~ vim\naugroup pandoc_syntax\n  autocmd! FileType vimwiki set syntax=markdown.pandoc\naugroup END\n~~~\n\n\n## Features\n\n* Supports most (if not all) pandoc's markdown features, including tables,\n  delimited codeblocks, references, etc.\n* Can handle multiple embedded languages (LaTeX, YAML headers, many languages\n  in delimited codeblocks). Some commands are provided to help with this (see\n  `:help pandoc-syntax-commands`)\n* Pretty display using `conceal` (optional).\n* Configurable (see `:help pandoc-syntax-configuration` for an overview of the\n  options).\n\n## Screenshots\n\n![img1](http://i.imgur.com/UKXbG2V.png)\n![img2](http://i.imgur.com/z8FpxRP.png)\n![img3](http://i.imgur.com/ziNjQiE.png)\n![img4](http://i.imgur.com/UKoOxzP.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-pandoc%2Fvim-pandoc-syntax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvim-pandoc%2Fvim-pandoc-syntax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvim-pandoc%2Fvim-pandoc-syntax/lists"}