If you're using the TOC, then I think the answer is "no". But if you're 
rolling your own, and if the dates have a format that has something in 
common, then you can use nesting.

<$list filter="[tag[mytag]tags[]prefix[2018]sort[]]" variable=datetag >
<$list filter="[tag<datetag>tag[mytag]sort[]]">
<<currentTiddler>><br/>
</$list>
</$list>

The outer list finds the date tags (which I assume start with 2018) and 
feeds them to the next list one by one.  The next list just finds tiddlers 
that match by the original tag and by the date tag.

-- Mark


On Wednesday, October 10, 2018 at 9:14:36 AM UTC-7, Jeff Vance wrote:

>
> I'm not sure if this is possible:  Say I have a bunch of tiddlers tagged 
> "Team Meeting", and each meeting also has a tag for the week that it 
> occurred. What I want is to generate a table of contents that lists all the 
> team meetings, sorted by week.  I kind of prefer to use the tag for sorting 
> rather than creation date because sometimes tiddlers get edited after the 
> fact and the order will change. I want to keep the order that the meetings 
> actually occurred. I suppose I could just create an extra field called 
> "week" to keep in addition to the tag, but I'm already using week tags to 
> track other things so it seems redundant.
>
> I see the table of contents macro has a "sort" parameter, but i can't tell 
> it to sort by tag since there is a mix of tags in that field. Is there a 
> way to define a filter that says to sort only by a certain kind of tag? 
> Maybe based on a regular expression? The week tags all look like this: 
> 2018_ww40.
>
> I appreciate any ideas.
>
> Jeff
>
>

-- 
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/12cbaaa1-e955-4d06-9507-be603ba63dd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to