Le 2013-04-15 10:09, Yuvi Panda a écrit :
I wrote a small little tool ages ago to help with Gadget development:
http://github.com/yuvipanda/mwuppet
It lets me write on Vim and push to the wiki whenever I want. I've the following line in my .vimrc that makes this simple:
command Mw :w | :! mwuppet %
I'm sure this can be extended easily to support more things.
Really interesting, thank you. :)