No description
Find a file
2025-06-18 19:53:15 +08:00
.github/workflows Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
src Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +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 1.0.0 2025-05-15 02:41:42 +08:00
package.json Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
pnpm-lock.yaml Replace cjk-regex with cjk-regex-compact 2025-06-18 19:53:15 +08:00
pnpm-workspace.yaml 1.0.0 2025-05-15 02:41:42 +08:00
README.md Update README.md 2025-05-15 03:11:13 +08:00
version-bump.js 1.0.0 2025-05-15 02:41:42 +08:00
versions.json 1.0.0 2025-05-15 02:41:42 +08:00

CJK Count

A word count Obsidian plugin that only counts Chinese, Japanese and Korean (CJK) characters in the status bar.

Limitation

No translation currently. It only displays Chinese.

Acknowledgments

The plugin uses cjk-regex to filter CJK characters.