Hi Daniel,

I think I'd opt for creating a new *<$group/>* widget / or plugin for it 
which allows to specify:

   - 
*filter *a filter of those tiddlers you want to list grouped
   
   - 
*field *a field by the values of which you want to group the results
   
   - *by*
   (optional) when set to *days* handles fields as date fields and compares 
   years months and days
   => could be extended to only group by month or even year
   
   - *item-template*
   a text reference for a template used for each list item
   
   default (/ fallback), probably contains:
   <$link><$view field="title"/></$link>
   
   - *group-template*
   a text reference for a template used for each group header:
   
   to cater for a better timeline, the default (/ fallback) may contain 
   something like:
   <$view field="modified" format="date" template="YYYY-0MM-0DD"/>

This assumes, of course, that you define the sort or limit parameters of 
your grouped list through the *filter*.
Whenever a list item contains a new date value compared to the previous one 
(initially null), a new group is created.

Best wishes,

Tobias.

-- 
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/413b8178-aa11-4a9b-8fd2-2bcf83ee9b60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to