sdflewrit783
About
- Username
- sdflewrit783
- Joined
- Roles
- Member
Comments
-
Off topic, but is there a place, on GitHub or elsewhere, to submit requests for CSL development? There are a lot of repositories there, but no one obvious location for this. The conditional mentioned above or the need for the bibliography in one par…
-
Thanks, definitely would help as grant writing is always a challenge of minute tweaking within tight space and the automated bibliography would be handy, but shall have to convert at the end as you suggest...
-
Right, I am sure there is a needle in that haystack.
-
Thanks, will it self-update in Zotero? Great to have the problems fixed, of course. Ironically, our need in this case is for the most compact author-date style, so without DOI, with initials without dots, etc, for a very tight character limit. Any…
-
I really cannot speak for all users. In our case we have a research group that shares a reference base across multiple groups and projects, and we use the research literature in teaching, this is many hundreds of students, but they only use a small …
-
@hellobigworld Interesting... Can this (or something else), look at multiple PDFs, say in a Zotero collection? Or even at all PDFs in Zotero (that is potentially many thousands). This would be much more useful for discovery and associations than int…
-
https://github.com/bwiernik/zotero-shortdoi/issues/46#issuecomment-2304761001
-
This would be an important feature but to be meaningful in any form of collaborative work, it needs to robustly work in shared libraries such that only the user generating states can see them and all can general their own states. The plugin about d…
-
I think it was the only one. I resaved it is working now...
-
D1811030108
-
?
-
Merci.
-
I managed. Still interested in seeing the docs if they are published.
-
Thanks, I understand it by now. It is impossible to manipulate strings without knowing the objects and object interfaces specific to Zotero. Your script would not rename epubs, so I added a couple of lines. I mistyped EPUB and want to correct it n…
-
Well, easy enough but some titles do not get renamed, e.g., 'Sage PDF' does not. var items = ZoteroPane.getSelectedItems(); for (let item of items) { if (!item.isRegularItem()) continue; let attachment = await item.getBestAttachment(); …
-
I guess this code should also be renaming EPUBs https://s3.amazonaws.com/zotero.org/images/forums/u84240/ja8hi6jz68s2a9glaayr.png
-
Just a thought: could the number of confused users be evidence for the design choices?
-
Well, I have been working to resolve issues with three plugins: Zotero Preview, Zutilo, and DOI Manager. The first seems fine, the other two are in the works by the developers, so we can put that aside. My last message checks whether the errors sho…
-
This is a new installation on top of Z6 on a different computer. Do these errors look OK to you? ID: D344701120
-
I think this is the plugin, actually, int eh case of DOI Manager, or so it seems...
-
As mentioned on GitHub, it seems that the released XPI has older code in it in comparison to the ZIP in the same release.
-
Also, is there a way to know what generates those errors? I have two plugins now, DOI Manager and Zotero Preview... https://s3.amazonaws.com/zotero.org/images/forums/u84240/9789qcgvq6f5thyaj40t.png
-
I understand that they should, but they did not. Probably because they were not fully finished, this is beyond my understanding. This referred to Zutilo. I have reinstalled Zotero, and those errors are gone. Previously I could see nothing in the UI …
-
I am asking because I am getting this error but the plugin I am installing seems to have no such lines in the js code. I found and deleted a folder there related to DOI Manager but the effect is the same. Any other place things can be hiding in? ht…
-
There are setting in the Settings dialog. But overall, it still does not work for me.
-
Thank you.
-
Had another go. You mean they are auto-generated at import and not editable? Hm... So, after I add the second and remove the first I have this and cannot change? https://s3.amazonaws.com/zotero.org/images/forums/u84240/6uyp2hyxq5kgn54ogyxs.png An…
-
I have read it. We shall have to presume that I am stupid as I cannot follow.
-
I see. Thanks. Not sure about this, why not just show an icon then for the file type and file number? One more thing to edit... Also, how do I edit the name of the attachment rather than the file? Not in the right click where one would expect it a…
-
Does not work for me, left a GitHub comment.