dragonfly
About
- Username
- dragonfly
- Joined
- Roles
- Member
Comments
-
I've just noticed that the tag selector window which I understand should appear in the left pane is missing? How can I restore this?
-
I've been playing around with the javascript API and this script below seems to work to delete an array of named tags in selected (highlighted) items. A few "alerts" or "console.log" can be added for testing. /*CODE*/ // https://www.zotero.org/su…
-
I'm curious to see the sync server source (and the standalone client source). This link (posted earlier) does not help .. http://www.zotero.org/support/dev/dataserver_setup Can you point me to the source repo?
-
And in response to dragonfly: some of my "favorite" folders are subcollections. I would prefer to have that subcollection stand alone in the "favorite collections" list and not with all the other subcollections under its parent collection. If you …
-
If the Zotero restoration does not work (hopefully it has worked) then there are other general methods you can try for "forensic data recovery". But if that is the case you must minimise further usage of your computer since deleted files can be ov…
-
I have been playing around with some supplements to the default notetaking feature in Zotero and I document the experiment below. Note that some more work is required .. in particular hiding certain categories of FloatNotes rather than the current …
-
You did restart Firefox?
-
Hoping to learn more about style editing I have just now looked in Firefox profile folder .. /home/USER/firefox/PROFILE/zotero/styles/chicago-author-date.csl and in text editor at line 600 found this .. ... et-al-min="4" et-al-use-first="1" ... M…
-
I just prefix some some folder names with a character (e.g. "_") to force these to the top of folder tree. "_mytopfolder" "__mynextfolder"
-
@marionvanner This site might help your research into case law ... http://citationstylist.org/ but also read here on future of MLZ ... http://citationstylist.org/2015/06/16/the-future-of-mlz/
-
@stroom @adamsmith @Dan_Stillman I preface my suggestions below by pointing out that my personal interest in Zotero is more for asset management (links, bookmarks, notes etc.) rather than citation management. I started exploring ways of extending Z…
-
I have now read that thread and out of curiosity read a few threads at vanillaforums. http://vanillaforums.org/search?adv=&search=spam+filter which suggests linking to http://www.stopforumspam.com/ Although it was suggested earlier that there…
-
Pursuing a similar goal I installed these to experiment with shortcuts .. https://addons.mozilla.org/en-US/firefox/addon/customizable-shortcuts/ https://addons.mozilla.org/en-US/firefox/addon/zutilo-utility-for-zotero/ Zutilo can be expanded.
-
I didn't appreciate the cost implication of upgrading. Just a suggestion. If faced with this recurring spam problem and staying with the zero cost Vanilla 1.1.5a option then I would explore setting up front end privoxy server as filter to pre-proce…
-
Zotero forums use Vanilla 1.1.5a (see link at bottom of this page). But the latest Vanilla version is 2.1.11 and its discussion forum suggests it is "spam free". http://vanillaforums.org/discussion/comment/231008#Comment_231008 "We do not have an …
-
The only point I was making is that Javascript API docs refers to "POW" but that option (5 years old) can't now be installed on latest Firefox 40. I'll now move future dev questions to zotero-dev@googlegroups.com Thanks.
-
Thanks for pointing this out. I didn't read the manual (as follows:). Adding Items to Collections New items are automatically saved into the selected collection. To assign existing items in your library to a collection, select them in the center c…
-
I did experience being unable to drag into collection folder (to answer question 2 above the target collection was not highlighted). But I have since started a new Firefox session and this quirk has not come back. Target collection now highlights an…
-
Thanks for the tips. I've managed to run some Python scripts and I'll try Javascript API. But at this moment I have a more basic problem before I get to scripting. I seem to be unable to drag any item from middle pane into any collection in left p…
-
Thanks for reawakening this old thread. I’m prompted to revisit research into RDFa in XHTML content I’ve now found an RDFa Developer Extension to add to Firefox. https://addons.mozilla.org/en-US/firefox/addon/rdfa-developer/ I found this example …
-
Would it be feasible at some stage for client side encryption to be added as a zotero plugin? http://aws.amazon.com/articles/2850096021478074 Bouncy castle could be the crypto provider.
-
EDIT: Specifically, is there a reason not to use the Zotero server hosted at Zotero.org? =============================================== In my case where I have a similar multi-user application in mind .. I can think of one good reason ..…
-
Actually .. although I've been using zotero .. I've just noticed that I share Chianti's observation .. I don't have a right click option in Firefox 8 to select any web page for listing in zotero collection .. I have been using the zotero pop up wind…
-
Also give Scrivener a test run .. http://www.zotero.org/search/?q=scrivener
-
ajlyon Thanks for the link on metadata .. but I am looking for guidelines for integrating zotero with CMS .. in particular Drupal .. and to learn how to bring this mashup together for an enterprise knowledge base. I have found referenc…
-
And to expand further on this posted question .. how can this menu of Item Types be customised / edited ? O.K. .. I've now just read just read the sibling thread on this .. http://forums.zotero.org/discussion/15636/changes-to-fields-and-it…
-
krueschan Thanks again. I will bear your advice in mind as I play around. True, it does appear to be messy but is feasible as a demonstrator. In fact I have an instance of Ubuntu on AWS EC2 (not yet on S3 as I wrote above) and a cloud LAMP …
-
krueschan I was experimenting .. but I should explain the logic .. I was thinking of ways of having a two tier zotero storage (a) zotero free storage (up to 100 MB which I've now hit) and (b) archives which can be used to prime the z…
-
Answering my own post above .. My error was using port 8080 in https mode .. https uses port 443 and adding port 8080 into the URL clashes with assumed SSL listening port 443. File Syncing URL (https) should be (no reference now to port 8…
-
I'm trying out phpZoteroWebDAV but initially on a localhost Apache2.2 server (on Windows Vista)to preserve my zotero database since I'm up to 100 MB free level. I try Zotero Preferences > File Syncing > WebDAV and the URL is http://loca…