Provides a real-time word 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.
See ./CHANGELOG.md.
Sublime Text 3
(https://www.sublimetext.com/3)Tools -> Install Package Control
, then,
wait few seconds until the installation finishes upPreferences -> Package Control
Add Channel
on the opened quick panel and press Enterhttps://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
Tools -> Command Palette... (Ctrl+Shift+P)
Preferences: Package Control Settings – User
on the opened quick panel and press EnterPackage Control.sublime-settings
file:
"channels":
[
"https://packagecontrol.io/channel_v3.json",
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
],
https://raw.githubusercontent...
line as first:
"channels":
[
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
"https://packagecontrol.io/channel_v3.json",
],
https://raw.githubusercontent...
line must to be added before the https://packagecontrol.io...
one, otherwise,
you will not install this forked version of the package,
but the original available on the Package Control default channel https://packagecontrol.io...
Preferences -> Package Control
Install Package
on the opened quick panel and press EnterWordingStatus
and press EnterSee also:
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)