inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.41k stars 295 forks source link

Map View #297

Open keatonjahn opened 4 years ago

keatonjahn commented 4 years ago

As a previous user of Twine, I sometimes find it handy to view the story as a map of knots on a grid tied together by diverts. I believe inklewriter has this functionality, though it won't load my more complex .json files from inky. It would be great to implement a "Map View" option in Inky to help visualize the connections in a story.

lunarcloud commented 2 years ago

So... your stories might not ever get so complex, but it's very possible to write ink that would be nearly impossible to chart like this. If it was implemented, it would have to be smart enough to bomb out at a certain level of complexity. It's not as trivial to implement as in other IF tools.