I want to edit the default "tagging" list in the top left corner of each tiddler to have an horizontal layout and stay out of the way of the tiddlers text.
As I am rather new to tiddlywiki and javascript I do not know where and how I would implement this feature. I guess the best place would be as a plugin in a tiddler itself (not editing the sourcecode).
I realized that I can move the "tagging" list itself using the "ViewTemplate" Shadow-Tiddler. It looks as if the tags were created using the "taggin" macro in there. So i guess I would somehow need to modify that macro?
Thanx for all the answers.