YuDiamond
About
- Username
- YuDiamond
- Joined
- Roles
- Member
Comments
-
I think you need this zotero plugin, [windingwind/zotero-actions-tags: Customize your Zotero workflow.](https://github.com/windingwind/zotero-actions-tags) and welcome to [windingwind/zotero-actions-tags · Discussions · GitHub](https://github.com/w…
-
As we all know, when I drop an item to zotero note, there will generate a citation of that item, and then if I click the citation, zotero will focus on that item. Moreover, I can copy the citation and paste to any place of zotero note, and it is sti…
-
@dstillman I have found the root cause of the offset in the PDF search results in Zotero. It may be due to Firefox rendering. You can try opening the above article using a different browser. Firefox has the offset, while Google Chrome and Microsoft …
-
@martynas_b I want to develope a javascript script running in [zotero-actions-tags](https://github.com/windingwind/zotero-actions-tags). but it seems very difficult.
-
Reference this link, https://github.com/search?q=repo:018/zotcard+note.css&type=code , I have solved the issue. hi, I has a question, when I used zotero 7 beta 54 and before, I used the following code to change my zotero note background co…
-
@dstillman I can't wait. Can you tell me the approximate date to implement this feature? many thanks.
-
amazing! Do you have any plans to support reading epub files on the Android platform?
-
I just have a try, when I dragged a item, which contains an epub file, from the Zotero shared library to my personal library, the highlights were also dragged with epub file. This feature is great, which wasn't available in earlier versions zotero. …
-
many thanks. I just have try to past into a text, the same to Microsoft Word. I hope this is useful for you. Happy New Year.
-
windows 10 7.0.0-beta.54 I think it's same to this one which has been fixed https://forums.zotero.org/discussion/106364/feature-or-bug-rename-attachments-in-zotero-7-beta-21
-
only two authors for this paper, https://www.nature.com/articles/s41467-022-28122-0 I opened the PDF file using the built-in PDF reader in Zotero, highlighted a passage, copied the highlight, and pasted it into Microsoft Word. Here is the result, …
-
@dstillman Imagine this, we have a book that we sometimes read on our office laptop, sometimes on a tablet, and sometimes on a computer at home. But after finishing the book, we want to gather all the notes (for example, the highlight ) we made whi…
-
@dstillman Wow, I can't wait. and there is another question, can the highlights in the epub file be exported and imported together with the epub file? Just like the highlights in a PDF file, you can export and import.
-
many thanks. and will this feature be introduced to the Android version of zotero?
-
amazing, after moving my Zotero data directory back to the default location on the internal disk, this problem disappeared. then, I try use on the outer disk, This problem is also gone, that seems so bizarre. and now, on the outer disk, when I …
-
My zotero.sqlite is about 2.70GB 1. I remember it was that time I installed a new version of a zotero plugin, then when I started Zotero and deleted a lot of RSS feeds in zotero, Zotero got stuck during the deletion process. After that, I forced Z…
-
For, var t = new Date; await Zotero.DB.queryAsync("DELETE FROM itemDataValues WHERE valueID NOT IN (SELECT valueID FROM itemData)"); return new Date - t; the result is: ===>2059266
-
sorry, I made a mistake. For, return await Zotero.DB.valueQueryAsync("SELECT COUNT(*) FROM itemData") the result is: ===>33388271408
-
select "My library" and then go to Tools → Developer → Run JavaScript and run the following line return await Zotero.DB.valueQueryAsync("SELECT COUNT(*) FROM items") the result is: ===>71409
-
the result is: ===>71409
-
please wait a moment, just now, this error is being triggered.
-
over 20000 items. Is it because there are too many items?
-
even clear a single item from the trash, this error will happen.
-
@dstillman Z:\[…] is a partition of an external portable hard drive.
-
thank you very much. you are right, I use the portable version zotero 7 beta42 on an external disk, and run too much plugins and disabled now for find the reason that causing the problem. Just before, I opened zotero, let it alone for about 20 mi…
-
D1798816158 is that one?
-
many thanks @poettli
-
thanks. I will have a try.
-
@dstillman Sorry to bother you again. in my workflow, I need get the author_year, just as the following code, ```javascript var items = Zotero.getActiveZoteroPane().getSelectedItems(); //return items; let Creators = item._creators; let isChinese …
-
@dstillman thanks for your reply and time.