YuDiamond
About
- Username
- YuDiamond
- Joined
- Roles
- Member
Comments
-
188BET靠谱吗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…
-
188BET靠谱吗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.188BET靠谱吗Moreover, I can copy the citation and paste to any place of zotero note, and it is sti…
-
188BET靠谱吗@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 …
-
188BET靠谱吗@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.188BET靠谱吗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?
-
188BET靠谱吗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.188BET靠谱吗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.
-
188BET靠谱吗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
-
188BET靠谱吗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.188BET靠谱吗and will this feature be introduced to the Android version of zotero?
-
188BET靠谱吗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 …
-
188BET靠谱吗My zotero.sqlite is about 2.70GB 1.188BET靠谱吗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!188BET靠谱吗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.188BET靠谱吗For, return await Zotero.DB.valueQueryAsync("SELECT COUNT(*) FROM itemData") the result is: ===>33388271408
-
188BET靠谱吗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.188BET靠谱吗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.188BET靠谱吗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.188BET靠谱吗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.