-
Notifications
You must be signed in to change notification settings - Fork 104
Installation
The Evernote plugin for ST3 is available on Package Control. Manual installation is also possible.
If you have not yet installed Package Control, follow the instructions here.
Package Control is driven by the Command Palette. To open the palette, press ctrl+shift+p (Win, Linux) or cmd+shift+p (OS X). All Package Control commands begin with Package Control:
, so start by typing Package
. The Install
command will list the available packages, among which there should be Evernote
. Select it and Package Control will install it for you.
The first time you use the plugin, you'll need to link it to your account. Try by opening a note and follow the instructions. More details can be found in First Use.
Download the zip from here at and extract its contents in your Packages directory:
- Windows:
%APPDATA%/Roaming/Sublime Text 3/Packages/
- OSX:
~/Library/Application Support/Sublime Text 3/Packages/
- Linux:
~/.Sublime Text 3/Packages/
- Portable Installation:
Sublime Text 3/Data/
Clone the Evernote repository with
$ git clone http://github.com/bordaigorl/sublime-evernote.git
in your Packages directory.
If you intend to make changes consider creating a new branch for each new feature and submitting a pull request on GitHub. The guidelines for contributing can be found in the CONTRIBUTING.md file.