Vim Blog

I took the popular vimpress plugin and added the ability to upload images and set a post status type (draft or published).  More changes to come.

Download it here

Commands :

  • :BlogList [count]
    Lists the last x articles in the blog – if left blank 10 are returned
  • :BlogNew
    Opens page to write new article
  • :BlogOpen <id>
    Opens the article <id> for edition
  • :BlogDel <id>
    Del the article <id>
  • :BlogSend
    Saves the article to the blog
  • :BlogUp <image name>
    Uploads an image to the blog and inserts the image url

Configuration :
Edit the “Settings” section (starts at line 51).

Usage :
Just fill in the blanks, do not modify the highlighted parts and everything should be ok.

install details
  • place in your vim/plugin/ directory.

This plugin does require that python be compiled into vim

 

This entry was posted in Programming and tagged , , . Bookmark the permalink.

Comments are closed.