Several ~URLs in the
TiddlyWeb HTTP API produce a result set which is a list or collection of tiddlers. Any of these may be
filtered to return a subset of that collection. To filter a tiddler collection URL a filter string is appended to the url as a query string.
The default collection ~URLs include:
Examples
20 most recently modified blog postings from recipe blogs: /recipes/blogs/tiddlers?select=tag:blog;select=tag:published;sort=-modified;limit=20