ZoteroQuickLook icon indicating copy to clipboard operation
ZoteroQuickLook copied to clipboard

【BUG feedback】The 5.0.97 beta will disable the ZoteroQuickLook plugin

Open West-brick opened this issue 3 years ago • 18 comments

QuickLook plugin is very easy to use on the Mac,but the 5.0.97 beta will disable the QuickLook plugin,the 5.096 beta version can still be used. I suspect that starting from the 5.097 beta version, the way to open the file is different. Previously, it was opened with a path, but now it is opened with a url. I hope the authors have time to solve this problem, because this is a very easy to use and convenient function, thank you

West-brick avatar Jul 18 '21 09:07 West-brick

I have the same problem. Quicklook is a very nice fucntion. Hope it could be fixed.

skymagician avatar Jul 18 '21 13:07 skymagician

This is the 5.0.97 beta of Zotero?

bwiernik avatar Jul 18 '21 15:07 bwiernik

Yes, I'm MacOS Big Sur 11.3. I used to run Zotero beta, but once Zotero automatically updated to Zotero 5.0.97-beta.33+ FDCD4E51C, QuickLook didn't work. Later I tried to downsize the version to Zotero 5.0.96.2, and it worked, but because it was not the latest beta, I lost the built-in PDF reader and global search, etc., and my friends also had a lot of such problems, so I was not sure whether the Windows system would work properly. However, QuickLook is not working on the Mac side because of the recent beta update. I hope it can be fixed. This preview function is really efficient,thank you

West-brick avatar Jul 19 '21 03:07 West-brick

cannot work on win10, either.

skymagician avatar Jul 19 '21 04:07 skymagician

https://forums.zotero.org/discussion/90505/bug-feedback-the-5-0-97-beta-will-disable-the-zoteroquicklook-plugin

enozkan avatar Jul 19 '21 06:07 enozkan

same question, hope it fixed

satan-j avatar Aug 11 '21 03:08 satan-j

I don't really have the time to diagnose the issues here. If someone would like to take over maintenance of this plugin, please contact me.

At this point, the Zotero PDF reader is much faster than QuickLook ever was on any system. I woudl recommend just using the Zotero PDF reader. This would primarily require changing your keyboard shortcut to Enter/Return instead of spacebar.

bwiernik avatar Sep 18 '21 15:09 bwiernik

looking forward to solve this, the beta version cannot downgrade to the lower version...

MasterHow avatar Sep 23 '21 02:09 MasterHow

Please see my above reply.

bwiernik avatar Sep 23 '21 17:09 bwiernik

I have an install method to resolve it. please look https://www.bilibili.com/read/cv14492898

henusys avatar Dec 20 '21 06:12 henusys

If that isn't spam, feel free to submit a PR. I am not actively working on this plugin

bwiernik avatar Dec 20 '21 09:12 bwiernik

I have an install method to resolve it. please look https://www.bilibili.com/read/cv14492898

请问原来的插件是哪里出了问题?

skymagician avatar Dec 22 '21 18:12 skymagician

I have an install method to resolve it. please look https://www.bilibili.com/read/cv14492898

请问原来的插件是哪里出了问题? 在beta版zotero中空格键被占用了,因此需要修改quicklool的打开快捷键。另外该插件工作的关键是用到了bridge.exe,而该插件无法正确识别到bridge.exe的位置。

henusys avatar Dec 23 '21 02:12 henusys

If that isn't spam, feel free to submit a PR. I am not actively working on this plugin It isn't spamming, just writing in Chinese. There are totally two problems. But it takes someone who knows JAVA to fix it.

1, The space key is occupied. The Bata Zotero occupied the space key, and I just change the space key to ‘~’. In zoteroquicklook.js line 558, I changed as follows: if (((event.keyCode==192 ) && !(event.ctrlKey || event.altKey || event.metaKey)) || (key == 'y' && event.metaKey && !(event.ctrlKey || event.altKey))) .

2, The QuickLook bridge executable (Win) can't be found correctly.

The problem may be at lines 36-48 in zoteroquicklook.js. Unfortunately, I don't know JAVA so I can't solve it at the code level, and can only specify the location of 'bridge.exe' with the 'CustomViewCommand' parameter.

henusys avatar Dec 23 '21 02:12 henusys

I don't really have the time to diagnose the issues here. If someone would like to take over maintenance of this plugin, please contact me.

At this point, the Zotero PDF reader is much faster than QuickLook ever was on any system. I woudl recommend just using the Zotero PDF reader. This would primarily require changing your keyboard shortcut to Enter/Return instead of spacebar.

At least on my MacBook Pro i9 w/ 32GB RAM, QuickLook is a bit faster; opening the PDF with the native reader takes a second or two. If that was indeed faster, then yes, I'd agree that using the native reader was preferable.

vancleve avatar Feb 04 '22 19:02 vancleve

你好,邮件已收到,我会尽快处理,如有急事请联系13547906739

lbc1027 avatar Feb 04 '22 19:02 lbc1027

I have forked the project, my version is here (and only supports macOS): https://github.com/beaugunderson/ZoteroQuickLookNG

beaugunderson avatar Jun 13 '22 21:06 beaugunderson

Please submit a pull request here or take over this project rather than forking the project

bwiernik avatar Jun 14 '22 00:06 bwiernik