gildas-lormeau / SingleFile

Web Extension for saving a faithful copy of a complete web page in a single HTML file
GNU Affero General Public License v3.0
14.3k stars 945 forks source link

Feature request: Support Saving to Multiple Destinations #1389

Open KoriIku opened 4 months ago

KoriIku commented 4 months ago

Is your feature request related to a problem? Please describe. I've noticed that SingleFile currently only allows for selecting a single save location, which can be limiting. This setup makes it difficult to save web content to multiple destinations at once, such as for long-term archiving, local browsing, and sharing with friends.

Describe the solution you'd like I would love to see SingleFile support the ability to save to multiple destinations simultaneously. For example, it would be fantastic if I could save a webpage to my webdav for long-term storage, save a local copy for browsing, and also copy it to the clipboard for sharing with friends. This feature would greatly enhance the flexibility and convenience of using SingleFile.

Describe alternatives you've considered (optional) One workaround is to manually save the webpage multiple times, each time selecting a different save location. However, this process is cumbersome and time-consuming, especially when dealing with multiple webpages.

Additional context (optional) While SingleFile already supports all the necessary options for saving to different destinations, being able to select multiple destinations at once would be a fantastic addition. This enhancement would greatly improve the user experience and make SingleFile even more versatile. Thank you for considering this feature request!

gildas-lormeau commented 4 months ago

Thank you for the suggestion!

I agree that it would be useful. This feature requires some refactoring but it should be possible to implement it from a technical point of view.