[tw] Re: Using TagglyTagging with different themes

2012-04-27 Thread springcat
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 humam...@gmail.com 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 tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Using TagglyTagging with different themes

2012-04-27 Thread springcat
Many thanks, I will try the EditTemplate.

On Apr 26, 8:21 am, twgrp matiasg...@gmail.com wrote:
 On Apr 26, 8:11 am, springcat tanm...@gmail.com wrote:

  visible with such tags in Mptw theme. I've looked at the TTplugin/
  stylesheet code, but with my very limited skills, I couldn't figure
  out what to alter.

 You should alter things in the ViewTemplate of the theme you're using.
 (Note, the tiddler ViewTemplate is the default view template and
 probably not the one used in your theme).

 The view template defines which parts the tiddler should consist of in
 view mode, thus basically:
 toolbar
 title
 text
 tags

 Note that what you probably want is to *replace* the existing bottom
 most tags with the taggly..

 And, just FYI, it is also possible to include tagglytagging in the
 bottom of the EditTemplate (in your theme).

 :-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Using TagglyTagging with different themes

2012-04-26 Thread Måns
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 tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Using TagglyTagging with different themes

2012-04-26 Thread twgrp
On Apr 26, 8:11 am, springcat tanm...@gmail.com wrote:
 visible with such tags in Mptw theme. I've looked at the TTplugin/
 stylesheet code, but with my very limited skills, I couldn't figure
 out what to alter.

You should alter things in the ViewTemplate of the theme you're using.
(Note, the tiddler ViewTemplate is the default view template and
probably not the one used in your theme).

The view template defines which parts the tiddler should consist of in
view mode, thus basically:
toolbar
title
text
tags

Note that what you probably want is to *replace* the existing bottom
most tags with the taggly..

And, just FYI, it is also possible to include tagglytagging in the
bottom of the EditTemplate (in your theme).

:-)

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.