I actually think it can be done! Modify
$:/core/ui/Actions/new-tiddler
to read
<$set name=tags filter={{$:/config/NewTiddler/Tags}}>
<$action-sendmessage $message="tm-new-tiddler" tags=<<tags>>/>
</$set>
This makes it accept filters which are evaluated before they become the
tags. So, in the settings field for new tags, you can now type e.g
[tag[HelloThere]]
...to get all tiddlers tagged such. Or use the filter
[enlist<now>nth[3]]
To, at the moment, get "July" (<<now>> is a core macro that gives the date)
If you fiddle with the date formats in the <<now>> macro and some math
inside the filter, you might be able to get week.
<:-)
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f3199efd-1d2d-411c-be1f-f276468ecc54o%40googlegroups.com.