-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable reader side list option (Not hide, but do not execute) #269
Comments
Thank you for your feedback and suggestions. Please note that the author might only respond on weekends, so we kindly ask for your patience and understanding. |
Cool idea. |
A great way to increase performance and decrease memory consumption of the app if user wishes to. |
Its not possible for epub, without it you wouldnt be able to change chapters or use internal link. Also, while I recommend just moving read chapters in other folder if they are over 1000, I should have provided an option to not check for "valid folder" (with at least one image). Because now on initial reader open, it read all folders which might be resulting in lag for large chapter count. #272 |
If you want a temporary solution you can use this in custom css file .readerSideList:not(#dummy#dummy){
display:none;
} |
Then, only do not execute reader side list for possible things like comics, txt, html. I am not reading epubs in epub format. After u launch the new txt, xhtml system, Im using this systme. (Love the new system)
No prob, eventually. I wait. |
I guess the hide list option (only UI) is sufficient as it did improve the performance by large comparred with before its not presant. If anything, I request you to optimise the app and reader further, if ti could be done. |
I assumed it was also for manga reader. But that will continue at #272 I guess. |
Description of the new feature / enhancement
I request for the option to disable the reader sidelist for the entire app (Not hide, but do not execute). It might need app restart.
The reader side list is an amazing feature you thought for the app, but when there are many chapters for a comic or txt, single xhtml files, I found when enter / exit full screen it seems slow there, which is normal as there are 1000's of chapters.
Let's take martial peak as example, its comic version has 3500+ chapters, novel version is 4900+ chapters and both still ongoing. I think disabling (not executing) the side list via an option would help the app further improve both performance and memory usage.
This feature is a way to future-proof the app. This is my humble request.
Scenario when this would be used?
When a comic or novel has many chapters. If needed then user disable side list, if no need then user no need to disable side list.
Supporting information
I like that you had implemented single txt and xhtml files to be readbale for novels. A great feature no other app has implemented. I read martial peak novel both as epub and single xhtml files. The single xhtml files had improved performance of the app by a far greater margin than reading them as epub.
Sorry for the long words and bad english.
The text was updated successfully, but these errors were encountered: