zimabx58 downloadsCustomizable word and character statistics in the status bar.
Show customizable word and character statistics in the Obsidian status bar.
StatusWords displays live statistics for the current note, current line, current paragraph, selected text, cursor position, and file information.
main.js, manifest.json, and styles.css from the latest release..obsidian/plugins/status-words/.After enabling the plugin, the status bar shows statistics for the active note.
Open the plugin settings to customize the display template, counting mode, and thousands separator.
The settings UI follows the current Obsidian interface language. Chinese and English template placeholders can both be rendered, so existing templates keep working when the interface language changes.
Line: {{Current line count}} Note: {{Note count}}
Note {{Note count}} | {{Total lines}} lines
{{File name}} | Line {{Cursor line}}, column {{Cursor column}}
currentLineCountcurrentParagraphCountnoteCountselectionCountselectionLineCountfileNamefileNameWithExtensionfilePathcursorLinecursorColumnnoteLineCountStatusWords does not make network requests, collect telemetry, or send content to external services. It only reads text from the current editor to calculate statistics locally.
MIT