Total Pageviews

Sunday 2 February 2014

Vimpress:用vim管理wp博客的帖子

from http://www.vim.org/scripts/script.php?script_id=1953

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

Commands
    * “:BlogList”
      Lists all articles in the blog
    * “:BlogNew”
      Opens page to write new article
    * “:BlogOpen id”
      Opens the article for edition
    * “:BlogSend”
      Saves the article to the blog

Projects page : http://www.friggeri.net/projets/vimpress/
 
install details
Edit the “Settings” section in blog.vim (starts at line 51). If you wish to use UTW tags, you should install the following plugin http://blog.circlesixdesign.com/download/utw-rpc-autotag/ : and set “enable_tags” to 1
Just fill in the blanks, do not modify the highlighted parts and everything should be ok.