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/4ad6307e-008e-421c-9f46-7ea214391850%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

