This isn’t a supported feature. There is a way to get the plain text of a text via the API though. What you can do is:
- Open any text, your browser should show a URL in its address bar which starts with
https://readlang.com/library/:bookIDwhere the bookID is a 24 character alphanumeric code. e.g.: https://readlang.com/library/69063d8717bd61df06f641dd/from/0 - Change the URL to be in the format
https://readlang.com/api/book/:bookID/plainText, keeping thebookIDas before. e.g. following the previous example: https://readlang.com/api/book/69063d8717bd61df06f641dd/plainText - this URL will fetch the entire plain text for the text in question.