When using the TagCloud module or one of the many variations of the %%tags%% variable, it is impossible to append an anchor to the end of the URL - we are only given the ability to modify the URL before the actual tag:
%%tags_linked{mypage/tags/}%%
This results in a link like this:
http://mysite.wikidot.com/mypage/tags/TAG_NAME
I would like the ability to add an anchor to the end of this. i.e.
http://mysite.wikidot.com/mypage/tags/TAG_NAME#my-anchor
Please? ;-)
A solution would have to be developed for both the TagCloud module, as well as for the %%tags%% / %%_tags%% variables that are used in ListPages and live templates.