screenshots in Markdown in vim
I put a lot of screenshots in my blog posts and it’s always a little annoying
to take the screenshot, put it in the right folder, and insert the <img>
tag.
So I finally wrote the world’s smallest vim plugin which
lets me just run :Screenshot NAME
and it’ll save the image from my clipboard
to the right place and write the <img>
tag. It uses pngpaste
.