Reading Time Status

by loispsq
5
4
3
2
1
Score: 50/100

Description

Show word count and estimated reading time for the current note in Obsidian's status bar (CJK-aware).

Reviews

No reviews yet.

Stats

0
stars
132
downloads
0
forks
72
days
72
days
72
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
11
commits

README file from

Github

Reading Time Status

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.

status bar showing reading time next to Obsidian's word count

Features

  • Live status bar — estimated reading time for the active note, next to Obsidian's built-in word count
  • CJK-aware counting — each Chinese / Japanese / Korean character counts as one word, so mixed-language notes are estimated correctly
  • Configurable reading speed — set your words-per-minute (default 200)
  • Optional word count — turn it on if you also want N words shown

Settings

settings tab

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

Install

From the community plugin browser (once approved)

Settings → Community plugins → Browse → search "Reading Time Status".

Manual

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.

Development

npm install
npm run dev      # watch build
npm run build    # production build → main.js

License

MIT