export_chapter_plaintext
Export a BookStack chapter to plain text by providing its ID or name and book details.
Instructions
Export a chapter as a plain text 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. |