Coder Social home page Coder Social logo

vimblog's Introduction

About

This is a fork of the VimRepress project, located at http://www.vim.org/scripts/script.php?script_id=3510.

VimBlog is a plugin for managing a Wordpress blog using Vim. There are many similar plugins, but most are no longer being developed.

Requirements

  • 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 +

Installation

  1. Clone ths repository into your Vim environment's plugin directory
  2. Create a ~/.vimrepressrc file, and put the following in it

blog_url = http://yoursite.com/

username = you

password = goodpassword

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 

Modifications

I have made a number of changes (hence the name change) to make it more functional for me, including the following:

  • I removed the prompt for editing or deleting posts, and am using a command to skip those steps during blogging workflow (see below)
  • I moved the post type from Markdown to HTML because I have Wordpress doing Markdown conversion on the server side

Commands

I set up a few shortcuts that I use during day-to-day blogging:

Starting workflow

From the shell I launch these two character shortcuts to begin blogging immediately.

  • alias nb="vim +BlogNew
  • alias eb="vim +BlogList

Inside Vim

Once inside Vim I can run these.

  • nnoremap b :BlogSave publish
  • nnoremap h :set ft=HTML

Credits

All credit to Pentie for creating VimRepress, which this is based on.

vimblog's People

Contributors

boypt avatar danielmiessler avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.