Hi,
I want to create a sort of "agenda" system by listing tiddlers that have
the text ";;2018-10-30" or similar in them.
This kind of works:
<$set name="digit-pattern" value=";;[0-9]{4}-[0-9]{2}-[0-9]{2}">
<<list-links "[regexp:text<digit-pattern>]">>
</$set>
It lists out the tiddlers by title as links
What I can't figure out is how to convert that into a
<$list filter="[all[current][regexp:text<digit-pattern>]sort[(regex
finding)]limit[20]]">
version because I'd like to have the list sorted by date, not tiddler
title, and I want to actually see the dates besides the links to the
tiddlers as well.
Any suggestions?
thanks,
- Dave
--
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/f415bf1d-84ce-4e90-ae1e-86f51807d3e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.