Skip to content

Instantly share code, notes, and snippets.

@Banus
Forked from JoelBesada/README.md
Last active December 29, 2015 05:09
Show Gist options
  • Save Banus/7619625 to your computer and use it in GitHub Desktop.
Save Banus/7619625 to your computer and use it in GitHub Desktop.

Mendeley command for Backtick.

How to add this command:

  1. Copy the ID of your Gist from the URL. (7619625)

  2. Paste the ID into the custom commands field in the Backtick settings. You can easily access the settings by clicking the Backtick icon on the command execution console.

(function () {
var hbs = document.createElement('script');
hbs.setAttribute('src','http://www.mendeley.com/min.php/bookmarklet');
document.getElementsByTagName('body')[0].appendChild(hbs);
})();
{
"name": "Mendeley import",
"description": "Import research article in Mendeley.",
"icon": "http://www.mendeley.com/graphics/mendeley.png",
"link": "http://www.mendeley.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment