As far as I know you would need to write a new javascript function which overrides display tiddler and re-saves the tiddler with an incremented field viewcount.
You could encode the stat value into a tiddler field eg. viewcount and then write macros to expose this information. Only problem with this method is people would need to be able to have write access to your tiddlywiki. The alternative would be to edit your view template and place a bit of javascript that runs a server side function.. what that might be I have no idea however. Hope that's been some help.. I'm sure other people in the group may have better ideas! Jon On Apr 5, 12:37 am, SteveR <[email protected]> wrote: > Is there a way to record cumulative views of tiddlers and display as a > percentage of total views ? I want to be able to automatically build > information for identifying FAQs. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

