From d88d5ed6ca01161fc640402409870f9f4bf45352 Mon Sep 17 00:00:00 2001 From: mudnug <859143+mudnug@users.noreply.github.com> Date: Thu, 28 May 2026 13:25:07 -0600 Subject: [PATCH] highlight update --- README.md | 7 ++++--- manifest.json | 18 +++++++++--------- versions.json | 7 +++++-- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3a6a38c..34d9159 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Additionally, enable phrase line filtering to ignore lines containing specific p ### Word Highlighting (Enhanced Mode Only) - **Enable word highlighting**: Highlight words as they are spoken. -- **Guided scrolling**: Auto-scroll with highlighting and disable user interaction. +- **Locked scrolling**: Auto-scroll with highlighting and disable user interaction. - **Scroll to highlight position on pause**: When paused, automatically scroll to the current highlight position. - **Highlight theme**: Select a visual theme for highlighting. - **Custom themes**: Create and manage your own highlight themes. @@ -180,7 +180,8 @@ The plugin provides the following commands accessible via the Command Palette (` ### Core Reading Commands -- **Read note or selected text**: Reads the active note aloud. If text is selected, reads only the selection. Otherwise, reads the entire note. +- **Read note or selected text**: Reads the active note aloud. If text is selected, reads only the selection. Otherwise, reads the entire note from the top (or from the persisted position if available). + **Read from selected text**: Reads only the currently selected text. Only available when text is selected. - **Start reading from cursor**: Begins reading from the current cursor position in the active note. - **Reload active note**: Reloads and restarts reading of the currently active note from the beginning. @@ -220,4 +221,4 @@ The TTS system has two modes: ## Support and Contributing -For support, please check the [GitHub repository](https://github.com/mudnug/note-reader) for issues and discussions. There are plans to make the repo open source in the future. \ No newline at end of file +For support, please check the [GitHub repository](https://github.com/mudnug/note-reader) for issues and discussions. \ No newline at end of file diff --git a/manifest.json b/manifest.json index c923833..1ca7c4e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "note-reader", - "name": "Note Reader", - "version": "1.2.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", - "authorUrl": "https://github.com/mudnug", - "isDesktopOnly": false -} + "id": "note-reader", + "name": "Note Reader", + "version": "1.3.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", + "authorUrl": "https://github.com/mudnug", + "isDesktopOnly": false +} \ No newline at end of file diff --git a/versions.json b/versions.json index b848ec2..dd3cfc3 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,6 @@ { - "1.0.0": "1.6.6" -} + "1.0.0": "1.6.6", + "1.1.0": "1.11.0", + "1.2.0": "1.11.0", + "1.3.0": "1.11.0" +} \ No newline at end of file