bjohas
About
- Username
- bjohas
- Joined
- Roles
- Member
Comments
-
Great, many thanks Adam!! Do you have any thoughts on how I could get the URIs for attachements, e.g. by way of a plug in? Bjoern
-
(1) If a saved search is selected in the collections pane, and I search for "semi-structured" in the top search box, no papers show at all (the pane is blank). When I copy those citations into a collection, highlight the collection, then search (ag…
-
Aurimas, do you happen to know the id for the middle pane? Would a similar technique work for focus on that pane? Bjoern
-
Actually - some of these are already in Zutilo, e.g. "Add tag", and "Edit item info", so keyconfig is not needed! Bjoern
-
Just adding this comment to this thread also: I've written up all I know about about navigation between panes here: http://www.sciencemedianetwork.org/wiki/Zotero/better_navigation_between_panes Some navigation is also possible with keyconfig…
-
Hi aurimas, hi all, I've written up all I know about about navigation between panes here: http://www.sciencemedianetwork.org/wiki/Zotero/better_navigation_between_panes Some navigation is also possible with keyconfig + zutilo (e.g. moving …
-
Hi all, I've written up all I know about about navigation between panes here: http://www.sciencemedianetwork.org/wiki/Zotero/better_navigation_between_panes Some navigation is also possible with keyconfig + zutilo (e.g. moving to info a…
-
Really great - many thanks! Yes, left/right-arrow in that way would be great. (Fn key is a bit awkwardly positioned on Mac.) Bjoern
-
Really great - many thanks!! Bjoern
-
Mac OS 10.7 (with Zotero stand alone)
-
Mac OS 10.7 (Zotero stand alone)
-
Hi Dan, you said "Yeah, on OS X it skips the tabs at the top, which there's another shortcut for." Tab only cycles between left / middle / search, but never gets me to the Info/Note/Tags/Related pane, i.e. it doesn't get me to the title fi…
-
I get the older version from item.uri when coding a translator! So perhaps it should be updated in the translator code as well? Thanks! Bjoern
-
Ok, many thanks! That's all very helpful. To give some background: I am interested in this for google docs integration, as discussed elsewhere. My plan was to use scannable cite. However, collaborators didn't really like the scannable cites, plus t…
-
I have one more question about this! How does the number in: http://zotero.org/groups/257089/items/WUXAHI8Z relate to the number in: zotero://select/items/1669433_WUXAHI8Z (I.e. 257089 vs. 1669433). In particular, will the …
-
Thanks Dan! Bjoern
-
Ah - the advanced search does not work on group libraries! Instead you have to create a saved search! Is the advanced search on group libraries really not possible? https://forums.zotero.org/discussion/9092/unexpected-search-results/ Incid…
-
Thanks for the comments! So does this also mean that zotero:// links (e.g. in OO or Google Docs) would only ever be able to interact (reliably, officially) with Zotero stand alone, and that any interaction with the Zotero Firefox pane is accid…
-
Thanks for the tip! Bjoern
-
It seems to work in the firefox Zotero pane as well. It opens a new page, that says "Corrupted Content", but the item is selected in the firefox pane nevertheless.
-
Here's a small experiment, in setting the location header. E.g. to get zotero://select/items/1700609_NHM4H2R9 Use this: http://oer.educ.cam.ac.uk/zotero/select/1700609_NHM4H2R9 (This item is not public, but you can use your own zotero …
-
Well, yes, and no. When I try this with Chrome, I get an "external protocol request" warning. But if I agree to that, then the item opens in Zotero just fine! What I did was put into the header of an html page. Bjoern
-
Thanks Adam! Yes, I've created a mashup of the uri translator, combined with scannable cite! It's pretty close to what I'd like. Except see post about html/rtf snippet (also on zotero-dev). Would be really neat to have that! Thanks! Bjoe…
-
Hi Adam, here's another thought: Could you create http:// links that redirect to zotero:// links? I experimented a little with a http-equiv="refresh", and it seems to work (at least for Chrome and Zotero stand alone), but it could also work wit…
-
Hello, is it possible to add comments to a scannable cite? E.g. something like: { ....... as before ...... | comment } Basically, we'd like to put a http link to the zotero item online into the "comment", which is handy. Or could this…
-
That seems right. Looking at the export preferences, for all the bib styles you can select "copy as html", while for the export formats "copy as html" is greyed out.
-
Ok, thanks! It would probably need a Zotero.writeHTML() function for html to complement Zotero.write() for plain text.
-
Yes - I can add ... to the translator.js code. However, that just results in the literal text on the clipboard. The clipboard needs to be told that it's html. So how do I do that in the translator? Basically, my translator.js acts like this: echo '…
-
Yes - because I don't know how to make a simple drag and drop solution! I managed to produce a plain text translator (see forum link above) that produces plain text, with an http:// link to our zotero group on zotero.org, and a zotero:// link.…
-
I make an html file with zotero in it, then open this html file in a browser. I then copy and paste the link text into an open office document. Alternatively, if you have access to the command line, you could just run this: echo 'zotero' | textut…