Forgot to add, the edit button inside RecentChangesPlugin:
http://www.TiddlyTools.com/#RecentChangesPlugin

/Mike

On 2 Juli, 10:22, Michael Johanson <[email protected]>
wrote:
> Thanks Eric,
>
> Though, how do I remove the "edit" button? Everything I get when I try
> to is macro error.
> Most be something I don't see (don't know what it is and how it's
> connected).
> Any help would be much appreciated!
>
> /Mike
>
> On 1 Juli, 16:28, Eric Shulman <[email protected]> wrote:
>
> > > 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