SkillAgentSearch skills...

Htmlbook

Convert a Quarto book to O'Reilly's html book format

Install / Use

/learn @hadley/Htmlbook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

htmlbook

<!-- badges: start --> <!-- badges: end -->

htmlbook converts Quarto books to O'Reilly's HTMLBook format. It's far from perfect but was successfully on R4DS and R packages.

Installation

You can install the development version of htmlbook from GitHub with:

# install.packages("devtools")
devtools::install_github("hadley/htmlbook")

Usage

First render your quarto book, and then call:

htmlbook::convert_book()

This will create a new oreilly directory containing the files you need to upload to Atlas. You'll also need to manually update your atlas.json (either by hand or with Configure | Files) to reflect the correct chapter ordering.

Supported features

  • Overall structure including parts and appendices.
  • Figures and code blocks.
  • Cross-references.
  • Call outs.
  • Footnotes.
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks2

Languages

HTML

Security Score

60/100

Audited on Apr 6, 2025

No findings