haraldaa
About
- Username
- haraldaa
- Joined
- Roles
- Member
Comments
-
I have no definite answer to your question, but to a) I think it is made for papers in the humanities with a strong interest in using footnotes for references and additional comments combined with a wish to make the references as short as possible i…
-
Thank you, but it would be really helpful for our students to be able to find it in the Zotero Style Repository. We have used an in-house style that the students had to download and then upload into Zotero, creating a technical barrier for some of t…
-
Thank you all for your help. Now I managed to add "en" to the language field for records with an empty language field. For those interested in the code. This is the code that worked: var fieldName = "language"; var oldValue = "%"; var newValue = "en…
-
Thank you, but as I am no programmer, I don't know where to put that code in the example code or how to add a try/catch around the save. Would it be possible to present the code?
-
Sorry for misunderstanding you, now I get this return value: Error: '87' is not a valid field for type 32 My code is as follows: var fieldName = "language"; var oldValue = "%"; var newValue = "en"; var fieldID = Zotero.ItemFields.getID(fieldName)…
-
It might be what the error code says, but I am not trying to add to a note. I want to add "en" to the language field where the language field is empty. It is these two lines that are causing me trouble: var oldValue = "%"; s.addCondition(fieldName, …
-
Thank you all. Using your example code I now get an error: "Error '87' is not a valid field for type 1". I copied the code clean from the webpage, added var fieldName = "language"; var oldValue = "%"; var newValue = "en"; and s.addCondition(fieldnam…
-
Thank you, my challenge is to set up a search that replaces an empty language field with "en", but the code does not work if the search field is empty, it does work as expected if it contains data. Any suggestions how to achieve that would be highly…
-
Thank you for your comment, but how could I do a replace or add to an empty field for more than 5000 items using the program's search functionality?
-
I do not want to interfere with the last request, but wants to point out that the latest version of SBL is the second edition published in paper in 2014. This edition also have an author-date option, by the way. Additions and explanations to the sec…
-
Thanks again.
-
Thanks, much appreciated. Works fine according to my tests so far.
-
Hello again! Any chance someone will be able to look into this. It is still a problem in Version 2 of the SBL style.
-
Thanks for your willingness to look into this.
-
Thanks for the suggestion, but it will work only with some styles. It does indeed work with CMS, but I am a bit reluctant to use a field for another purpose than for what it was designed. If I knew that I would only use CMS then perhaps...
-
Ok, thanks for a quick and clear answer.
-
One easy way I have found to work around this is to add a single space in the prefix field. If you do that, ibid. is lowercased.
-
Excellent!
-
Thanks for following up so quickly.
-
Bump again... Any chance this can receive attention soon. I would also like to add Logos (logosres:) (no forward slashes) to the protocol list suggested by kithairon above.
-
Thanks, it works as expected also for the language field now. Would it BTW, be possible to make the addon ExecuteJS available also for Standalone?
-
I receive "No items found" when the script is run as is. The same happens if I only change "publicationTitle" to "language". If I then change line 2 to "var oldValue ="English";" (which I know is found in some records) and line 3 to "var newValue = …
-
I am at the wrong computer. I'll report tomorrow morning.
-
I tried this for the language field putting "language" instead of "publicationTitle" in the first line and "English" instead of "Foo" in the second and "EN" instead of "Foo2" on the third. I got an error relation to the item.SetField, but if I let "…
-
Thanks for looking into this. I reverted back to 2.1.8 and can neither reproduce the problem with the inability to edit nor the disappearing page number, even with only one reference. I assume these issues will be checked just in case and hopefully …
-
I think I should add that I used the pre-beta version of Zotero together with this version of the extension when I experienced these problems. Reverting back to Zotero 2.1.8 resolved all my problems. I tried to report this on the Zotero-dev mailing …
-
Thanks, I can confirm that the problems have resolved for me now.
-
Thanks, I'll wait for the next build then. I would also like to thank you for excellent support. This has been the first time I have needed it for Zotero, and I am very happy with how I have been helped.
-
I am still having sync problems, using "My library" as the default collection. Now the error is: [JavaScript Error: "uncaught exception: Search condition ids not contiguous in Zotero.Sync.Server.xmlToSearch()"] ID:346492817 I have seen others r…
-
I closed Firefox then after opening it again, started Zotero with "My library" selected. After the sync wheel had been spinning for a while, it stopped and then I clicked on the first record. After that, the error occurs, same message after two rest…