On Friday, March 26, 2021 at 9:58:40 AM UTC-7 Brian Radspinner wrote:

> Edit the system tiddler:
> *$:/core/macros/timeline*
>
> Change "limit" in this line:
> \define timeline(*limit:"100"*,format:"DDth MMM 
> YYYY",subfilter:"",dateField:"modified")
> ...to the number of tiddlers you want to display
>

Rather than changing the default value for the parameter in the timeline 
macro definition,
you can add the "limit" parameter when invoking the timeline macro in 
*$:/core/ui/SideBar/Recent*.

For example, if you want to set the maximum number of tiddlers to display 
to 50, you can add "limit=50", like this:

<$macrocall $name="timeline" limit=50 
format={{$:/language/RecentChanges/DateFormat}}/>

enjoy,
-e

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c25c64de-81eb-4ef7-bed6-eca122e41dben%40googlegroups.com.

Reply via email to