-
Notifications
You must be signed in to change notification settings - Fork 1.7k
"Book Layout" for Print Mode to read offline in its original format #2130
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
Comments
Perhaps I'm not understanding the suggestion here, but if this asking for the ability to read a book as-is offline, then that is currently tracked in #546. Does that cover what you are asking? |
Kind of but not quite. That issue is asking for the ability to cache the website. This one is asking for the ability to download the website instead, via an alternate print mode. The difference being that the downloaded form is something which the user can interact with in their file system, whereas cached is just a temporary browser storage. |
is this really that difficult? I was under the impression that 90s webcrawlers had been able to do this on static sites since forever, it would be nice to have a one-click solution that can be offered by the first-party who does wants to make their book exportable in html without needing to host a separate zip At least, I thought this would be much simpler than some convoluted service worker offline caching feature. Not saying that this should replace that proposal, but it serves a different usecase between temporarily caching vs exporting an html snapshot, between the two I think the latter is pretty open-and-shut compared to the former which requireb careful consideration for the "right" way to do it. |
I think being able to install the book as a pwa is better solution for following reasons
|
Uh oh!
There was an error while loading. Please reload this page.
Problem
Currently, if you wish to read the book offline, you must click on print mode and Ctrl+S the website as one page. However, having everything in one long page is hard to track, not to mention that the table indices don't work.
Since there is already a "print mode" in which the user explicitly expresses the intent to fetch the entire documentation at once, it would be nice if print mode can also export a layout that saves it in the pagelink-separated format so that the table of contents works properly. Basically it lets you save the entire documentation at once, but instead of one long page it's more like the original website structure.
Proposed Solution
Add an option to allow print mode to also save as pagelinked website format.
Notes
No response
The text was updated successfully, but these errors were encountered: