Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In pursuit of a better Vim blogging platform #3

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

In pursuit of a better Vim blogging platform #3

wants to merge 56 commits into from

Conversation

sgharms
Copy link

@sgharms sgharms commented Mar 10, 2012

¡ Hola Pedro !

I am trying to convert to using Vim as a blogging platform and I found this code. I found a few things that I thought could be spruced up a bit, so here they are. It puts "quick" data (category lists and recent posts) into Vim's quickfix interface. It has me blogging on par with what I was able to do in Textmate when combined with my own GIFL project.

Let me know if you think these ideas work with your code base and, if so, merge away :)

Steven

Steven G. Harms and others added 30 commits March 9, 2012 18:49
* Modifications to category list
  * Uses a quickfix list
  * A single 'q' dismisses the quickfix list
  * Selecting <CR> on a category copies that
    category to the default register and wraps
    the category in quotes for purposes of
    [p]asting into blog posts
* Modifications to recent posts
  * Uses a quickfix list
  * Selecting <CR> on any of the rows with the
    post ID will lead to that ID being loaded up
    in a new buffer for editing
* Changes layout to be Pathogen compatible
* Uses a markdown readme
* Updates documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant