wileyyugioh / zotmoov

Zotero plugin to automatically move attachments and link them
GNU General Public License v3.0
468 stars 6 forks source link

pdf is not moved automatically #10

Closed kevinyuan closed 8 months ago

kevinyuan commented 1 year ago

When saving link from the chrome connector, the associated pdf is not moved to the destination folder automatically.

Also, when I mannually move, the link name is not set to the same as the file name (after auto renaming).

wileyyugioh commented 1 year ago

Can you check that the file is now automatically moved in https://github.com/wileyyugioh/zotmoov/releases/tag/0.0.2b7?

Also Zotero for some reason does not rename the files if they are added via the api. For now you can just right click the file and use the autorename button.

kevinyuan commented 1 year ago

Hi Wiley,

The file moved automatically, thanks.

However, the link name is not set to the same as the file name.

e.g.

It shows "arXiv Fulltext PDF".

image

I am wondering if you have a plan to add an option, make it to show as the following, just like Zotero 6 + Zotfile.

image

Thanks very much!

wileyyugioh commented 1 year ago

Actually, since it's added through the Zotero Connector, the file should be already renamed. If you click on the file, you can see on the panel in the right that the file name is different than how it appears in the main panel.

image

github-young commented 11 months ago

Actually, since it's added through the Zotero Connector, the file should be already renamed. If you click on the file, you can see on the panel in the right that the file name is different than how it appears in the main panel.

image

I am just wondering if it is possible to rename the "Full Text PDF" item as well? I just realized that zotfile (Z6 only) did this for me.

wileyyugioh commented 11 months ago

It's actually a change to Zotero 7 that affects all add-ons. See here.

github-young commented 11 months ago

OK I see.

TW96 commented 8 months ago

If I understand correctly, the reason why zotmoov does not currently reproduce Zotfile's behaviour of making the filename and title the same is because zotmoov does not do any file renaming at all, as Zotfile did. Zotero's renaming is much improved in v7, making it unnecessary for zotmoov to rename downloaded PDFs. However, the Zotero devs have made it clear that they are not interested in reproducing the filename/title matching that Zotfile users have been used to for years. So could zotmoov simply add an option to 'Make attachment title match the filename' ?

wileyyugioh commented 8 months ago

@TW96 In the latest version 0.0.5b4 any files that are moved by the extension have their title match their filename. Let me know if there are any issues