I have a scene description in my .fountain file that looks like this:
Joe watches Maggie get up, leave the room, then come back carrying a
chair from his dining table in the other room.
In my case, my text editor (vim, but who cares, this is a bigger issue than just vim) is configured to add a newline after 72 characters.
I get output that looks like this (I'm using screenplain):
Joe watches Maggie get up, leave the room, then come back
carrying a
chair from his dining table in the other room.
But I want output that looks like this instead:
Joe watches Maggie get up, leave the room, then come back carrying a chair from his dining table in the other room.
What I want is that the wrapping should happen at the very end. Sorta like in HTML, line breaks get ignored usually. The line breaks are just because I don't like really long lines.
This might be a fanciful wish, but I wonder if it is even possible to have the parsing apps understand that some newlines should be discarded, but others should be respected.
Is there already a way to achieve what I want? In other words, can I split my lines at 72 characters, but have those newlines be ignored.
This might be a "eat my cake and have it too" thing, but I'm hoping that other folks at least understand what I'm hoping for.
I have a scene description in my .fountain file that looks like this:
In my case, my text editor (vim, but who cares, this is a bigger issue than just vim) is configured to add a newline after 72 characters.
I get output that looks like this (I'm using screenplain):
But I want output that looks like this instead:
What I want is that the wrapping should happen at the very end. Sorta like in HTML, line breaks get ignored usually. The line breaks are just because I don't like really long lines.
This might be a fanciful wish, but I wonder if it is even possible to have the parsing apps understand that some newlines should be discarded, but others should be respected.
Is there already a way to achieve what I want? In other words, can I split my lines at 72 characters, but have those newlines be ignored.
This might be a "eat my cake and have it too" thing, but I'm hoping that other folks at least understand what I'm hoping for.