kdheepak/panvimdoc
Convert pandoc input to vimdoc output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 12, 2026
- License
- MIT
Pinned Snippet
uses: kdheepak/panvimdoc@662fb20304d20c539fb48a0bda628f5165507de7 # v4.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| vimdoc | Output vimdoc project name | yes | — |
| pandoc | Input pandoc file | yes | README.md |
| version | Vim version | no | NVIM v0.8.0 |
| toc | Table of contents | no | true |
| description | Project description used in title (if empty, uses neovim version and current date) | no | "" |
| titledatepattern | Pattern for the date that used in the title (if empty, uses '%Y %B %d') | no | %Y %B %d |
| demojify | Strip emojis from the vimdoc | no | false |
| dedupsubheadings | Add heading to subheading links | no | true |
| treesitter | Use treesitter for highlighting codeblocks | no | true |
| ignorerawblocks | Ignore raw blocks when generating vimdoc | no | true |
| docmapping | Use h4 headers as mapping docs | no | false |
| docmappingprojectname | Use project name in tag when writing mapping docs | no | true |
| shiftheadinglevelby | Shift heading levels by specified number | no | 0 |
| incrementheadinglevelby | Increment heading levels by specified number | no | 0 |
Outputs
no outputs