I’m now using Tumble, the emacs mode for posting to Tumblr. This post is mostly for me to test it out further, but I’m very impressed with it thus far.

Now, I just need to remember that the default syntax is markdown and we’ll get along great.

Installation was easy. I just installed the ELPA package and added somthing like this to my emacs config:

;; tumble - emacs tumblr mode
(require 'tumble)
(setq tumble-email "my@email.com")
(setq tumble-password "p-a-s-s-w-o-r-d")
(setq tumble-url "my.tumblr.com")