Hi springcat >Although I have been able to use TagglyTagging with Theme Mocha, the taggly >tags > at the top of a particular tiddler do not show the border that is > visible with such tags in Mptw theme. I've looked at the TTplugin/ stylesheet > code,
I believe you have to have a look at the actual ViewTemplate to mimic the behaviour.. There's a small added maro "minitag" which is inserted just below the tiddler title part.. You'll find the special ViewTemplate in the MptwTheme tiddler http://mptw.tiddlyspot.com/#MptwTheme: <div class="tagglyTagged" macro="tags"></div> <div class='titleContainer'> <span class='title' macro='view title'></span> <span macro="miniTag"></span> </div> Minitag isn't part of the TagglyTaggingPlugin - it is from the QuickOpenTagPlugin http://mptw.tiddlyspot.com/#QuickOpenTagPlugin Hope this helps... Cheers Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

