Hi DrCory
I've just imported the plugin http://mptw.tiddlyspot.com/#TagglyTagging
Tagged it with "systemConfig" and put it in my ViewTemplate.
Like this:
<div class='tagClear'></div>
<div class="tagglyTagging" macro="tagglyTagging"></div>
<!--}}}-->
And this into the StyleSheetTiddler:
/*TagglyTag styles*/
.tagglyTagged li.listTitle { display:none;}
.tagglyTagged li { display: inline; font-size:90%; }
.tagglyTagged ul { margin:0px; padding:0px; }
.tagglyTagging { padding-top:0.5em; }
.tagglyTagging li.listTitle { display:none;}
.tagglyTagging ul { margin-top:0px; padding-top:0.5em; padding-left:
0em; margin-bottom:0px; padding-bottom:0px; }
/* .tagglyTagging .tghide { display:inline; } */
.tagglyTagging { vertical-align: top; margin:0px; padding:0px; }
.tagglyTagging table { margin:0px; padding:0px; }
.tagglyTagging .button { display:none; margin-left:3px; margin-right:
3px; }
.tagglyTagging .button, .tagglyTagging .hidebutton { color:#aaa; font-
size:90%; border:0px; padding-left:0.3em;padding-right:0.3em;}
.tagglyTagging .button:hover, .hidebutton:hover { background:#eee;
color:#888; }
.selected .tagglyTagging .button { display:inline; }
.tagglyTagging .hidebutton { color:white; } /* has to be there so it
takes up space. tweak if you're not using a white tiddler bg */
.selected .tagglyTagging .hidebutton { color:#aaa }
.tagglyLabel { color:#aaa; font-size:90%; }
.tagglyTagging ul {padding-top:0px; padding-bottom:0.5em; margin-left:
1em; }
.tagglyTagging ul ul {list-style-type:disc; margin-left:-1em;}
.tagglyTagging ul ul li {margin-left:0.5em; }
.editLabel { font-size:90%; padding-top:0.5em; }
I hope it will work for you too..
Regards Måns Mårtensson
On May 24, 2:23 am, DrCory <[email protected]> wrote:
> Simon;
>
> Do I have to have the systemThemes?
>
> > But the real reason you're not there so far is that MPTW uses systemThemes.
> > So you could try importing
> > these:http://mptw.tiddlyspot.com/empty.html#systemTheme
> > and putting this somewhere in MptwUserConfigPlugin.
> > config.options.txtTheme = 'MptwStandardTheme';
>
> Can I just import TagglyTagging into my existing TW.
> I've spent some time customizing the look and feel of what I currently
> have. Further, Its got several plug-ins that come with it that I don't
> have use for (yet). I just wanna add TTagging and work with that. Can
> I?
> What other modifications do I need to do for TTagging?
>
> DrCory
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---