🤾
MLStudy
  • README
  • Linux
    • command
    • Basic_commands
    • Advanced_commands
    • Linuxvirtual_machine_operate
    • virtual machine
  • Python
    • Deploy_Issue
    • Model_Analysis
    • Model_concept
    • Model_Grammar
    • Python_print_format
    • Model_ComFuc
    • Deep_learning_know
  • Theoretical knowledge
    • MLE_MAP_Bayesian
    • TV_denoise
  • Research
    • Writing
    • How to read
  • To_be_classified
    • tqdm
    • fast_visit_github
    • windows_issue
    • Zotero
    • data_struct
    • dataset
      • chapter_1
      • chapter_2
      • chapter_3
      • chapter_4
      • chapter_5
      • chapter_6
      • chapter_7
Powered by GitBook
On this page
  1. To_be_classified

Zotero

Previouswindows_issueNextdata_struct

Last updated 2 years ago

在Zotero中如果安装了ZotFile插件后,在添加附件时默认会自动将PDF附件移动到自定义的文件夹内,给PDF的管理带来很大方便,但也带来一个问题,就是在Zotero中删除条目(题录)时链接的PDF无法自动删除。当前的解决方法是:

1.在删除条目之前先通过右击PDF选择Show File找到该文件,再删除,见[。

2.通过Python脚本删除,见

今天发现可以通过将“转换已链接文件为已存储文件”菜单,然后再删除可以同时PDF附件,具体步骤如下:

1.选中需要删除的条目(可以选择多条),点击Tools-Manage Attachments-Convert Linked Files to Stored Files...

2. 在弹出的对话框中勾选Delete original files after storing,再点击Continue。

3.然后再选中需要删除的条目,右击选择Move Items to Trash...

4.在弹出的对话框中点击OK

5.然后右击回收站Trash,点击Empty Trash

6.在最后的确认对话框中点OK

最终PDF会一块删除。

注意:只有在清除垃圾箱后对应的PDF才会删除。

本文转自 ,如有侵权,请联系删除。

Zotero]利用ZotFile管理附件
[zotero/python]库中参考文献条目删除后,清除残留PDF的脚本
https://zhuanlan.zhihu.com/p/338159167