Hi, All.
I’ve put together a plugin for interacting with a SimpleNote account (simplenoteapp.com/). Basically, it’s an iPhone note-taking app that syncs to the cloud. This plugin allows you to pull down a note from the site, edit in sublime, and when you hit ‘save’, it’ll upload it back to the site. It basically gives you a shared note store between an iPhone and Sublime.
There’s a little bit of config. You need to add a file containing your simplenote email address and password in %APPDATA%\simplenote-api-key.txt, with contents like
username:hektor@troy.com
password:mypassword
working directory:c:\\temp
editor extension: txt
It’s available on bitbucket at bitbucket.org/stevecooperorg/simplenote/src
Enjoy.