Academic character counts for Chinese, Japanese, and Korean humanities writing with whole-note and selection counts.
CJK Academic Count is an Obsidian plugin for academic character counting in Chinese, Japanese, and Korean humanities writing.
It is designed as a supplement to Obsidian's built-in word and character count. The plugin focuses on the traditional East Asian academic sense of "text length": the amount of CJK writing itself, not punctuation, numbers, Latin words, or whitespace.
The main metric is academic characters.
It includes:
It excludes:
The plugin counts Unicode grapheme clusters rather than raw UTF-16 code units. This avoids splitting combined characters, such as Japanese kana with combining marks.
Hover over the status-bar item to see extra metrics:
Characters without whitespace: similar to Microsoft Word's character count without spaces.Characters with whitespace: includes horizontal spaces such as regular spaces, full-width spaces, and tabs. Line breaks are not counted as characters.Word-like count: counts academic characters one by one, and counts Latin or numeric runs as word tokens.These reference metrics are intentionally secondary. The status bar keeps the focus on the academic CJK count.
Until the plugin is published in the Obsidian community plugin directory:
main.js, manifest.json, and styles.css from the latest GitHub release..obsidian/plugins/cjk-academic-count/.CJK Academic Count in Settings -> Community plugins.This plugin was inspired in part by CJK Count. CJK Count focuses on counting CJK characters; CJK Academic Count narrows the purpose toward East Asian humanities writing and adds selected-text counting plus academic-count-oriented reference metrics.