Normally I look deep into the source code but this one seems like it should be so easy and yet it eludes me.
How can I return a list of tiddlers that have a tag of EITHER "Article" OR "Journal" and then have the whole list sorted by modified (descending).
I've tried the following and none of it works:
- [tag[Article]tag[Journal]!sort[modified]]
- [tag[Article]]+[tag[Journal]]+[!sort[modified]]
Any help would be greatly appreciated!