chapbook
chapbook copied to clipboard
A simple, readable story format for Twine 2.
**Is your feature request related to a problem? Please describe.** I want to style some passages in a similar way easily, based on their type. In some story their type...
I would like to individually configure `config.footer.left.transition.name` and `config.footer.right.transition.name`, so that I can use the left footer to show the name of items in a story and have that text...
Indented paragraphs can be achieved by adding `article p { text-indent: 2em; }` to a story's stylesheet. It would be preferable for paragraph indentation to be more easily accessible.
#### Is your feature request related to a problem? Please describe. I'd like to use input values in numeric calculations. How many coins will you wager? {text input for: 'wager'}...
Apologies if there's some way to do this that I haven't seen, but it isn't described in the guide. ## Is your feature request related to a problem? Please describe....
**Is your feature request related to a problem? Please describe.** I want to add some links to external sites (ex. Wikipedia), however i want them to open in a new...
**Describe the bug** I used the Link -> Passage Link function to add new links in the editor, and that created links like this: `{link to: 'Passage name', label: 'Label...
I have a central passage working as a "hub" with 5 `[if]` statements that only one can be triggered at any given time whenever the game loops back to that...
**Describe the bug** Reloading a story doesn't re-apply custom styles correctly. **To Reproduce** Create a story with this: ``` config.style.googleFont: '' config.style.page.font: 'AudioWide 32' config.style.dark.page.color: 'yellow-2' config.style.dark.page.link.color: 'red-4' -- This...