inkle / inky

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

[Request] Option to keep (>=2) subsequent newlines or whitespaces #403

Open bartjakobs opened 2 years ago

bartjakobs commented 2 years ago

In the Inky editor (or any code editor), text is formatted in monospaced. When compiling, all the formatting (like whitespaces / newlines to divide paragraphs) is removed.

joningold commented 2 years ago

This would be less helpful than you might think: ink tends to generate quite a lot of blank newlines during processing.

You can enforce whitespace using a
tag in either JS or Unity.

Message ID: @.***>