vim-blog


Vim blogging bundle script in ruby for various blogging platforms

Ruby and Vim script to blog using VI/VIM/GVIM with syntax highlighting. Works using xmlrpc for Wordpress using metaWeblog, Blogger and MovableType API's specs.

You can create new posts, get, edit, draft, publish, delete using simple commands inside VIM, fast and effectivelly. Just for geeks. Its use is faster if you know some vim commands.

Usage: * :Blog rp "num" => get "num" recent posts list * :Blog cl => get category list * :Blog gp id => get post id complete information * :Blog np => create a new blog post * :Blog draft => save working post as draft (in the blog) * :Blog publish => publish working post * :Blog del id => well... you know

UPDATE

  • this has moved to GitHub. Please go there to get the latest version.
  • you can get it also at vim.org

Project Information

Labels:
vim ruby api script blog gvim wordpress xmlrpc pedromg syntaxhighlighting blogging vi