joethei / obsidian-tts

Text to speech for Obsidian. Hear your notes.
GNU General Public License v3.0
71 stars 10 forks source link

Skips Over Links with Obsidian v1.6.3 #38

Open dvansoye opened 1 month ago

dvansoye commented 1 month ago

I'm having a problem with Text to Speech using Obsidian v1.6.3. It seems to have trouble with links. This is a new issue.

Here's an example:

Once I had the text of a chapter or the entire book, I need a way to summarize it. I use [[AI Highlighting]] to do this. I simply highlight a passage of text and press a button to start the process. I have also written several JavaScript programs that help to automate the process. [[capturePrevious]] captures the previous chapter summaries when I am summarizing a chapter at a time. I typically highlight these summaries when I have them read to me. Once complete, I can copy them to the bottom of my note by invoking [[Zettelkasten/Vorlagen/captureHighlights|captureHighlights]].

In this example, it has a problem after hitting "[[AI Highlighting]]" the first line of the paragraph.

It actually reads: Once I had the text of a chapter or the entire book, I need a way to summarize it. I use captureHighlights.

So, it skips most of the paragraph once it encounters a link. I have also seen it skip multiple paragraphs. I checked the console and there aren't any messages.

Let me know if you need more examples.

I am dyslexic and really rely on this plugin. Thank you for supporting the community.