andrewmilson / shifty-spritz

Easy to use Javascript Spritz style reader
http://andrewmilson.com/shifty-spritz/
11 stars 5 forks source link

Newlines make a break #10

Open juhakivekas opened 9 years ago

juhakivekas commented 9 years ago

When reading text that is formatted with line breaks in the middle of senteces, the reader will stop at every newline for about the duration of one word. This interrupts the reading flow and is generally uncomfortable. I assume line breaks are made to take a pause in order to make the reading more pleasant, but if the line breaks are not at the end of sentences then maybe they could be handled differently?

This is the text i was reading when i notices this issue: http://geer.tinho.net/geer.langsec.21v15.txt

eugenesaenko commented 7 years ago

I think there are would be a condition if next line also empty then it will be skipped and pause will not increment