An unhelpful error was displayed in the browser if the 'Chapter' line in a story's markdown did not specify an image file.
For example:
:::Chapter{headline="Citation"} instead of :::Chapter{headline="Citation" image="ghlogo.png"}
Firefox gave a somewhat understandable error but in Chromium it was not so obvious. I have added a slightly more graceful error handling, in which the page is still able to render, but the media pane div displays an error and a potential fix.
Tested in both firefox 109.0.1 and chromium 109.0.5414.119
An unhelpful error was displayed in the browser if the 'Chapter' line in a story's markdown did not specify an image file.
For example:
:::Chapter{headline="Citation"}
instead of:::Chapter{headline="Citation" image="ghlogo.png"}
Firefox gave a somewhat understandable error but in Chromium it was not so obvious. I have added a slightly more graceful error handling, in which the page is still able to render, but the media pane div displays an error and a potential fix.
Tested in both firefox 109.0.1 and chromium 109.0.5414.119