On Friday, July 8, 2011 10:10:32 PM UTC+7, TW-User wrote: > > On Treeview Executive, how to make tags and creation dates visible on > each Tiddler > > http://twt-treeview-executive.tiddlyspot.com/
Modify the ViewTemplate. Here's a snippet from (just under "title" of) the default core TW design for a starting point. <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> If you really only want the creation date and not the other stuff, then just remove the latter spans from the subtitle div. -- 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/-/oqKavmzHXwQJ. 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.

