slidev icon indicating copy to clipboard operation
slidev copied to clipboard

Support for web archiving services

Open myl7 opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Currently at least Wayback Machine can not fully capture a web-served Slidev slide. If the app is friendly towards web archiving services, users can archive staticly served slides in these services and release occupied web resources to reduce costs.

Example: https://linux101-ch07-pre.vercel.app/ vs. https://web.archive.org/web/20220516080512/https://linux101-ch07-pre.vercel.app/

Describe the solution you'd like Maybe adding some metadata-like URLs to link all pages in the index page should be enough.

Describe alternatives you've considered As an alternative, users can build a slide to PDF and save it to archivers. But that requires to access the original project and do extra manual steps which is not efficient and does not seem automatable.

myl7 avatar May 16 '22 08:05 myl7