titoBouzout / WordCount

Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text
Other
291 stars 50 forks source link

Estimated Reading Time #4

Closed jbrooksuk closed 12 years ago

jbrooksuk commented 12 years ago

I've added an estimated reading time, on the basis that most people read at 200 WPM, although Wikipedia says 250 for an average American.

titoBouzout commented 12 years ago

Ok!

Can you please add a preference for this and remove the file package-metadata.json

Thanks!

jbrooksuk commented 12 years ago

Sure.

jbrooksuk commented 12 years ago

Embarrassingly I don't know how to remove a file from a repository...

titoBouzout commented 12 years ago

git rm -r -f -- filename

git rm -r --cached -- filename

and commit again :)

jbrooksuk commented 12 years ago

I think that's done it!

titoBouzout commented 12 years ago

Interesting thanks!

A minor stylistic note: maybe we can remove the "," from the beginning, then looks more integrated with the "xxx words" message?

titoBouzout commented 12 years ago

An idea: Add a preference to control WPM value. then, non-English readers can tweak the value.

jbrooksuk commented 12 years ago

I can do that :)