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
Indicate that a page has already been saved #570
Comments
|
I don't speak Chinese so I'm replying in English and including the translated response below (I used deepl.com). That's a good question! This is complicated to implement because SingleFile cannot reliably know whether a page has already been saved or not. 我不会说中文,所以我用英文回复,包括下面的翻译回复。 这是一个很好的问题!这个问题很复杂,因为SingleFile不能可靠地知道一个页面是否已经被保存。实现这个功能很复杂,因为SingleFile无法可靠地知道一个页面是否已经被保存。 |
|
I forgot to mention that ArchiveBox also uses SingleFile but as far as I know, no extensions exist yet. 我忘了说,ArchiveBox也使用SingleFile,但据我所知,还没有任何扩展存在。 |
|
Appreciate for your reply ^ ^, actually i have an idea ,singlefile could save the url in a local text file(which located in the singlefile's folder ),and then compare the site with the urls in the text file to find if that site have been down loaded, forgive my poor english and childish idea( a tiro in the program world ,thanks ^^) |
|
This is an interesting idea. Unfortunately, it's technically impossible for an extension to read the content of a file from the filesystem, even the ones it created. |
|
A poor man's solution could be to use bookmarks for this. You could enable |
|
hahaha |
|
You're welcome :) |
比如某一个网页被我下载下来了,但是当下次我又进入相同的网站,可不可以显示此网页已经被我下载,并且显示上一次下载是何时
The text was updated successfully, but these errors were encountered: