Created
June 9, 2010 09:12
-
-
Save littlefolk/431253 to your computer and use it in GitHub Desktop.
vimperator plugin: evernote
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// :evernote --- Post Evernote {{{ | |
if (liberator.hasExtension("Evernote Web Clipper")) | |
commands.addUserCommand(["ev[ernote]"], "Post Evernote", evernote_addToEn3, {}, true); | |
// }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment