generated from windingwind/zotero-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
保留已有的条目下,会有新的PDF附件生成 #93
Comments
多谢建议!为了能保证通用性,比如有的文献会有单独的附录,或者用户自己添加的附件,如果删除条件太宽松可能会导致重要信息的丢失。所以尽量还是“宽进严出”😂。 我现在的想法是能自动分辨的就自动删除,不能的就在UI上提示一下用户,在弹出对话框时让用户选择是否保留新附件。 |
@ChenglongMa 可以的可以的,有个对话框选择也行,比删除新附件可好太多了哈哈哈 |
建议下载完毕之后,对比同一个条目下有两个同样的md5值的pdf那么就删除刚才下载的那一个文件。 |
@zzlb0224 非常感谢你的建议,官方代码中也是用的这个方法,当然由于他们还有其他条件,导致有些文件虽然 md5 值相同也被判别为不同文件了。我在想可能有我没考虑到的地方就没有擅自修改官方的行为。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大佬,我在选择保留已有的选项之后,一直会在已有条目底下又扔进去一个新的PDF附件,这样的话就要删掉新的PDF附件,比较麻烦。可以怎么样优化下吗?
The text was updated successfully, but these errors were encountered: