Add jump to position feature

This commit is contained in:
mudnug 2026-06-08 17:20:31 -06:00
parent 1845465d83
commit acd3487728
3 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@ Transform your notes (or articles via Obsidian Web Clipper) into an immersive au
- **Reader Modes**: Enhanced mode with highlighting and progress tracking, and Lite mode for audio-only reading on mobile devices with the screen off.
- **Media Key Support**: Use keyboard media keys for playback control.
- **Resume Position**: Automatically remember and resume reading position (if enabled).
- **Jump to Position**: Hover over any line in the editor while reading to reveal a play icon; click it to start reading from that exact line.
### Text Processing

View file

@ -1,7 +1,7 @@
{
"id": "note-reader",
"name": "Note Reader",
"version": "1.4.0",
"version": "1.5.0",
"minAppVersion": "1.11.0",
"description": "Provides text-to-speech (TTS) for notes or clipped articles by reading them aloud while highlighting words. Offers on-device and online voice providers.",
"author": "m",

View file

@ -4,5 +4,6 @@
"1.2.0": "1.11.0",
"1.3.0": "1.11.0",
"1.3.1": "1.11.0",
"1.4.0": "1.11.0"
"1.4.0": "1.11.0",
"1.5.0": "1.11.0"
}