Vimpress is a very cool plugin for Vim. With Vimpress, you can publish and edit WordPress blog posts from Vim.
How to install Vimpress
- Download Vimpress from here.
- 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

6 responses so far ↓
1 Adrien F. // Feb 24, 2008 at 9:11 pm
I’d appreciate if you did not hotlink the file. Please use that link instead :
http://www.friggeri.net/projets/vimpress
Thanks, Adrien
2 Toor // Feb 25, 2008 at 12:27 am
@Adrien: I’m sorry. Corrected.
3 Vim + WordPress = AWESOME « Sneezes in the dark. // Apr 23, 2008 at 12:16 pm
[…] page for plugin is here) Posted by mnml01 Filed in Stuffs, ooo Tagged: blogging is ok too i guess, plugins give me a […]
4 mobiphil » Blog Archive » press that word with vim … or posting wordpress blog with vim // Jun 8, 2008 at 6:13 am
[…] vimpress […]
5 Webzappr’s Lifestream « My Random Web Snippets // Feb 9, 2009 at 8:42 am
[…] Vimpress: Publish WordPress blog posts from Vim — PhoroLinux […]
6 Simon Hartcher : Vimpress - Edit your Wordpress posts using vim // May 19, 2009 at 5:51 am
[…] for the last few months. The plugin requires Python 2.4 to be installed to work and here are some plugin install instructions to get you […]
Leave a Comment