Many thanks, Mario! I tried that, and it works. But rather than change a shadow tiddler, I elected to put in into a "end-user" tiddler, that I can then place in the sidebar with a "$:tags/SideBar" tag. That gives me the functionality I was looking for. Also, I won't shoot myself in the foot if core changes during my "learning curve". :-)
As a follow-up, the results are still in descending order (same as the original Recent tab functionality). So, to get ascending order, I recon I should apply a sort operator to the results of your code segment. But the syntax of your code is very different than that shown in the docs -- can you give guidance on this? Best, -- Daniel On Wednesday, February 22, 2017 at 4:22:50 PM UTC-8, PMario wrote: > > On Wednesday, February 22, 2017 at 11:48:49 PM UTC+1, Daniel Cunningham > wrote: >> >> And then what you are saying is that since this is embedded in the >> timeline macro, any sort criteria I try to apply to "created" will be to no >> avail? >> > > Have a look at the docs: http://tiddlywiki.com/#timeline%20Macro > > >> >> Unless... I clone the macro & modfify it to use the "created" field? >> > > Edit: $:/core/ui/SideBar/Recent > <http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FSideBar%2FRecent> > > like so: <$macrocall $name="timeline" > format={{$:/language/RecentChanges/DateFormat}} dateField="created"/> > > and you should be good to go. > > have fun! > mario > > -- 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/41c0cc43-6424-4751-829c-161c912420ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

