Saved filter sets
Live in demo 64-filter-between-operator.
When
Name and recall named filter combinations; round-trip via api.getFilters / setFilter.
How
Key API surface:
api.getFilters()api.setFilter(id, filter)
See the demo source for the full implementation; this recipe pins the pattern + the surface so you can copy-paste it confidently. The doc page that explains the underlying feature in depth is linked from the recipes index.
See also
- Demo 64-filter-between-operator source
- Demo 64-filter-between-operator prompt sidecar - drop into an LLM context window
- Recipes index