Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 660 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 660 Bytes

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.