Create a journal
journal-createCreates a Gamemaster-only journal with specified HTML pages in order, placing it in a folder when provided.
Instructions
Create a journal with exactly the given pages, in order, each stored as HTML exactly as sent (headings, images and @UUID links included). No template page is added. Only Gamemasters can see it. With folderName the journal goes into that journal folder (by id or exact name), which is created when it does not exist; without folderName it is created outside any folder. Returns the new journal id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the journal. | |
| pages | Yes | The pages, in order. At least one. | |
| folderName | No | Journal folder to put it in, by id or exact name; created when missing. Omit for no folder. |