Vimpress: Publish WordPress blog posts from Vim

vim.png

Vimpress is a very cool plugin for Vim. With Vimpress, you can publish and edit WordPress blog posts from Vim.

How to install Vimpress

  1. Download Vimpress from here.
  2. Extract to ~/.vim:
    tar zxvf vimpress.tar.gz -C ~/.vim

Configuration

If you want to use Vimpress, you must configure blog.vim file:

vim ~/.vim/plugin/blog.vim

  • blog_username: your WordPress username
  • blog_password: your WordPress password
  • blog_url: your xmlrpc.php file URL

Usage

  • “:BlogNew” – write new article
  • “:BlogSend” – publish your article
  • “:BlogOpen id” – edit your article
  • “:BlogList” – lists all articles

vimpress

Related Posts

Comments are closed.