loispsq30 downloadsShow word count and estimated reading time for the current note in the status bar (CJK-aware).
Show an estimated reading time for the current note in Obsidian's status bar. Obsidian already shows a word/character count, so this stays out of the way and just adds the minutes. Updates live as you switch notes or type.

N words shown
| Setting | Default | What it does |
|---|---|---|
| Reading speed | 200 wpm | Divisor used to estimate minutes |
| Show word count | off | Also show N words next to ~M min |
Settings → Community plugins → Browse → search "Reading Time Status".
Download main.js, manifest.json, styles.css from the
latest release
into your vault's .obsidian/plugins/reading-time-status/ folder, then enable
the plugin.
npm install
npm run dev # watch build
npm run build # production build → main.js
MIT