> > A way to add a timestamp to a tiddler every time it is opened/viewed in > the story river? >
The problem is, that you would change the modified field of the tiddler. So every tiddler that you recently watched will show up in the "Recent" tab. I don't think, that's what you intended. right? It would be needed to keep a separate list, which contains the tiddler titles, that you watched + a timestamp. Saq and Eric mentioned the $:/HistoryList. .. The problem here is, that this list can get huge. That's why it isn't saved with the wiki, by default. A similar thing can happen with your "tracking list" ... Worst case it will contain a list of all your tiddler titles + a time stamp per title. Which shouldn't be that bad. TW knows a th-navigating hook, that can be used by plugin authors. IMO it should be relatively simple to create a plugin that is activated by the hook and logs 1 line to a tracking tiddler. There is an other possibility. ... But I don't want to talk about it, because it has the potential to "brick" wikis if not used properly ;) -mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a59c6755-568b-4acb-96c6-3e028e993bcdo%40googlegroups.com.

