POSTS
Blogging in Janus + MacVim + Vimblog
BlogAs I mentioned elsewhere, my friend Daniel Miessler said that he would be ready to give up Textmate for Vim but were it for the level of blogging support. I have, hopefully, made it easier to do so. In fact, I’m writing this blog post and using my fork of Vimblog to manage it.
Here’s how this post was made:
:Blog np
created a new post- Moved down to the
Categs
line and then::Blog cl
- /Techno to match the right line. Hit enter.
- Vimblog just copied the category name to the yank clipboard for me and then…
- p to paste it in
- G to the end of the file
- o to start typing
- Typed
Daniel Miessler
- v2b\gifl did a Google I’m feeling Lucky to his site and wrapped it in a markdown link
- More editing
- :Blog draft (because it’s still alpha-grade code) so I could check it out in Wordpress
- Took a screen-shot of vim to put in the post
- :Blog um ~/Desk/vimb
- Vimblog pasted the url link to the image that makes this work:
- Published this post with
:Blog publish