Not signed in (Sign In)
Quick Links
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
-
- CommentAuthorazlab
- CommentTimeApr 14th 2009
When I create a report from a reference that contains a picture I get only the name of the gif or jpg. Especially for chemistry, it would be very helpful to actually display the picture, e.g. a reaction corresponding to the paper. Would that be possible? Thanks! -
- CommentAuthorTjowens
- CommentTimeApr 14th 2009
There are long term plans to make reports more customizable, this would be a neat feature for customizing reports. You might be interested in this old conversation that touches on ideas for working with images in Zotero. -
- CommentAuthornoksagt
- CommentTimeApr 14th 2009
A possible work around for 1.5b2 would be to add images to your attached notes. These would show up in a report. -
- CommentAuthorazlab
- CommentTimeApr 14th 2009
This is working great for pictures I find on the internet. Thanks!
Ultimately, it would be perfect if we could cut-and-paste pictures (reactions) directly out of a pdf file. -
- CommentAuthornoksagt
- CommentTimeApr 14th 2009
Ultimately, it would be perfect if we could cut-and-paste pictures (reactions) directly out of a pdf file.
If your PDF viewer will let you copy pictures (not all viewers do & most viewers do not on certain PDFs), then you should already be able to paste them into a note. If you cannot copy from a PDF, you'd have to use a third-party screenshot tool (the major operating systems all come with one). -
- CommentAuthorazlab
- CommentTimeApr 15th 2009
Pasting into the note works perfectly. But the generated report does not show the picture. -
- CommentAuthorTjowens
- CommentTimeApr 15th 2009
I think I have figured this one out.
First, it is important to understand how Zotero's rich text notes work. They are actually written in HTML by tinyMCE, so when you stick a image into a note you are actually generating a img tag that points to the image source. So here are three different scenarios for how you could include an image and the results.
1. Drag an image from your desktop into a note. Result: the image shows in the note but does not show up in the report.
2. Drag an image from a webpage into a note. Result: image shows up in the note and in the report. Take a look at the source code and you will see this is still a live link to the web, this is not ideal.
3. Drag an image from your desktop into the middle column of your Zotero collection. In my case this created a new item called image.jpg. Double click on the image. You should see the image in your browser and see "zotero://attachment/numberstring/" in your location bar. Drag the image from your browser into your note. You should see the image in your note and see the image in your report. If you look at the source code for your report you should see the img link to the local copy of your image in the Zotero directory, "zotero://attachment/numberstring/".
This might work slightly different on different operating systems so if folks want to test it and report back that would probably be useful. -
- CommentAuthornoksagt
- CommentTimeApr 15th 2009
This might work slightly different on different operating systems so if folks want to test it and report back that would probably be useful.
I'm on Linux (Ubuntu w/ gnome/nautilus). Here's what I've figured out:
When Firefox loads generates a report, it uses a 'zotero://' URL. Pages that use the 'zotero://' protocol will render images that use the 'zotero://' and 'http://' protocols, but not the 'file://' protocol. If you save a zotero report as 'Web Page, complete,' it will rewrite links & so your images won't be available. If you save it as 'Web Page, XHTML only' or copy/paste viewed source, it will retain links & your images should be available: pages that use the 'file://' protocol will render images that use the 'file://', 'http://', and 'zotero://' protocols.
I don't know why 'zotero://' pages don't load 'file://' images. Perhaps this can be fixed? Alternatively, perhaps zotero reports should not use 'zotero://' URLs? Let the user choose where to save a generated report (with/with out images exported to a local directory). Such an exported report would use the 'file://' protocol, which works with all images.
Finally, note that files on the local filesystem and copy/pasted images both make use of 'file://'. However, copy/pasted images get written to the /tmp directory. Perhaps it would be useful if Zotero modified the default TinyMCE behavior such that pasted images were saved to some zotero directory & could use the 'zotero://' protocol instead (assuming this would be possible)? -
- CommentAuthorazlab
- CommentTimeApr 15th 2009
Thanks, Tjowens! It's a bit lengthy but it works :-) BTW, congratulations on Zotero, very fine tool!
In my case (Vista, Adobe Acrobat Reader), I couldn't capture pictures from the pdf (the screengrab add-in didn't work). Finally, I found the nifty "snipping tool" under "Accessories". Works great! -
- CommentAuthorRedBlue
- CommentTimeMay 20th 2009
Thanks guys... after having pasted hundreds of images in my notes I stumbled over this topic and realized that all my images are actually stored in /temp directory under the name moz-schrinshot-XXXX.jpg. I made them all read only not to accidentally delete any.
I wonder if a work is being done on this issue and in a near future I would be able to use a local zotero folder for images and relink all of them in zotero notes. Or may be there is already a way to automatically change links in TinyMCE to a different folder?
Tanks for any suggestions. -
- CommentAuthorRedBlue
- CommentTimeMay 20th 2009
ahh ..i figured it out myself... Just click on html button in Note Editor and the entire note code appears there. Replace all the occurrences of /temp directory in some external editor and update the note with a new version of the text..!!
Still I think it would be great if zotero would put pasted images in the note folder automatically. -
- CommentAuthordperkel
- CommentTimeJun 16th 2009
I noticed that there has never been a stable release of v1.5. Is all of this going to be available in v2.0? And any idea when the non-beta release will be launched? -
- CommentAuthorahoward
- CommentTimeJun 16th 2009 edited
1.5b2 jumped straight to 2.0b3. You can think of them as being pretty much continuous. All the same features are available. -
- CommentAuthorohthere
- CommentTimeJun 28th 2009
Thank you nosagt for referring me and thanks Tjowens for the methods! I succeeded by the method 2.
However, I still hope that images pasted from clipboard would directly appear in the Report.. -
- CommentAuthorben58
- CommentTimeJun 30th 2009
@ Tjowens Apr 15th 2009
(Mac OS X 10.5) The method 3 works.
I have also tried to have an image not only as the top-level item, but to make it a sub-item of this parent item, or of a different one. It worked. However I find the technique too cumbersome.
Better would be IMHO:
If you put an image into a note from clipboard, or by dragging an image from a web page, or by drag-n-drop of a local file containing image - an separate file is created within the bibliographic item: either a file copy (like as is the case with PDFs from local file system or from the Web), or a new PNG/JPG. The rest would be the same as now. -
- CommentAuthorohthere
- CommentTimeJun 30th 2009 edited
The method 3 works in Vista Home Premium K SP1. The method 3, I think, is essentially 'paste the item into the middle column and then double-click it,' and it's OK for me.
Certainly, it would be more comfortable if Zotero could either
1. print images from 'file://' protocol in the Report, or
2. convert items that are pasted into memos, to 'zotero://' protocol automatically.
1 to 16 of 16