hundredrabbits / Left

Distractionless Writing Tool
http://hundredrabbits.itch.io/left
Other
1.78k stars 144 forks source link

Speed Reader and Synonym Improvements, Small Fixes #87

Closed pacocoursey closed 6 years ago

pacocoursey commented 6 years ago

More pull requests for you! Getting annoying yet? :>

Speed Reader

Synonyms

Misc


As always, let me know if there are any conflicting opinions about certain behaviors. Happy to rework!

neauoire commented 6 years ago

omg, it scrolls to the word!!!!

neauoire commented 6 years ago

that's so cool.

neauoire commented 6 years ago

Mhmm I'm having really weird scrolling behaviours on longer files.

pacocoursey commented 6 years ago

Not sure of the "correct" GitHub way to make a small change for this but here's the 1 line fix you can commit yourself.

// reader.js line 55

left.go.scroll_to(0, left.reader.segment.from + range);