Added support for running a function before the draw() function of a widget, for example when a widget needs to fetch additional user informations that aren't provided by the metadatas
#!/bin/bash
for f in ../../doc/*.md
do
python markdown2html.py $f
done