mirror of
https://github.com/vrabe/obsidian-cjk-count.git
synced 2026-07-22 05:49:45 +00:00
366 B
366 B
CJK Count
A word count Obsidian plugin that only counts Chinese, Japanese and Korean (CJK) characters in the status bar.
Limitation
We only have English and Chinese UI now in src/i18n.js with a very simple localization framework(?).
Acknowledgments
The plugin uses cjk-regex to filter CJK characters.