GitXplorerGitXplorer
r

splashreader

public
22 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
5ca29d2e49edea2134bc435b4163c11a27eb8680

version bump to 3.4.0

rrattrayalex committed 8 years ago
Unverified
8e214560ffee9da7cfab1ab1725c2a3250dc40eb

upgrades to latest

rrattrayalex committed 8 years ago
Unverified
4ad7b776f3db2efc519381752fd33897ec759cc9

undo the 'fix' that broke everything

rrattrayalex committed 8 years ago
Unverified
4afb98df0b0474b42e2d5647eaab86b43c094d52

smaller up/down buttons

rrattrayalex committed 8 years ago
Unverified
10e22b864ece4e5e2ef771113ac336b0f89afcda

Version bump to 3.3.0

rrattrayalex committed 8 years ago
Unverified
63f85cf78c4cf5059aa906b88e62d752238004cd

Style cleanups

rrattrayalex committed 8 years ago

README

The README file for this repository.

A Speed Reader that lets you come up for air.

Get the Chrome Extension

Description

Sometimes, you want to zoom through an article at 800 words per minute.

But you might miss something. You might lose sense of where you are - in a bulleted list? A new paragraph?

SplashReader lets you easily switch back and forth between speed-reading and normal reading with a flick of the space bar.

Don't sacrifice comprehension for speed.

SplashReader pauses every paragraph, giving a sense of context. When you want to re-read a section or skip ahead, just highlight the word were you'd like to start and press the space bar.

SplashReader is an RSVP (Rapid Serial Visual Presentation), similar to other excellent speed-readers like Reedy, Spreed, Spritz, Squirt.io, and Glance. The main difference is the ease with which you can move back and forth between one-word-at-a-time speed reading, and standard reading.

Screenshots

To Develop:

  • Install deps: npm install
  • To build/watch: npm run dev
    • Navigate to chrome://extensions, turn on developer mode, and click "load unpacked extension". Choose this directory.
  • To create a chrome extension zip: npm run chrome
  • To typecheck, brew install flow, and run flow.
  • To lint, npm install -g eslint babel-eslint, and run eslint