it does work with TiddlyWiki 2.1.3 - however it does not know that it
does work, therefore it has to be patched:
quite at the bottom of the macro it tests for the TiddlyWikiversion:
else if(version.major == 2 && version.minor == 1 && version.revision <=
2)
and by entering "3" instead of "2" at the end, it works again