This may be completely from outer space, especially for an Alpha, but I was curious:
Is it possible, or would it make sense for it to become possible, to do any kind of math or comparison via the List Widget's filter abilities or some other method(s)? Here are a couple of use cases I can think of, from the project I'm working on. If any of these things are better done via other methods, I'm curious to learn them.
1. list all tiddlers who have a field value that is equal to one of the field values within the current tiddler.
2. if a tiddler has two fields that are dates, can those two dates be compared to each other? In my case, specifically, I'm interested in counting the number of days between the two dates (or between one of the dates and the current date).