On Tuesday, May 3, 2016 at 10:01:20 AM UTC+2, Daniel wrote: > > I'd like to reduce the size of the recent list (so that there is no > scrolling on the screen I regularly use). I did not find a setting for > this, and changing the "limit" part of the filter expression in > $:/core/Filters/RecentTiddlers die not change anything either. >
$:/core/Filters/RecentTiddlers ... is a tiddler, that is used as a template in the AdvancedSearch: Filter drop-down list. The tiddler you need to modify is: $:/core/ui/SideBar/Recen <http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FSideBar%2FRecent>t ... It contains a macro call for the timeline macro <http://tiddlywiki.com/#timeline%20Macro>Change the limit parameter there. ... but .... be aware it reads the last eg: 10 tiddlers if your limit it 10. then it views their modified date to create the groups. Then it uses the group dates to show the tiddlers. So if one of those group dates has 100 changed tiddlers, it will show them all. So the timeline functionality isn't deterministic. 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/0e4b9ac2-2d5d-474e-9372-2fe011b218cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

