How to reference a location within a snapshot from a note
I need to distill information from large web pages. I'm not a Zotero guru, but I would like to snapshot these web pages and write stand alone notes that summarize various aspects of these pages. But I would like to be able to include some kind of pointer from the items in these notes to the specific places in the large web pages that support the item in the note. Ideally, I would like to be able to click on hot spots next to the items in the note and be taken to those places in the large web page to review the logic of what I've written. Is there any way to do something like what I've outlined or am I trying to use this tool for something it was not intended? Thanks.
Steve
Steve
The easiest solution would seem to be to include html links in the note (possible with the richt text notes in 1.5b) to the snapshot - that only works, of course, if the webpage is programmed in a way that allows jumping to different section, but I imagine that must be the case. Of course the link should go to the webpage snapshot stored in Zotero and not to the www address (so would be something like C:/.../Zotero Folder/webpage.html#subsection)
http://www.elitetrader.com/vb/printthread.php?threadid=134046
This is the print version of a forum thread with over 800 posts. I chose a small one. :-) I use the print version so I can search through the whole thread and extract the information that I need. Most of the posts aren't important, but scattered throughout the thread are heuristics that I need to collect and be able to reference. As far as annotations being in a meta-file, Zotero is able to place them correctly in the snapshot. So obviously, the location information is available in some fashion.
I don't know then, but from what I know that's harder than you think, esp. because afaik the Zt. annotation function hasn't been written for Zotero specifically.
While I suppose in theory Zotero could add ids to local pages, that wouldn't actually work in this case because the HTML is so heinously bad. Even XPointer wouldn't go very far.
http://forums.zotero.org/discussion/1222/hyperlinks-back-to-zotero-item/#Item_8
http://forums.zotero.org/discussion/4930/using-zotero-as-a-research-diary/#Item_5
For discussions on making snapshot annotations equivalent to notes, see:
http://forums.zotero.org/discussion/1900/
http://forums.zotero.org/discussion/2294/notes-as-attachements-versus-as-annotations/
In Zotero, go to the snapshot attached to the entry. Click "Show File" and open the selected file in an HTML editor. Insert your own bookmark. In the Zotero note, edit the HTML and create a link to that specific file and bookmark.
As I said, this would be tedious but it would do what you want. I use a programmable keyboard (the Logitech G11) and can program keys to quickly type things like the HTML codes for bookmarks and links. That would speed things up quite a bit. Plus, if you just opened that HTML file up and kept it open in your HTML editor as you worked, you could just click over to the document and add a bookmark link wherever you wanted. Remember, you can stick a div tag with an id anywhere you want. You don't have to find an existing div tag and use its id.