mirror of
https://github.com/mudnug/note-reader.git
synced 2026-07-22 06:41:36 +00:00
Add jump to position feature
This commit is contained in:
parent
1845465d83
commit
acd3487728
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue