I've released
0.3.5:
Plato now has an emulator based on SDL2: this greatly improves the quality of the debugging workflow.
New features:
- Mark a page as the first page of a book: hold the page indicator to bring the corresponding menu. You can then go to the nth page of a book by specifying "n in the go to page input field.
- Table of contents: the approach I've taken is to create an HTML document on the fly and feed it to the reader view.
I also fixed a crash that would trigger when the search bar was closed in the absence of matches.