To make things easier when I write a new post, I wrote a python script so that it would not only add the required html tags before and after the text, but also to replace what I call "pseudo tags", so that something like [TAGwords-here](url) would be replaced to "<a href=url>words here</a>" (Note that TAG would be replaced by # in the text before applying the script). I'll add more tags as the use for them increases. Right now, the most important is for html and image.

This way, I don't need to waste time writing the right tags and the extra words they require, like href in a-tag.

The link for the is here .

#programming #python