edrlab / thorium-reader

A cross platform desktop reading app, based on the Readium Desktop toolkit
https://www.edrlab.org/software/thorium-reader/
BSD 3-Clause "New" or "Revised" License
1.86k stars 157 forks source link

Read Aloud skipping endnote entries #2634

Closed dazrand closed 2 weeks ago

dazrand commented 2 weeks ago

Read aloud skips any

  • item with the @epub:type='endnote' applied to it. Stripping the attribute allows it to read those
  • entries. In the sample below the second list item reads, the others are skipped.

    
    <ol>
    <li epub:type="endnote" id="r1">O’Toole, Michael. <cite>The Hermeneutic Spiral</cite>. New York: Routledge, 2018.</li>
    <li id="r2">O’Toole, Michael. <cite>The Hermeneutic Spiral</cite>. New York: Routledge, 2018.</li>
    <li epub:type="endnote" id="r3">O’Toole, Michael. <cite>The Hermeneutic Spiral</cite>. New York: Routledge, 2018.</li>
    </ol>
    </section>
  • danielweck commented 2 weeks ago

    hello, have you tried disabling "skippability"? (there's a checkbox in the extended playback section, i.e. the icon button cluster located in the center of the top bar)

    dazrand commented 2 weeks ago

    That did it. Should that be off be default?