update-quest-journal
Append styled sections to D&D quest journals by providing typed blocks (headings, paragraphs, lists, callouts). Can target a specific page or create a new page.
Instructions
Append a new styled section to a quest/journal page from typed blocks (e.g. a heading "Session 3" + paragraphs of what happened) — the §8 session-log/progress path. You supply the words as blocks; the tool styles + appends them. By default appends to the first text page; use pageId to target a page, or newPageName to start a new page. Structuring only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blocks | Yes | Typed blocks to APPEND as a new styled section (e.g. a heading "Session 3 — date" + paragraphs). You supply the words; the tool styles them. Include a heading block to label it. | |
| pageId | No | Page to append to (id from list-journals). Omit to use the first text page. | |
| journalId | Yes | ID of the quest journal to update. | |
| newPageName | No | If set (without pageId), create a NEW page with this name from the blocks instead. | |
| playerVisible | No | Set the target/new page visibility: true = players can OBSERVE it (a handout), false = GM-only. Omit to leave visibility unchanged (a new page then inherits GM-only). |