Write wordpress blog from vim
This is my first time to use vimrepress. A plugin that can let you wirte blog directly from vim.
There are some command I use in this post
- :BlogList -- show all posts you have in vim
- :BlogSave publish -- publish you post to wordpress
The problem I meet right now is that I can edit some old post from vim , but can not wirte a new post directly. Is there anyone know how can I solve this problem? (solved by myself)
The format of this post is html, but the default setting is something named markdown. I really do not know what is that... I'll try to understand and post some words abot markdown in my next post.
Problem solved: (about new post)
When I use the command BlogNew, I keep filling in a number in "StrID" which cause a problem. This time I just leave StrID blank, the system give a ID automatic. Conculison: When use BlogNew, leave "StrID" as blank!!