Here is the ViewTemplate from the "Executive" flavor, my current favorite TW
implementation.
<!--{{{-->
<div macro="hideWhenTagged .mq">
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'><span
style="color:#ccc;">[</span >add:»<span macro='newHere
label:"subtopic"'></span><span style="color:#ccc">]</span></div><br>
<div class='title' macro='view title'></div>
</div>
<div macro="showWhenTagged .mq">
<div class='toolbar' macro='toolbar closeTiddler closeOthers
closeAll'></div><div class='title' macro='view title'>Master Quality -
</div>
</div>
<div><span macro='unsavedChanges panel'></span></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
Look at the one from the stock TW and you'll see where the "tagged" (as
opposed to "tagging") content is displayed.
Copy and paste from there into yours, probably before the title div?
Then if you want to style it at all, I recommend Firefox+Firebug to get the
necessary classes, you'll need some CSS skills in modifying StyleSheet.
When you get it all working, post back here so others can learn. . .
Hope this helps
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/Y7QIvIao2OcJ.
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.