mirror of
https://github.com/mudnug/note-reader.git
synced 2026-07-22 06:41:36 +00:00
Add Ignore blockquotes filter
This commit is contained in:
parent
acd3487728
commit
136316895b
3 changed files with 5 additions and 3 deletions
|
|
@ -84,6 +84,7 @@ Toggle various filters to exclude content from being read:
|
|||
- Ignore YAML frontmatter
|
||||
- Ignore fenced code blocks
|
||||
- Ignore inline code backticks
|
||||
- Ignore blockquotes
|
||||
- Ignore tags
|
||||
- Ignore Markdown header syntax
|
||||
- Ignore markdown tables
|
||||
|
|
@ -95,7 +96,7 @@ Toggle various filters to exclude content from being read:
|
|||
- Ignore backslash escapes
|
||||
- Ignore underscores
|
||||
|
||||
Additionally, enable phrase line filtering to ignore lines containing specific phrases.
|
||||
Additionally, enable phrase line filtering to ignore lines containing specific phrases, and prefix line filtering to skip lines that start with a specific prefix.
|
||||
|
||||
### Text-to-Speech
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "note-reader",
|
||||
"name": "Note Reader",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -5,5 +5,6 @@
|
|||
"1.3.0": "1.11.0",
|
||||
"1.3.1": "1.11.0",
|
||||
"1.4.0": "1.11.0",
|
||||
"1.5.0": "1.11.0"
|
||||
"1.5.0": "1.11.0",
|
||||
"1.5.1": "1.11.0"
|
||||
}
|
||||
Loading…
Reference in a new issue