forked from vim-scripts/VimRepress
-
Notifications
You must be signed in to change notification settings - Fork 0
Plugin for managing wordpress blog from Vim.
apporc/VimRepress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=3510 VimRepress is a plugin for managing wordpress blog from Vim, a rewritten of vimscript #1953 , which is broken for years. Now VimRepress lives with more powerful again. *REQUIREMENT* - Vim 7.3+ with python 2.6/2.7 support - Python Environment matched wtih Vim's support - python-markdown/python-markdown2 installed - wordpress 3.0.0 + COMMAND EXAMPLES Some commands list above contain special usage, example below may clearify them for you. :BlogList - List 30 recent posts. :BlogList page - List 30 recent pages. :BlogList post 100 - List 100 recent posts. :BlogNew post - Write an new post. :BlogNew page - Write an new page. :BlogSave - Save (defautely published.) :BlogSave draft - Save as draft. :BlogPreview local - Preview page/post locally in your browser. :BlogPreview publish - Same as `:BlogSave publish' with brower opened. :BlogOpen 679 :BlogOpen http://your-first-blog.com/archives/679 :BlogOpen http://your-second-blog.com/?p=679 :BlogOpen http://your-third-blog.com/with-your-custom-permalink More detailed about this commands, type :help vimpress while you have vimrepress installed. Developing Repository: https://bitbucket.org/pentie/vimrepress
About
Plugin for managing wordpress blog from Vim.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%