I have noticed that the displayed modified date is not changing, this is because the view widget does not update when the data changes, if you look at the tiddler itself in the story you can see its modification date changing....
On Monday, January 16, 2017 at 5:48:44 PM UTC+1, BJ wrote: > > I have a plugin that allow links to be clicked: > > http://bjtools.tiddlyspot.com/#ClickAction > > you could use it like this: (you can open a new tiddler at > http://bjtools.tiddlyspot.com/ and paste the code below to try it) > > \define datedlink(x) > <$button setTo="v" set="$x$"><$text text={{$x$!!title}}/></$button><$view > field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/> > > <a href="""$x$"""><$click state="$x$" text="v"/> </a> > \end > > <<datedlink "http://tiddlywiki.com">> > > all the best BJ > > On Saturday, January 14, 2017 at 7:40:16 PM UTC+1, PJO wrote: >> >> Something I've always wanted in a bookmarking app and which I've yet to >> see implemented is a way of tracking when I last visited a site: >> >> http://urlnumber1 date >> http://urlnumber2 date >> http://urlnumber3 date >> >> where the date is updated whenever the URL is clicked on. >> >> How easy would it be to this with TW5? >> > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a629cba8-8179-434d-a21b-5aa05ebb838e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

