The web version is great, but it's also reasonable to want to have an offline copy of the book.
This can minimally be done by running
pandoc **/*.md -o --toc toolsntechniques.docx
(which I am extremely delighted by, :heart: Pandoc!), but that doesn't give me nice looking chapters because it's not using the metadata that I've hacked in with Rippledoc and the directory-based metadata.yml.
I think there are two approaches we could do for this (maybe both):
Modify Rippledoc to generate PDFs (or docx) for every page, and add a link to the PDF or docx version of the page next to the link that gives direct access to the Markdown version of the page,
Update the GitHub repository to use releases and build a single giant PDF/docx file any time the text changes.
The web version is great, but it's also reasonable to want to have an offline copy of the book.
This can minimally be done by running
(which I am extremely delighted by, :heart: Pandoc!), but that doesn't give me nice looking chapters because it's not using the metadata that I've hacked in with Rippledoc and the directory-based
metadata.yml
.I think there are two approaches we could do for this (maybe both):