johnmy
About
- Username
- johnmy
- Joined
- Roles
- Member
Comments
-
Thanks for your reply.
-
Press Ctrl key when you click the item if you use Windows OS. https://www.zotero.org/support/collections_and_tags Identifying Collections an Item is In To see all the collections an item is in, select the item and then hold down the Option (Mac), C…
-
Many thanks, I made it by changing the value of "name-as-sort-order"
-
You could try https://editor.citationstyles.org/visualEditor/ and A Step-by-Step Guide of editing style could be found https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step.
-
@marcelparciak coded a java script at https://forums.zotero.org/discussion/40457/merge-all-duplicates/, which could merge in some automate degree
-
A Step-by-Step Guide of editing style could be found https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step.
-
@dstillman, thanks, the extension is updated as you suggest, only the linked file will be removed directly from the disk.
-
thanks, I will consider to revise it.
-
I tried this Zotero.Items.trashTx(id), however, after the zotero trash was empty, the attachment file still remains in the linked folder.
-
This extension was wrote to delete attachment simultaneously when a item was removed after zotfile was installed.
-
@dstillman, thanks for your kind reminder. Yes, I wrote this extension. I would like to move the attachment to trash (Windows trash or Zotero trash) before they were deleted from the disk, however I don't know which function should be used in the co…
-
You could try this extension (https://github.com/redleafnew/delitemwithatt) to remove the snapshots by selecting the items with snapshots and right clicking, choosing Delete Attachment(s)-Delete Snapshot(s) Only.
-
For zotero desktop app see https://www.zotero.org/support/preferences/general
-
如果你用QQ/TIM,可以加入群:913637964进行讨论。
-
有什么提示? 你也可以下载便携版,直接解压就可以使用。https://zhuanlan.zhihu.com/p/350797263 https://github.com/pedrom34/ZoteroPortable
-
Storing the Zotero data directory directly in a cloud storage folder is extremely likely to corrupt your Zotero database and should not be done. (The same is true of most database-backed programs.) The forums contain many threads about the problems …
-
Which citation style and reference item?
-
Zotero currently uses the the title, DOI, and ISBN fields to determine duplicates. If these fields match (or are absent), Zotero also compares the years of publication (if they are within a year of each other) and author/creator lists (if at least o…
-
Yes, when you delete item(s), select it (them), and run the JS in the JavaScript window (Tools- Developer-Run javascript). I developed an addon https://github.com/redleafnew/delitemwithatt/releases, but it is not a finished product, it will jump (sl…
-
@Gurdas_Sandhu, it is a good idea. I coded a JS to clean the customized reference fold after Zotfile is installed, https://github.com/redleafnew/zotero-javascripts/blob/main/4delete the attachment files after the items have been removed when zotfil…
-
Got it, thanks
-
You could open the Profile Manager, and select the previous profile.
-
Any ideas?
-
@adamsmith, thanks, could I append an asterisk for the specific author (for example the correspond author)? Maybe different reference has different correspond author.
-
You could modify these codes, select the items you want to bold authors, run them in JavaScript window (Tools-Developer-Run JavaScript), and change back when they needn't bold. They work for me. var oldName = "John Smith"; var newFirstName = "J…
-
which field do you want to bold? The title, the author or publication. And which csl do you use?
-
@emilianoeheyns, thanks, it works if I run it in the Win +R, but in a bat file, it should be start D:\Zotero\zotero.exe -profile "E:\Profile\Zotero" , and run the bat file.
-
Do you bold all the references or some specific ones? if all, you could edit the style file (csl) or select the proper style. if the latter, you could add before the start of the text you want to bold and after the end in the item of zotero In…
-
Any progress?@bwiernik
-
Any idea?