SingleFile icon indicating copy to clipboard operation
SingleFile copied to clipboard

[Feature request]: Ability to check if I once saved the URL in the past

Open yuis-ice opened this issue 2 years ago • 2 comments

I'm looking for a feature that checks if I once saved the URL and if it matches it shows: the HTML file path, the date, and the link to open the HTML file on a new tab.

The above is an example I can imagine to have; you don't have to precisely follow the design

I use Singlefile as a backup tool/an archive tool/a versioning tool of webpages I visit. So especially for the purpose of the versioning way, the ability to quickly check if I have saved the URL or not, or if possible, the series of versions I have saved in the past, with its file path, date, link to open the file, for the respective versions.

So showing the number of versions (saved files) on the Singlefile icon badge would be nice for this case. Or the feature to enable user to toggle/turn on to show the info.

Thanks.

yuis-ice avatar May 20 '22 10:05 yuis-ice

Thank you for the suggestion! A database is required to implement this feature. I'm not tempted to include it in the extension itself because it seems complicated to implement reliably. On the other hand, this functionality could be implemented in the companion. I have to think about it.

gildas-lormeau avatar May 25 '22 00:05 gildas-lormeau

It could be realised with leveldb.

The database would be stored in:

/home/<username>/.config/chromium/Default/IndexedDB/chrome-extension_<extension_id>_0.indexeddb.leveldb/<database_file>.ldb

keks24 avatar Oct 30 '22 18:10 keks24