Vimpress !
This is quite experimental (and unmaintained): I'm currently writing this article using the only decent text editor: Vim. That's why I wrote a plugin inspired by this one
Presentation
Vimpress is a nifty plugin for Vim which allows you to publish and edit posts on your wordpress blog.
Features
- Get a list of all articles
- Write a new article
- Edit a current article
- Save (yeah, no kidding)
- Supports categories
- Supports tags1
Pseudo help
Commands
- ":BlogList"
Lists all articles in the blog - ":BlogNew"
Opens page to write new article - ":BlogOpen id"
Opens the articlefor edition - ":BlogSend"
Saves the article to the blog
Configuration
Edit the "Settings" section (starts at line 51). If you wish to use UTW tags, you should install the following plugin and set "enable_tags" to 1
Just fill in the blanks, do not modify the highlighted parts and everything should be ok.