create-quest-journal
Create multi-page quest journals from structured typed blocks. Define pages with headings, paragraphs, read-alouds, GM notes, and lists, controlling player visibility per page.
Instructions
Create a multi-page journal (quest log, handout, lore, GM notes) from STRUCTURED typed blocks — a STRUCTURING tool, it never writes the words. You pass pages of blocks (heading / lead / paragraph / readaloud / gmnote / list / grid / html); the tool renders them in the house style and sets per-page visibility (playerVisible -> players can observe a handout; omit -> GM-only). Compose the prose yourself (that's the journal-builder skill's job). For plain raw-HTML pages use create-journal instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | Yes | Ordered pages (e.g. a player Handout page + a GM Notes page), each a list of blocks. | |
| title | Yes | Journal entry name. | |
| folderName | No | Optional folder to organize the journal into (created if it does not exist). |