tim820
About
- Username
- tim820
- Joined
- Roles
- Member
Comments
-
I can see how those WSU library instructions might work. However their current instructions are somewhat ambiguous, unnecessarily tedious, and potentially wrong. At the top of the WSU library page you linked it correctly says "this is all about sav…
-
Suggestions that may do some of what you want .... Zutilo allows you to paste a set of tags to an item from the clipboard (currently v6 only) https://github.com/wshanks/Zutilo Something I only discovered recently is that you can Shift-Enter to get…
-
My context menu almost has to scroll because it fills the screen, with the many plugin options added. Adding more to it is not a great idea. And encouraging plugin writers to only add one main context menu item, with the actual operations in a sub-m…
-
See also 6 steps for trouble-shooting non-responsive buttons in Word for Windows: https://www.zotero.org/support/word_processor_plugin_troubleshooting#error_or_non-responsive_plugin_buttons
-
The Linked Attachment Base Directory setting only tells Zotero where to look for linked attachment files. It has no influence on attachments in local Zotero storage (ie under Zotero\storage), now or in the future. So if you have all your attachment …
-
The only way that Zotero itself would be adding them as linked files would be if you held down Ctrl+Shift (Windows/Linux) or Cmd+Option (Mac) while drag/dropping ... https://www.zotero.org/support/attaching_files#adding_files_via_the_zotero_window
-
See here: https://www.zotero.org/support/kb/google_docs_citations_unlinked
-
You want option B here: https://www.zotero.org/support/kb/transferring_a_libraryhttps://www.zotero.org/support/kb/transferring_a_library
-
Regarding getting a list of all authors in your library, the following code run under Tools\Developer\Run Javascript will do that: var names = await Zotero.DB.columnQueryAsync("SELECT DISTINCT TRIM(lastName || ', ' || firstName) AS creator FROM crea…
-
@naouals since zotero-style already has about 37 different journal rating systems to choose from (Publication Tags), the developer seems like they are looking to be very comprehensive. So they may be willing to add SCImago. Send them a message under…
-
We're really just talking about a capital letter for formalizing clearer branding ... every time one has to explain the differences between desktop and web library, one *already* talks about the "Zotero desktop app" and the "Zotero web library". Tha…
-
I agree that Zotero's branding of its various elements is not as clear as it needs to be. An example of that is that it's not uncommon for people to come here with a problem in not being able to do something that Zotero is supposed to be able to d…
-
See: https://www.zotero.org/support/kb/files_not_syncing
-
In terms of "intuitively detect the in-text citations of my document and create a bibliography just from that", that can happen if you use unformatted citations in the form {Smith, 2009} in your document, then save the document (temporarily) in RTF …
-
The zotero-style plugin has "publication tags" for this amongst its many features, which can be shown as a column in the main pane. You can specify which ranking source(s) it displays. I use the plugin but have not used that feature. https://github.…
-
OK, it's still a little unclear how you are using Zotfile/Zotero linked PDF files. The most common way of using Zotfile is to first have the Zotero web connector do the PDF download (and item creation) from a journal article web page (where you hav…
-
Exactly how are you saving to the onedrive folder with Zotfile ?
-
Under Advanced Settings in Zotfile Preferences, do you have 'Only work with the following file types' ticked ? And if so, is the file type you are trying to move - pdf - in that comma-separated list ? I would have thought that maybe Onedrive as yo…
-
Works for me in Windows 10. Make sure you are looking in the right place to put the file. You can find the Zotero data folder by going to Edit\Preferences\Advanced\Files&Folders - Show Data Directory. You should have about 6 folders in the folde…
-
If you want to reproduce the folder structure you already have as collections in Zotero, it sounds like this plugin should do it ... https://github.com/retorquere/zotero-folder-import Some discussion by the developer here: https://forums.zotero.org/…
-
See ... http://zotero-odf-scan.github.io/zotero-odf-scan/ "Additional step: Currently, the automated installation of the Scannable Cite translator is broken. To manually install the translator, download the Scannable Cite translator (right-click on …
-
Zotero Style has a pile of neat features in addition to several dark modes in the 2.6.7 latest release, compatible with Zotero v6 (with even more in pre-release versions, some for Zotero v7 only) including: - annotations appear in the Notes tab in t…
-
When changing to linked attachment files, you actually have to ask Zotfile to *move* the attachment PDF files to your Custom Location. Use right-click Manage Attachments\Rename and Move. If you have a lot of files to move, select their items in smal…
-
See: https://www.zotero.org/support/kb/files_not_syncing
-
https://www.zotero.org/support/zotero_data#locating_your_zotero_data
-
You ideally want a (free) sqlite-compatible tool that shows a visible map of the parent-child links. I recall looking at several a few years back to get some of that information, but I only needed them briefly and no longer use them. I recall one wa…
-
You can recover them from backup ... https://www.zotero.org/support/zotero_data#restoring_your_zotero_data_from_a_backup
-
As good as Zotero is, the ways in which you can check that you don't already have an item you are about to add is one of the less-than-efficient processes in Zotero. Mostly I find myself doing a manual lookup in my library ... a lot. Finding duplica…
-
Run the following code under Tools\Developer\Run JavaScript to get an alphabetical list of all authors in the current collection, along with a count of how often they appear. var CurrentCollection = Zotero.getActiveZoteroPane().getSelectedCollectio…
-
That looks to be just a saved copy by Retorquere of a very early version (0.0.10) of @polygon 's (Muisedestiny) zotero-file. It's not up-to-date (I believe 0.2.8 was the most recent).