export_chapter_html
Export a chapter from BookStack as a standalone HTML file. Specify the chapter ID or name along with book context.
Instructions
Export a chapter as a contained HTML file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter_id | No | ID of the chapter to export. Required if name is not provided. | |
| name | No | Name of the chapter to export. Required if chapter_id is not provided. | |
| book_id_context | No | ID of the book containing the chapter. Required if chapter_name is used. | |
| book_name_context | No | Name of the book containing the chapter. Required if chapter_name is used. |