Skip to content

JamesForks/WordCount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Provides a real-time Word Count in the status-bar for Sublime Text 2. See: http://www.sublimetext.com/

Count words on document or in selections.

The minimal word length is 2 and does not count digits.

An estimated reading time is now appended to the end of the word count.

Installation

Install this repository automatically via "Package Control" http://wbond.net/sublime_packages/package_control

Preferences

  • enable_live_count : true

     Allows to control if the live word counter is enabled. Otherwise will be enabled for selections only.
    
  • enable_readtime : true

     Allows you to control if the estimated reading time is enabled.
     Reading time is only displayed when there is a time > 1s.
    
  • readtime_wpm : 200

     Sets the WPM to calculate the Estimated Reading Time for the file.
    

Inspiration

About

Real time Word Counter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%