In the docs <https://tiddlywiki.com/prerelease/#timeline%20Macro> I note 
there's a subfilter attribute to the timeline macro. So you could see if 
the following works:

<$macrocall $name="timeline" 
format={{$:/language/RecentChanges/DateFormat}} subfilter="limit[10]"/>

Now you said you alsow want it without the date headings... but then you 
shouldn probably not use the timeline macro at all. You will get the ten 
latest tiddlers e.g like so:

<$list filter="""[all[tiddlers]sort[modified]limit[10]]""">

</$list>

Yes, the empty line should be there. And I didn't test this so it might be 
!sort instead.

<:-)
On Thursday, February 25, 2021 at 11:38:55 PM UTC+1 dlh...@gmail.com wrote:

> Hi All,
>
> I'm relatively new to the TW universe. I'm a long-time Evernote user 
> looking for an alternative. The more I learn about TW, the more I recognize 
> its power and flexibility. I'm currently using TiddleDesktop (0.0.14) with 
> a single file wiki.    
>
> One of the things I'd like to do is *limit* the number of tiddlers listed 
> in my Recent's tab. To do this, I believe I should edit the macro in 
> $:/core/ui/SideBar/Recent, which shows the following:
>
> <$macrocall $name="timeline" 
> format={{$:/language/RecentChanges/DateFormat}}/>
>   
> If this is correct, how would I alter this to list (for example) the ten 
> most recently edited tiddlers only without the date headings? 
>
> Thank you in advance for this community and any advice someone might be 
> able to provide. 
>
> Dan
>
>
>
>  
>
>   
>

-- 
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/eb05f43a-eab4-4a67-9a76-f053da2a8532n%40googlegroups.com.

Reply via email to