add automatic item without URL bar
I hide the URL bar in firefox to save space.
Is there any other way to add a new item using site translators, apart from clicking on the small icon in the URL bar?
From right-clicking on the webpage, I can only add the webpage, but it is not run through site translators so I miss the authors, journal, etc.
Is there any other way to add a new item using site translators, apart from clicking on the small icon in the URL bar?
From right-clicking on the webpage, I can only add the webpage, but it is not run through site translators so I miss the authors, journal, etc.
A keyboard shortcut will probably happen at some point, but it doesn't now. (It'd technically be possible to use a third-party extension to do that now, but we can't help you with that.)
Would it be prohibitively difficult to add an item in the right-click menu for that function?
However, I cannot believe it is so difficult. It boils down to accessing ZoteroBrowser from within zoteroPane.xul. Its source file, browser.js, is already called at the beginning of zoteroPane.xul. We would only need to look for what translators are available on the current webpage, create a menu with all "Save to Zotero using %s" entries, and execute the chosen function.
Unfortunately, I am an absolute ignorant in javascript/XUL, so this still looks hard for me to do without any help.
<menuitem id="zotero-context-save-to-zotero" class="menu-iconic"
label="&zotero.downloadManager.label;"
oncommand="Zotero_Browser.scrapeThisPage()"/>
When you click on the new "Save to Zotero" button, the page is scraped using the first translator (as it would do by left-clicking in the zotero button in the URL bar) and saved.
Would you be inclined to include this in the mainstream release?