Skip to content
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

Export and import offline data #336

Open
achraf52 opened this issue Jan 23, 2016 · 8 comments
Open

Export and import offline data #336

achraf52 opened this issue Jan 23, 2016 · 8 comments
Labels

Comments

@achraf52
Copy link

An inconvenient of using localStorage and IndexedDB is that a browser may delete the data if you haven't visited the website for some time or the computer is running low on storage.

Such unwanted behavior (in this case) may be mitigated implementing an export/import feature:

  • The user can export their downloaded documentations into a JSON file, to store as a backup in case the browser deletes local data. The file would include a backup of the localStorage and IndexedDB.
  • At later time, the user can an import the backup JSON file via file upload, completely overwriting the localStorage and IndexedDB into the backed-up values and restoring offline documentation access.

As far as I know, the only issue the user might face is being unable to access DevDocs offline in the first place, but I'm hopeful someone could think of a solution to mitigate this issue.

@RiverSongFox
Copy link

👍 It would also allow easily transfer documentation to offline computers, where Internet connection is restricted or unavailable due to technical or security reasons.

@achraf52 achraf52 changed the title Adda feature to export/import offline data Add a feature to export/import offline data Mar 3, 2016
@Thibaut Thibaut added the feature label Mar 5, 2016
@Neta-Alon
Copy link

Joining in on the request!

@kzahel
Copy link

kzahel commented Oct 4, 2017

+1 would love to see import/export support.

@avizmarlon
Copy link

Would love to have this feature.

@simon04 simon04 changed the title Add a feature to export/import offline data Export and import offline data Apr 29, 2021
@cole-wilson
Copy link

+1: I would really like to see this feature as well. I am specifically hoping this would be a way to share docs with others. That way only one person in a group would have to download them and share them with flash drives/etc.

@LeeSureman
Copy link

+1. I'm wondering how I can get the exported structural data from devdocs.

@sukrosono
Copy link

I think Thibaut will close this, I am not sure why this is still open.

@Spriithy
Copy link

Spriithy commented Sep 7, 2022

I this being implemented ? I thought I had found my goto doc browser... This feature really is a must have...

Thanks for digging into it.

EDIT: just noted it is a 5 years old issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants