Simple plugin to add an estimated reading time for the selected note to the StatusBar.

obsidian-reading-time folder from the zip to your vault <vault>/.obsidian/plugins/npm install
npm run build
cp main.js manifest.json /path/to/your/vault/.obsidian/plugins/obsidian-reading-time
version-bump.mjs script with the new version as an argumentgit checkout main
git pull
git tag -a x.y.z -m "x.y.z"
git push --tags
The release will automatically be drafted.