OR filtering confusion

71 views
Skip to first unread message

Devin Weaver

unread,
May 19, 2016, 9:40:29 AM5/19/16
to TiddlyWiki
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!

Devin Weaver

unread,
May 19, 2016, 9:46:42 AM5/19/16
to TiddlyWiki
Yeah, now I think I found it:
  • [tag[Article]][tag[Journal]]+[!sort[modified]limit[10]]
Reply all
Reply to author
Forward
0 new messages