New widget CurrentSegmentInfobox that displays infos on currently viewed Segment (future features will allow for possibility to edit title descriptions and tags for current segment)
#!/bin/bash
for f in ../../doc/*.md
do
python markdown2html.py $f
done