plu5 / retype

Practice typing with epub books
15 stars 1 forks source link

feat: Allow customising substrings that split the text #16

Closed plu5 closed 11 months ago

plu5 commented 11 months ago

Previously retype only split the text on newline characters. This patch enables splitting the text by any substring defined in Customisation Dialog’s 'Line splitters' tab.

By default splits in newline characters like before, as well as on '. ' and '。'.

Addresses #15