-
Notifications
You must be signed in to change notification settings - Fork 5
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
Google drive and reactivation issues; contextual menu request #4
Comments
Hi @kirk86, thank you for your feedback.
Honestly, I am a complete noob regarding macOS programming and it would we challenging to accomplish such level of integration with spotlight. But, as you pointed out, using spotlight to launch qnotero, when another instance of qnotero is running, should bring the running instance to the front; however this feature seems to be broken in the current implementation. I will look into that.
I agree with you. Actually this is my next project to implement, and I thinking in the functionality to implement, and in the next days I will create the project here in GitHub with my ideas. |
@ealbiter Thanks for the prompt reply. Could you also have a look at why I can't open the pdf file. If I can search and find what I'm looking opening the corresponding pdf should be since the url is in the .bib file describing all zotero collections |
Of course. Can you describe your Zotero set-up? Sent with GitHawk |
@ealbiter Sure,
My zotero folder is in my home directory. I do use synchronization of the items using zotero's defaults system but I only synchronize the item entries itself (i.e. probably zotero behind the scenes keep the .zotero.sql updated across devices), not the pdfs. For the pdfs and the .bib file I keep them in google drive. Does that help? Let me know if you have any more questions. I believe that zotero.sql somewhere contains info about the .bib file url. If you find that then everything is easy since every entry in .bib file has a corresponding file attribute with links to the pdfs |
I made some tests but I can't replicate your bug. Could you please run qnotero from the terminal and paste here the output, after trying to open the file? Use this command (assuming Qnotero.app is in the Applications folder):
|
This is what I get running qnotero from terminal
Since I'm vnc'ed to my osx box running qnoteror from cli and then invoking the gui application to do the search of the pdf in order to see the debug output in the cli, it doesn't invoke the gui app, meanning that if I run the qnotero from terminal and the use spotlight to bring up qnotero gui -> show -> search for pdf, doesn't bring up the gui at all. It seems that I can only invoke the gui or the terminal but not starting qnotero up in terminal then using the gui in order to debug in therminal (at least as of speaking being vnc'ed to my box) |
Hi, thanks for maintaining the app. The idea is pretty neat and usually can also be found in alfred workflows but I prefer this cause it is FOSS. Some things that might really enhance this app and make it more productive would be the integration with the spotlight (MacOS), instead of the user having to navigate and use the mouse to chose the show option to search the zotero collections it would be nice if it could be done from spotlight. For instance fire up spotlight and use
qnotero:search title
and then it would show up the results. Or just through spotlight fire qnotero that brings the search/show interface.The other thing is that I keep my pdfs in gdrive and using the show interface it seems that I can't open the pdf.
Finally it would be nice if there was a right click menu or some kind of keybinding similar to quick copy found in zotero with the same flexibility as the one in zotero.
Thanks!
The text was updated successfully, but these errors were encountered: