Create a journal
journal-createCreate a multi-page journal in a Foundry VTT world, storing each page as HTML exactly as provided and placing it in a specified folder (or no folder). Only Gamemasters can view the result.
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. |