chapbook
chapbook copied to clipboard
A simple, readable story format for Twine 2.
Hello, not sure if this is a bug. I've looked through the docs, the cookbook and even your source code... Nowhere does it say how do manipulate a list. If...
**Is your feature request related to a problem? Please describe.** Twine-style games often have links within passage paragraphs that highlight something of particular focus (perhaps an object or person, a...
**Is your feature request related to a problem? Please describe.** Wanted to play around and the very first thing on the very first page I wanted to add was a...
**Is your feature request related to a problem? Please describe.** Authors may use variable names like `location` which conflict with variables in browser scope, which can cause mysterious errors. **Describe...
Story created with chapbook doesn't render on iPad Safari. I'm referring to default _Cloak of Darkness_ example. It's just blank page with page title. Alternatively, story created with Harlowe is...
**Describe the bug** Please enter a clear and concise description of what the bug is. The [after time] block when used with [append] in combination of [javascript] blocks will produce...
**Describe the bug** This code in story JS doesn't work: `config.style.page.font = "Arial 32"` However, putting it in the vars block of the first passage does. **Expected behavior** Should work...
I have previously done this with Sugarcube, but wonder if I can add jQuery UI elements, like sliders to Chapbook. In my Javascript file I have... ` var script =...
**Is your feature request related to a problem? Please describe.** I would like to use tags to perform certain duties programmatically using the [JavaScript] modifier. (One duty, for example, is...
**Is your feature request related to a problem? Please describe.** Users may want to style text, etc., inside {cycling link} like they can outside it. **Describe the solution you'd like**...