inky icon indicating copy to clipboard operation
inky copied to clipboard

An editor for ink: inkle's narrative scripting language

Results 202 inky issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/111224998/184532301-9bc2d7c8-715f-47d9-bcf3-067b1025209c.png) Currently there are options for 'restart | save | load | theme' in default export of web app. Any way to add an option to 'rewind single choice', in...

Much of what #181 was concerned about were installers and signing - all things that using Electron-Builder would enable. I've started the work in a branch: https://github.com/lunarcloud/inky/tree/electron-builder But I'm not...

Error stack: ``` Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization...

I was coding on my Inky project a few moments ago, until suddenly my computer shut off due to low battery. Now that I turn it on again and try...

Mostly updates dependencies and paths and "it works". However, when Inky launches, the UI is unresponsive, clicking and typing results in nothing happening. Any ideas what that might be? i.e....

The [`prefers-reduced-motion` media query](https://css-tricks.com/introduction-reduced-motion-media-query/) allows users to specify an accessibility setting for less animation. The purpose of this PR is to respect this setting in web export. - Scrolling: Smooth...

![image](https://user-images.githubusercontent.com/3602947/179311322-fcd47295-96c0-48fe-8971-948f8471b70c.png) Actual folding/unfolding function triggered by Ctrl + L on Inky Win64 v.0.13.0. Not a huge deal, just wanted to help capture the inconsistency.

Hiya, I just downloaded release 0.13.0, and when I open the app, the compiler instantly gives me this: ``` Ink compiler had an unexpected error ☹ Process terminated. Couldn't find...

Request to export .js for the currently selected .ink file...not the main .ink file you opened initially. Imagine you are working with two .ink files -- fileA and fileB. You...

Thanks to the latest version of inky, you can add snippets to be used in your project by editing the .ink.settings.json file. I think it would improve workflow if you...