ofalvai/speed-reader

Change number of words shown

Closed this issue · 2 comments

Hi Ofalvai,

How could one change the number of words shown when using speed-reader?

I split the text by spaces and iterate over the words one by one, so it's not possible to show more than one word at a time. It would require a little bit of modification and refactoring.

Whoops, I forgot to mention, but I did a bit of refactoring on the text splitting, because I wanted to display more than one word, but only if the words are short. So that's how it works now, and I think it works well.
Closing the issue.