> About two days ago I saw a plugin which displays recent updates since
> you last visited the site. Now I can't find it.

   http://www.TiddlyTools.com/#RecentChangesPlugin
provides a drop-list of tiddlers that have changed within the past N
days.  Usage: <<recentChanges #ofdays>>

   http://www.TiddlyTools.com/#VisitorCounter
is an inline script [1] that provides a *private* cookie-based visit
counter that tracks both the number of visits and the date/time of
your last visit.  To trigger the script at startup, embed the
following in your MainMenu (or any other tiddler that is displayed by
default):
   @@display:none;<<tiddler VisitorCounter>>@@
When the script is invoked, it sets internal variables:
   config.options.txtFirstVisit
   config.options.txtLastVisit

... and, you can use these variables to calculate the #ofdays for the
<<recentChanges>> macro this way:
    <<recentChanges {{(new Date()-config.options.txtLastVisit)/
86400000}}>>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

[1] http://www.TiddlyTools.com/#InlineJavascriptPlugin



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to