Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lichendust/tinycount-sublime
- Owner: lichendust
- License: mit
- Created: 2024-02-06T01:07:21.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T00:09:39.000Z (11 months ago)
- Last Synced: 2024-04-25T21:37:34.512Z (8 months ago)
- Topics: sublime-text, sublime-text-plugin
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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.