• v1.1.3 ab8d007b72

    ranger released this 2026-05-27 01:50:01 +00:00 | 0 commits to main since this release

    Sentence mode now displays one red letter near the middle of each sentence — same ORP (Optimal Recognition Point) treatment used in Word mode, scaled up to sentence size. The eye fixates on the red character and processes the rest of the sentence peripherally instead of saccading across the line.

    The anchor is calculated by finding the middle word of the sentence (by word index, not character index — keeps the anchor word-aligned), then applying the standard ORP-character formula to that word.

    This is what makes high-WPM RSVP comprehensible rather than just fast. See The ORP Anchor wiki page for the full explanation including the formula table and academic references.

    Paragraph mode still renders plain text without an ORP anchor — a single anchor character on a multi-line block does not give the eye a useful fixation point.

    Downloads