chapbook
chapbook copied to clipboard
A simple, readable story format for Twine 2.
Super excited to see the release of Chapbook. I've jumped straight into developing an interactive book using Twee and Chapbook. The biggest stand-out issue for me is that currently the...
Should `prettier` be a dev dependency? Or am I misunderstanding the purpose of `eslint-config-prettier`. Either way, the lack of auto-indentation is troubling me 😅
Instead of writing long sequences of blocks with nested conditions to create a description, I'd like to be able to group those into a separate passage that's then conditionally embedded....
Right now, custom inserts don’t work with a string that includes a variable to be displayed: `{custom insert: “the value of displayVariable is {displayVariable}”}` That’s prevented because, in `render-inserts.ts` `render()`...
**Describe the bug** `{test insert: "hello {"}` is not parsed correctly. **To Reproduce** See above. **Expected behavior** Should call the insert with the string `"hello {"`. **Stories and screenshots** n/a...
Using desktop Twine version 2.8.8.0 with Chapbook version 1.2.3 on Windows 10, I find that using the "after" modifier creates a conflict with both the crossfade and fadeInOut passage-transition styles,...
**Setting variables via link** At present, the Chapbook guide does not provide any method of setting variables via clicking a link (referred to as "Setter links" in Twine 1.0+). According...
**Describe the bug** Ambient sound doesn't crossfade or fade out when stopping. **To Reproduce** 1. Play an ambient sound. 2. Insert a different ambient sound. **Expected behavior** Should crossfade, but...
Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...