inky
inky copied to clipboard
An editor for ink: inkle's narrative scripting language
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!  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 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.
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...