keithwithAI1 downloadsShows remaining reading time and scroll progress for the current note in both edit and reading modes.
An Obsidian plugin that shows the remaining reading time and scroll progress for the current note. Works in both edit mode and reading mode, on desktop and mobile.
styles.css and shows a styled pill at the bottom of the screen on mobile..plugin-reading-progress CSS class for users who want to style it further.Obsidian hides the status bar on mobile by default. Note Reading Progress ships a styles.css that makes its own item visible as a pill near the bottom of the screen and (by default) hides the rest of the status bar so the pill stands alone.
Both behaviors are controlled by settings:
If you want to restyle the pill, add a CSS snippet that targets body.reading-progress-mobile-visible.is-mobile .app-container .status-bar. The plugin's defaults can be overridden the standard way.
(NN%) to the statusThis plugin is a fork of Remaining reading time by ununnamed, MIT-licensed. Note Reading Progress adds reading-mode scroll support, a stable CSS class, in-plugin mobile styling, and other improvements.
MIT — see LICENSE.