Archive for tag: Wordpress

Managing WordPress Blogentries with Vim

11 May, 2010 (21:47) | Vim, [English Posts] | By: Wolfgang

blogit.vim is a nice extension to write blog posts directly from within Vim. There are other scripts doing the same but only this one was updated recently. You can get it from its vim.org project page http://www.vim.org/scripts/script.php?script_id=2582 or the authors web site http://symlink.me/projects/blogit/wiki.To use the suggesteted formatting conversions let blogit_unformat='pandoc --from=html --to=rst --reference-links' and ...