Skip to content

A shell script to automate building pdfs of the neovim documentation

License

Notifications You must be signed in to change notification settings

jkbr-19/neovim-pdf-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

neovim-pdf-manual

A shell script to automate building pdfs of the Neovim documentation

What it does

The script fetches the html version of the user documentation from https://neovim.io/doc/user/ with wget and puts it in a directory. When its done downloading it converts the html documents with pandoc using the pdf engine pdfroff.

Problems

As of now it creates a pdf for every html page. Creating the pages on languages with special characters like Nvim documentation: arabic doesn't fully work on my machine as I don't have all the fonts set up.

About

A shell script to automate building pdfs of the neovim documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages