Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using chunks - too long chunks are splitted into lines. #13

Open
ghost opened this issue Sep 20, 2015 · 2 comments
Open

When using chunks - too long chunks are splitted into lines. #13

ghost opened this issue Sep 20, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 20, 2015

300 wps, 3 words per chunk

Too long words in chunk are splitted on 2 lines and that interferes with reading "flow".

My ideas for this issue 1) downsize font to match window size 2) display less words.

Konrad

@anthonynosek
Copy link
Owner

This is a challenging issue.

  • Make Sprint Reader screen wider
  • Reduce font size for reader

The other option is to measure the width of the text and reduce the font size accordingly. What happens when the chunk is much longer than the window width? We might reduce the font so much that it become illegible.

Thoughts?

@geb-braid
Copy link
Contributor

When would a chunk not fit in the window? If that happens, we should split the chunk into smaller chunks.

Date: Tue, 9 Feb 2016 18:35:16 -0800
From: [email protected]
To: [email protected]
Subject: Re: [sprint-reader-chrome] When using chunks - too long chunks are splitted into lines. (#13)

This is a challenging issue.

Make Sprint Reader screen wider
Reduce font size for reader

The other option is to measure the width of the text and reduce the font size accordingly. What happens when the chunk is much longer than the window width? We might reduce the font so much that it become illegible.

Thoughts?


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants