Hi Mans, That really helped, tags are coming out nicely now. I had to take out the title/ view title macro as it was already there in TTplugin code, otherwise I was getting the titles repeated. Thanks for your help, Tanmoy
On Apr 26, 3:52 am, Måns <[email protected]> wrote: > 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 > tiddlerhttp://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 > QuickOpenTagPluginhttp://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.

