David Donachie

Results 5 issues of David Donachie

### Is your feature request related to a problem? Please describe. The new `user.css` file allows the author to add custom styling to their Twine installation, but these styles are...

enhancement
P3 (could)

### Is your feature request related to a problem? Please describe. Story authors must wait until a story is entirely loaded (including the story format) before being able to load...

enhancement
P4 (maybe)

It is possible to override navigation using `Config.navigation.override`, but it not possible to prevent it. That means that in any situation where you interrupt navigation (e.g. when a player dies)...

enhancement

**Describe the bug.** Using `Engine.backward()` in a story with `Config.cleanupWikifierOutput = true` generates a passage with `` tags as if `Config.cleanupWikifierOutput` was not set. **To Reproduce:** 1. Set Config.cleanupWikifierOutput =...

bug

Imagine the following sequence: ```js Item.extendPrototype({ image: "" }); Item.add("Book", { image: "book.png", description: "A book" }); Item.add("Dog", { image: "dog.png", description: "A dog" }); Item.add("Ring", { description: "A Ring"...

bug