ptujec
About
- Username
- ptujec
- Joined
- Roles
- Member
Comments
-
… I also finally implemented proper citations, respecting your citation style settings in Zotero … coming with a bunch of additional options to fine-tune it (rich text, markdown format, with or without selected links …)
-
Thank you! I have another quick question related to receiving a formatted citation or bibliography reference for an item via the local API. Is it possible to get those in Markdown instead of HTML? No problem if not. I can convert the HTML into Mar…
-
In my testing, it really seems to make a difference. I'm not using the http://www.zotero.org/styles/ prefix in the API call. However, if the local CSL file does not have it in the ID, I get an error 500 internal server error.
-
Oh, never mind. I think I just found the issue myself. The id in my custom CSL file did not start with http://www.zotero.org/styles/
-
Nice. Thanks! I tried to use a local custom CSL file for citation but that does not seem to work (yet?). It did work with styles from the standard repository (e.g., apa) or the URL of a remote CSL file. Locally would be nice though. const url = `…
-
Hi Dan! What would be the best way to stay up to date on the progress of the web API you mentioned?
-
I wrote a little about browsing with LaunchBar, using the Zotero action as an example. This is probably helpful if you want to know why you would want to use it. https://ptujec.github.io/the-unique-power-of-browsing-in-launchbar/
-
I just pushed a small update. The action now respects the Zotero (7) setting for opening PDFs. I also adjusted the icon to match the style of version 7.
-
Huge congrats on this release! Thank you for all the work you put into this!
-
@aaaaaaaaaaaaaaa I am not sure if I can help you with this one. Other than some custom searches using mdfind I have not done much tag scripting. But maybe you don't even need a script for that. You can tag a bunch of files right in the Finder. Just …
-
I can confirm the fix. Thanks for all the work!
-
Congrats! This is spectacular! Thank you!
-
I mostly use the LaunchBar action for quick access to pdfs and websites I use for research. Using the LaunchBar action most of the time I don't even need to have Zotero running. This used to be a bigger incentive before Zotero 7, because Zotero co…
-
Oh, sure. That works. Thanks!
-
Any hope for this? ;)
-
Yes. Thank you!
-
I noticed something weird as I tested my new LaunchBar action (https://github.com/Ptujec/LaunchBar/tree/master/Zotero-Actions). When I use "select URL" while Zotero is the frontmost app, it takes a while (a few seconds) before the selection happens…
-
Great! Now zotero://select works better than with version 6. The only remaining issue is that it does not select the item the first time if the app was not running before. But the app loads just fine even in that case and select works ever time aft…
-
@AbeJellinek @adamsmith Yes. When Zotero 6 is not running clicking on the link triggers it to open but nothing works. It does not even load items for me. It's just the blank interface with no data.
-
One improvement is that Zotero now opens properly when using the url scheme and the app was not running before. So please keep that as you fix it ;)
-
Wow, for a second I was worried that all the work I put in my new LaunchBar action was pointless. I'm glad, the database is still the same. I just hope for the zotero://select/library/items/ to work again so I can test it some more.
-
That might actually be the case for me too. It's just so fast that I could not tell it selected something.
-
Hi! I am working on a new much improved action. If you are interested, the link above should still work. /cc @dstillman
-
@augustaugust Hi! Are you still using LaunchBar? I am working on a new action. If you are interested, the link above should still work.
-
Thank you @hughp3
-
I have two LaunchBar actions to work with Zotero attachments. https://github.com/Ptujec/LaunchBar/tree/master/Zotero-Actions#launchbar-actions-for-zotero I also tried my hand at writing one to show items by tags. But using the web API is not ideal.…