Gnotero
Interesting Linux plug-in that allows access to Zotero database with no need to open Firefox. Only works with Zotero 2+
How to install:
http://www.cs.vu.nl/~cogsci/cogpsy/smathot/gnotero.html
Dowload .tar at:
http://www.cs.vu.nl/~cogsci/cogpsy/smathot/gnotero/downloads/gnotero-0.11.tar.gz
Extract tar.gz in home directory
Open terminal and navigate to the gnotero directory type:
cd gnotero-0.11
Run the following command to install:
gksudo python setup.py install
To run the programme type:
gnotero
Mind that the programme will close when the terminal session closes.
Is there a way to run gnotero without terminal?
How to install:
http://www.cs.vu.nl/~cogsci/cogpsy/smathot/gnotero.html
Dowload .tar at:
http://www.cs.vu.nl/~cogsci/cogpsy/smathot/gnotero/downloads/gnotero-0.11.tar.gz
Extract tar.gz in home directory
Open terminal and navigate to the gnotero directory type:
cd gnotero-0.11
Run the following command to install:
gksudo python setup.py install
To run the programme type:
gnotero
Mind that the programme will close when the terminal session closes.
Is there a way to run gnotero without terminal?
Now since the Zotero database can be accessed even without FF what we all want to see is a stand-alone Zotero, I guess.
Sounds like a dream...
D
I have just put a slightly updated version online (0.2). This includes a Debian/ Ubuntu package.
http://www.cs.vu.nl/~cogsci/cogpsy/smathot/gnotero.html
You can kind of have that. Run
firefox -new-window zotero://fullscreen
It works with Zotero 2rc (but that's what you mean, perhaps?).
Would it be possible to use
zotero://select/<item number>
URLs to make all the search results accessible via Gnotero? I'm not sure, but I could imagine it being useful to be able to have Zotero open and show a given item selected from the list.And thanks for such a superb utility.
AttributeError: 'Gnotero' object has no attribute 'max_results'
It's apparently either failing to find the folder, or failing to parse the DB. Any hints on what might be amiss?(EDIT: From the code, it looks like it's skipping the initialization of internal vars when a config file is not present. Has the latest version been tested against a clean install?)
(EDIT: After hand-rolling a config file, I get an error about failiing to connect to Zotero, with a suggestion that the Z version may be too old. I'm running Zotero 2.0 final in Firefox 3.6, so that's not the issue. Maybe a problem with the Python version or some other dependency? This is with Python 2.6.2.)
Shouldn't be much of a tweak to add other categories...
Regarding the problem noted by fbennet. It looks as though your system is fine: Python 2.6 and the newest version of Zotero. Have you tried deleting the config file ~/.gnotero? Otherwise, please contact me and I'm sure we can figure it out.
There are definitely still some bugs in there and some functionality which would be useful. Regarding the not finding of PDFs: It only opens pdfs which are stored as an attachment to an article/ book.
Thanks for all the interest!
Also, how difficult would it be to allow CSL export of citation of the highlighted item in results_box to clipboard?
I looked at implementing an c.execute(title_search) as well, but it looks a litte more difficult than I initially thought.
Thanks,
Rich
I did just notice that Gnotero displays results that are in the trash in Zotero -- maybe such results could be hidden, or denoted in some way? I'll look into it.
Download: http://www.cs.vu.nl/~cogsci/cogpsy/smathot/index.php?page=gnotero
RE: ralesi
I think it should be possible to get it running under Windows, but I have no idea how easy it will be. I have made crossplatform QT apps before, but Gnotero uses GTK (although GTK should be crossplatform as well). I may look into it if I find the time, because clearly a lot of people use Zotero under Windows.
As ajlyon remarked, Gnotero reads directly from Zotero's database. So in order to get Gnotero to export nicely formatted references I cannot use Zotero's formatting capabilities, which makes it tricky.
I hope the new version is useful and please let me know if there are any bugs (which I'm sure there are).
What's about a Mac version? Shouldn't that be easier than a Windows version?
Download: http://www.cs.vu.nl/~cogsci/cogpsy/smathot/index.php?page=gnotero
RE: Greg
My guess is that, as you say, it shouldn't be exceedingly difficult to create a Mac-compatible version. If I try to create a Windows version I will probably (try to) make it completely platform-independent.
From my blog:
Today is a big day for Gnotero! By public demand I have created a Windows version. It does not yet offer all the functionality of the Linux version, but it is a good start. I have tested it (somewhat) under Windows XP and Windows Server 2003, but not yet under other flavours of Windows.
In addition, there are some nice additions to the Linux version as well. You can now enable a monochrome icon (www.iconsweets.com), so Gnotero integrates nicely with the increasingly popular Ubuntu/ Elementary icons. Gnotero now also searches as-you-type and is able to search through more metadata. For a complete list of changes, please refer to the changelog.
You can download Gnotero here: http://www.cs.vu.nl/~cogsci/cogpsy/smathot/index.php?page=gnotero