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

Add predefined bookmark-tag when saving webpages #1416

Open 5TDg9 opened 3 months ago

5TDg9 commented 3 months ago

Is your feature request related to a problem? Please describe.: I'm always frustrated about how to keep track of the downloaded pages and how to maintain an overview of all the webpages, that i saved for offline viewing. It's difficult if you don't use a sophisticated concept for naming of files and folders before storing. It gets even more difficult when using different PCs or different browsers.

Describe the solution you'd like: There is already an option to save every webpage that is being bookmarked. Could you create an option to make this the other way round?: So whenever a webpage is saved with SingleFile -> then save the current page as bookmark and use tag (e.g. "#saved-with-singlefile") that is predefined by the user.

Describe alternatives you've considered (optional): Instead of using tags you could put the bookmark into a bookmark-subfolder, but i don't like this i cannot say exaclty why at the moment...

I also considered comparison of hashes of webpages, but this would certainly take too long for synchronisation.

Thanks and keep up this great addon!

gildas-lormeau commented 3 months ago

Thank you for the suggestion. It sounds like a reasonable request, I'll see what I can do.