ink icon indicating copy to clipboard operation
ink copied to clipboard

inkle's open source scripting language for writing interactive narrative.

Results 209 ink issues
Sort by recently updated
recently updated
newest added

Inconsistent indentation and alignment shows up when reading through GitHub's markdown viewer. I didn't try to reformat everything, just enough so each example reads clearly. I also fixed a few...

Inklecate should have an option to display the version and exit early. In Linux, `inklecate -v` is reserved for verbose mode, so we should pick another letter (or add a...

**What Version:** - Inky win32-x64 - Inky version: 0.12.0 - ink version: 1.0 - inkjs version: 1.10.2 **What OS:** Windows 10 (at least one major update behind, I am afraid)...

It would be great to have the compiler available in WASM. Blazor may be able to resolve this.

When writing a large amount of JSON to a StreamWriter it's possible for the JSON to get truncated because the writer is never flushed before it's closed. This PR changes...

Styling options of Inky are only at the Beginners documentation. This is not an issue and such, but it is weird that that information is not located in the main...

Hello, I would like to request the supporting of CBOR as well as JSON. CBOR is a binary format, which means faster read times, and slight code obfuscation; CBOR is...

I am using https://www.nuget.org/packages/Ink.Engine.Runtime-Unofficial/ How can I do `undo/unwind` and record paths/choices taken? Looks like they are not provided in the package. Do I have to implement my own?

Hi, Ink masters! How do you solve the problem of navigating through a large number of files and knots? Twine wins here with its visual editor, but it's obviously not...

Hi, I made a story with Inky, with an image (png), and exported it to web. When I get to the dialog with the image, the dialog option below is...