Being an avid Notational Velocity user on OSX, i was really happy when Notational Velocity started to support SimpleNote. This made it really easy to sync notes on multiple devices including my iPhone.

Now i recently became a part-time linux user (again). Sadly there was no useful native client for SimpleNote available. Of course there is the standard web-interface and there is even a google chrome extension that allows working with SimpleNote.

Once again, i totally forgot emacs. Sometimes called an operating system on its own :-) and this operating system really has support for SimpleNote through simplenote.el.

Installation is really simple:

(require 'simplenote)
(setq simplenote-email "")
(setq simplenote-password "")
(simplenote-setup)

Happy note-taking.