Skip to content

fishmacs/evernote-mode

 
 

Repository files navigation

evernote-mode

![Gitter](https://badges.gitter.im/Join Chat.svg)

Emacs interface for Evernote which originally started on Google Code. Then it was updated for working with Ruby 1.9.3 and Emacs 24.1. Which was then updated to work with OAuth. Then just a little bit of Emacs customization niceness was added.

INSTALLATION

You will need to install the Evernote OAUTH Ruby gems in order to get all of this stuff working. Run the following command:

gem install evernote_oauth

Clone this repo and run setup.rb:

git clone https://github.com/pymander/evernote-mode
cd evernote-mode/ruby
ruby setup.rb

Copy evernote-mode.el to your load path.

See the Original Readme for installation and usage details.

CONFIGURATION

You'll need to get a production developer token from Evernote and in Emacs set the custom variable evernote-developer-token. If evernote-mode is loaded this can be done easily with M-x customize-group evernote.

TROUBLESHOOTING

If you get an error message regarding enclient.rb, you may need to modify the variable enh-enclient-command in evernote-mode.el (check to see where setup.rb installed it).

About

Emacs interface for Evernote

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 52.4%
  • Ruby 47.6%