Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lichendust/tinycount-sublime

✒️ A simple word count plugin for Sublime Text
https://github.com/lichendust/tinycount-sublime

sublime-text sublime-text-plugin

Last synced: about 2 months ago
JSON representation

✒️ A simple word count plugin for Sublime Text

Awesome Lists containing this project

README

        

# ✒️ Tiny Count

A simple, no-nonsense word count plugin for Sublime Text.

- Selections: Tiny Count measures the whole buffer, but will also report on any active selections as they become available.
- Ignores comments: in Markdown, [Fountain](https://github.com/qxoko/meander-sublime), or any other active syntaxes, whole-line and block comments won't count toward the total[^1].

[^1]: Comments *inside* a sentence still do because it would massively increase the complexity and that's not something I want to do right now. Word counting is already innaccurate business at best anyway.