How can I mark text such that it will NOT be read?

I want some of the text to be ignored by the reader, how can I do that?

Question

I want some of the text to be ignored by the reader, how can I do that?

Answer

Simply wrap the text you want to be ignored with double curly braces and the word ‘skip:’ as such {{skip: and }} for closure. Make sure all the text to be ignore AND the wrappers are in the same single paragraph (i.e. no line breaks).

For example:

This is a sample text.

{{skip: This text will be ignored by the reader.}}

Read. {{skip: This text will also be ignored.}} Read some more.

This text will be read.


Need more help?

  • Try the search box at the top of this page.
  • Try the main FAQ page.
  • Share your issue on our issues forum on GitHub, as well as search for a similar issue already posted and perhaps solved.
  • Shoot us an email at contact@ttsreader.com.
  • Premium users may fill out the following form for premium support.
  • For suggestions, feature requests and other discussions, please join our discussions forum.
  • More ways to get in touch with us on the contact page.
Top