[tw] Re: TWT-Treeview, visibility of Tags and Creation Date

2011-07-11 Thread TW-User
 div class='subtitle'span macro='view modifier link'/span, span
 macro='view modified date'/span (span macro='message
 views.wikified.createdPrompt'/span span macro='view created
 date'/span)/div
 div class='tagging' macro='tagging'/div
 div class='tagged' macro='tags'/div

Thank you very much, now I can see the tags and the creation date

-- 
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: TWT-Treeview, visibility of Tags and Creation Date

2011-07-04 Thread Måns
Hi TW-User

 How to make the Tags and the Creation Date visible on each Tiddler

Have a look at a standard TW's ViewTemplate tiddler (You'll find it in
the sidebartabs More in the tab shadowed)

You'll see sth like this:

div class='subtitle'span macro='view modifier link'/span, span
macro='view modified date'/span (span macro='message
views.wikified.createdPrompt'/span span macro='view created
date'/span)/div
div class='tagging' macro='tagging'/div
div class='tagged' macro='tags'/div

I don't remember if TWTreeView uses a custom ViewTemplate section in a
systemTheme tiddler or if it's using the standard ViewTemplate...

Report back if it doesn't work from the standard ViewTemplate - then
we'll have to find the custom themebased one...

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: TWT-Treeview, visibility of Tags and Creation Date

2011-07-04 Thread HansBKK
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'/spanspan style=color:#ccc]/span/divbr
div class='title' macro='view title'/div
/div
div macro=showWhenTagged .mq
div class='toolbar' macro='toolbar  closeTiddler closeOthers 
closeAll'/divdiv class='title' macro='view title'Master Quality - 
/div
/div
divspan 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 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.