SublimeLaTeXWordCount icon indicating copy to clipboard operation
SublimeLaTeXWordCount copied to clipboard

SublimeText 2+3 plugin providing a customisable word and character counter for LaTeX and plaintext files

Results 9 SublimeLaTeXWordCount issues
Sort by recently updated
recently updated
newest added

Fixed issue #12 . I wasn't able to directly alter the values of setting through the API's .set() function, so I created a function returning a copy of the settings...

Ideally you could get the text from the input files of the master file when you run the word count on the top level file. Then use all the input...

duplicate
enhancement

I followed the advice on the default `.sublime-settings` and put this in my user configuration `LaTeXWordCount.sublime-settings`: ``` { "LaTeX": { "exclude_footnotes": false } } ``` Then, when I run the...

enhancement

The word count seems to reset whenever a citation in the following format `\citet[pp. XX]{YYY}` is encountered (XX is a page number and YYY being the citation).

not reproducible

Trying to get footnotes counted, but changing setting doesn't seem to be reflected in word counts. My user settings: ``` { "ignore_numbers": false, // customisable settings for word counts of...

bug

As mentioned in the readme, a real-time word count in the status bar would be awesome, something similar to this maybe? ![Screen Shot 2013-03-30 at 14 57 34](https://f.cloud.github.com/assets/1525809/320537/2db8d162-994a-11e2-87a6-3d0f0a3b6f47.png)

enhancement

When using it, Ctrl+Shift+C, the presented information is not aligned: > Word count for entire file > Words: ----------------------- 297 > Characters (ignoring whitespace): ----1499 > Characters (with whitespace): ----...

enhancement