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

It's easy to export these files to another editor and re-import, but it would be nice to implement one of the many open-libraries for spell checking etc.

To reproduce: ``` EXTERNAL Foo() Hello World! ~ Foo() ``` Output is just ``End of Story``. When removing `` ~ Foo()`` however, ``Hello World!`` is printed as expected.

Hi, I can use but not compile with Ink. ``` Ink compiler had an unexpected error ☹ Failure processing application bundle. Ink compiler had an unexpected error ☹ Failed to...

Indented text is indicated by dividers, however navigating to another knot is not indicated at all! ![image](https://user-images.githubusercontent.com/6495061/138151691-57469180-4e8f-497a-a599-db8e2a0c68e3.png) A suggested fix for this I could do a pr for is to...

fixes #358 Spent some time going through the tests and making sure they worked properly. Some key points: - I updated Mocha (9.0.1) and Spectron (6.0.0) so WebDriverIO could be...

Use `os.tmpdir` and `fs.mkdtemp` to create a uniquely named temporary directory in the correct place. Also attempt to remove the temporary directory on application exit. This uses `fs.rmSync` which is...

Hi I'd like to be able to pop out the test pane on the right side of the main app window. I write on a vertical screen (rather than horizontal)...

![inky-tmp-error](https://user-images.githubusercontent.com/255844/135733881-d22c5af7-b720-4c52-8ba4-b2f4005acce0.png) Inky uses a directory `/tmp/inky_compile` for temporary files to compile. Because this is a hard coded path and includes no random element, it is the same for any user...

If you remove a file in the project (e.g. in the finder), it still compiles when it shouldn't.

enhancement

See [#674](https://github.com/inkle/ink/issues/674). When playing a story in the web player, images are added to the div with a height of zero, which is updated after they load in. If they're...