No description
Find a file
2025-09-10 04:00:08 +08:00
.github/workflows Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
src Add translations 2025-06-18 21:02:33 +08:00
.editorconfig 1.0.0 2025-05-15 02:41:42 +08:00
.gitignore Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
.npmrc 1.0.0 2025-05-15 02:41:42 +08:00
.prettierignore Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
.prettierrc.js 1.0.0 2025-05-15 02:41:42 +08:00
esbuild.config.js 1.0.0 2025-05-15 02:41:42 +08:00
jsconfig.json 1.0.0 2025-05-15 02:41:42 +08:00
LICENSE Initial commit 2025-05-15 02:28:02 +08:00
manifest.json Update dependencies and bump version 2025-09-10 04:00:08 +08:00
package.json Update dependencies and bump version 2025-09-10 04:00:08 +08:00
pnpm-lock.yaml Update dependencies and bump version 2025-09-10 04:00:08 +08:00
pnpm-workspace.yaml 1.0.0 2025-05-15 02:41:42 +08:00
README.md Add translations 2025-06-18 21:02:33 +08:00
version-bump.js 1.0.0 2025-05-15 02:41:42 +08:00
versions.json Update dependencies and bump version 2025-09-10 04:00:08 +08:00

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.