diff options
| author | Franklin Wei <git@fwei.tk> | 2017-03-11 17:00:47 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2017-03-15 15:02:53 -0400 |
| commit | 1bab5562c2498b6273916e2d0271a9deca1a97b1 (patch) | |
| tree | e9190e482c255d3edff240b16d50e5ecb4cb812c /manual/plugins/speedread.tex | |
| parent | 2af6923dd6de62ec4a8684c120e961ee03cbe259 (diff) | |
| download | rockbox-1bab5562c2498b6273916e2d0271a9deca1a97b1.zip rockbox-1bab5562c2498b6273916e2d0271a9deca1a97b1.tar.gz rockbox-1bab5562c2498b6273916e2d0271a9deca1a97b1.tar.bz2 rockbox-1bab5562c2498b6273916e2d0271a9deca1a97b1.tar.xz | |
Speed-reading plugin
Partially based on `spread0r', an open-source ebook reader: https://github.com/xypiie/spread0r
Similar to Spritz(TM): http://spritzinc.com
Change-Id: I6aa54addd1910a83a266aea561406b6268449b67
Diffstat (limited to 'manual/plugins/speedread.tex')
| -rw-r--r-- | manual/plugins/speedread.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manual/plugins/speedread.tex b/manual/plugins/speedread.tex new file mode 100644 index 0000000..11ac246 --- /dev/null +++ b/manual/plugins/speedread.tex @@ -0,0 +1,7 @@ +\subsection{Speedread} +\screenshot{plugins/images/ss-speedread}{speedread}{fig:Speedread in action} + +This plugin is designed for reading plain-text files such as +ebooks. It works by using a form of Rapid Serial Visual Presentation +(RSVP) that has optimized word placement to reduce or eliminate eye +movement (saccades) when reading. |