Cindy’s attempt to get me to read a Jane Austen novel.
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")
if my post is short, does it make it to twitter?
and testing twitter and facebook integration. test. test.
I haven’t played around too much yet, but I did spend some time importing my old blogger posts. I might throw the script up on github if I think it might be useful to someone else out there.