Joscha
About
- Username
- Joscha
- Joined
- Roles
- Member
Comments
-
@mat-in: Great! I have put all the stuff with some instructions in the zip file below. You should start with the 'read-me.txt' file. My compiling knowledge is very limited but let me know if you have questions or need some other files. http://www.…
-
@zeynep: well, that's essentially what zotfile reader and now the zotfile 2.0beta is doing (I would go for the 2.0beta). Or am I missing something? You can also batch move all your attachments...
-
@sidies: zotfile works with Zotero 3.0b, I am using it myself... the duplicates detection also works fine with it (in 3.0, the 'debugShowDuplicates' preference was removed). So it seems to be only a problem with the trial implementation in earlier …
-
Some bug fixes, code cleaning, and new features later... http://www.columbia.edu/~jpl2136/zotfile_200b3.xpi This should be much better! A saved search is also now created automatically (and can be done manually from the pref window). New Feature…
-
I finally decided to integrate zotfile and zotfile reader. You can download the first test version of this effort below. Another goal was to make things easier and reduce clutter. So I cleaned up the preference pane and integrated all zotfile funct…
-
I am integrating zotfile and zotfile reader right now and also make the preference pane much cleaner so that it should be easier to use and set up... I think that should easy a wider adoption... ps: Here is the first version: http://forums.zotero.o…
-
I don't think it's that easy or at least for someone who doesn't have compiling experience. It took me pretty long to get the mac version running (I don't have compiling experience). ajlyon already gave it a shot for linux and didn't succeed. He mig…
-
Annotation extraction is currently only supported on mac (for which you need to install a separate program from the zotfile preference pane). I neither have a linux nor a windows pc so that I rely on others to compile the extractions tools for these…
-
Here is a beta of the next version. A lot of the new features are currently only implemented as hidden options (accessible through 'about:config') and have not been tested thoroughly. So any reports about testing them (unsuccessfully OR successfully…
-
I have resolved some serious bugs in the annotation extraction tool (it didn't work with the updated pdf expert 3, for example) and added one feature (line breaks in note annotations now carry over from the pdf to the zotero note). The update mecha…
-
- 1280x800 (13 inch macbook) - yes, I mean the left column. But know I realize that it needs more space when you expand multiple subfolders. I also realized that (at least from my point of view) the behavior for selecting collections is not optimal.…
-
I have to say, the new library website is great!! Here are some comments after playing with the new library website: - I would like some way to enforce one row per zotero item. On my laptop, most items go over two rows for one or two words in the t…
-
@mronkko: Skipping items with two or more attachments is actually super easy. You just have to change one line in the 'getSelectedAttachments' function (in zotfile.js). Change for (var j=0; j < attachments.length; j++) attIDs.push(attachments[j]…
-
It's there for sure (at least right now)... I see it and just tried at another computer... Maybe the site is cached on your computer... (my ftp client is making problems right but i will try to provide another link later)
-
mmmh, I am almost sure that the version was there... Anyways, I uploaded it again: https://addons.mozilla.org/en-US/firefox/addon/zotfile/versions/ Let me know if it disappears. Then I will upload the xpi file somewhere else until the problem with…
-
@Jeff: Actually, I was just using the scan reader function and it seems to work both in foreground and background mode. And you check again and provide more details? I made a mistake earlier because I moved the file in background mode, double-clicke…
-
@Jeff: I just tried the 'Scan Reader' and it works in foreground but not background mode. I will fix that in the next couple of days...
-
Version 0.5 final is now under review at Mozilla and can already be downloaded from here: https://addons.mozilla.org/en-US/firefox/addon/zotfile-reader/versions/ New Features in 0.5 - Extraction of annotations and highlights from PDFs (currently …
-
@mark: yes, that's on my list too. But the list is long... As you suggested earlier, I actually thought about saving the location of the files on the reader with a wildcard for the base folder ({basefolder}/project/file.pdf). The advantage of that …
-
ajlyon: Let me know before you do... I made some small changes to the script and maybe some other bug comes up... Good luck for the move!
-
Here is a new beta that is compatible with Zotero Standalone. http://www.columbia.edu/~jpl2136/zotreader_05b4.xpi New Features in 0.5 - Extraction of annotations and highlights from PDFs (currently only on Mac) - Compatible with Zotero Standalone…
-
Here is a new zotfile version that is compatible with Zotero Standalone. It's currently under review at Mozilla so that you will have to install it from here. https://addons.mozilla.org/en-US/firefox/addon/zotfile/versions/ New Features in 1.6.4…
-
I know, kind of sad. Maybe I still have a windows laptop somewhere in ny but I am not even sure and won't be able to check before mid September. I am actually more hoping for a compiling expert...
-
Here is a new beta for 0.5. The extraction of annotations should now work for macs. You have to install the program separately though (ZotFile Pref->ZotReader->Download & Install...). Windows and Linux users should get a greyed out 'Downlo…
-
@prjohnston: Yes, the counting is only based on the number of attachment files. I am not sure whether I will change that because it would require to check every attachment before prompting the user. Probably not a big computational burden but still.…
-
@synoptic: okay, I see. Now it's more clear. I assume you are running zotreader in background mode, right? I will look into it when I find time. Let me know when you find out more. @prjohnston: Do you just want to move the pdf attachments to the r…
-
no, that is not possible at the moment but it's already on my list. The filename will most likely get a 'postfix', which is either set to something like _annotated or can be changed by the user. I am pretty sure that it will still take some time tho…
-
Pdfs from iAnnotate and Preview should both work... There are multiple steps involved and it's important to pinpoint the where exactly the problem is. First, the plugin calls the binary using the location of the pdf and the output text file as an a…
-
Hey, it's a c++ program that extracts all note annotations as well as the highlighted text from your pdf attachments in zotero. You can use it in two ways: a) when you remove an attachment from your tablet, the annotations are automatically extracte…
-
My FF does not complain... The URL was wrong but your error report sounds like something different, right? Maybe FF doesn't allow binaries in extension packages? Can you confirm that it's not the URL?