A
recipe is made up of a list of
bags and
filters. If no filter is used, all the tiddlers in the bag are included when processing the recipe. If a filter is used, only those tiddlers which match the filter are included from the bag.
Therefore, the way to use only some tiddlers from a bag is to provide a filter with the bag in the recipe definition.
Examples
Note- These examples only work with the new syntax provided in TiddlyWeb v0.9.31 and beyond.
All the tiddlers with tag
blog and tag
published from bag
foo:
/bags/foo/tiddlers?select=tag:blog;select=tag:published
The ten most recently modified tiddlers from bag
bar:
/bags/bar/tiddlers?sort=-modified;limit=10