febuiles / tumble
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
57cfa11
commit 57cfa11a56627a81ce418b8efe8c94e3630e8f6d
tree 2cc5a6d6d0caf9370df02d22ac890d5261b3a55a
parent b26c8e38331e1bce793e77e5d328021574b8a1d8
tree 2cc5a6d6d0caf9370df02d22ac890d5261b3a55a
parent b26c8e38331e1bce793e77e5d328021574b8a1d8
tumble /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
tumble.el | ||
| |
vendor/ |
README.markdown
Tumble - An Emacs mode for Tumblr
Overview
Tumble is a mode for interacting with Tumblr inside Emacs. It currently supports the following types of posts:
- Text
- Quote
- Link
- Chat
- Photo
- Audio
- Video (only through embed)
You can start tumbling by using the following functions:
tumble-text-from-region
tumble-text-from-buffer
tumble-quote-from-region
tumble-link
tumble-link-with-description
tumble-chat-from-region
tumble-chat-from-buffer
tumble-photo-from-url
tumble-photo-from-file
tumble-audio
tumble-video-from-url
Read tumble.el for more information about each function.
Installation
Download Tumble to some directory:
$ git clone git://github.com/febuiles/tumble.git
Add it to your load list and require it:
(add-to-list 'load-path "~/some_directory/tumble")
(require 'tumble)
Open tumble.el and modify the following variables:
(setq tumble-email "your_email@something.com")
(setq tumble-password "your_password")
(setq tumble-url "your_tumblelog.tumblr.com")
(optional) Tumble uses no group for posting and Markdown as the default format but you can change these:
(setq tumble-group "your_group.tumblr.com")
(setq tumble-format "html")
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Check tumble.el for more information.
Fork freely!

