Flafy

Results 29 issues of Flafy

Regular text works and I can copy paste normally between my desktop and the gamescope window. But when trying to paste images, the app inside gamescope thinks I have an...

Unlike 0.1.1, 0.1.2 doesn't write a .css file when compiling. I'm not sure what the problem is but it's not just for me, and in Github Actions the tests failed.

Bookmarks are useful for quickly saving your location in a book and going somewhere else without any risks. ### The implementations: - [ ] A new screen similar to the...

enhancement

This is because of the inconsistency between the number of text nodes in the app and in the renderer. IMO this is not worth fixing until #2 is fixed.

bug

If you have a book in a shelf, it will appear both in the All view and the Shelves view. Going into the book in one view, then going through...

bug

Right now all the data of the reader is saved on the device. This includes the epub files of the books and the reading progress of each book. The disadvantages...

enhancement

The search results when searching queries in books are bad. Here is how the search fails. ```html This is a short paragraph ``` | Query | Found | | -...

bug

Show the page number of each chapter(including sub chapters) similar to how Google Play Books does it. blocked on https://github.com/FlafyDev/epub_reader/issues/6 ![image](https://user-images.githubusercontent.com/44374434/184027801-c7357590-dd52-429b-8b96-f765e841ac4f.png)

enhancement

When preprocessing a book, get the location(a number between 0-1, where 0 is the start of the file and 1 is the end of the file) of each anchor in...

enhancement

Title. Including sub chapters. ### The problem is with anchors #### 1. What if the next chapter is in the same file but points to an anchor you haven't reached...

enhancement