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

Description

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

Count words and/or characters on document or in selections. By default, whitespace is not included in the character count.

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

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

Installation

Zipped file:

  1. Locate the Packages directory for Sublime Text.
  2. Download the zipped contents of this repository into Packages.
  3. Unzip the zipped file. It will create a new directory in Packages.
  4. Re-start Sublime Text.

Cloned files:

  1. Locate the Packages directory for Sublime Text.
  2. In the Packages directory, create a sub-directory called WordCount.
  3. Clone the contents of this repository to your new WordCount folder.
  4. Re-start Sublime Text.

Preferences

Located under Sublime Text>Preferences>Package Settings>Settings — User (You probably need to copy the default settings from the uneditable Sublime Text>Preferences>Package Settings>Settings — Default)

Inspiration

Contributors