I am looking for code or solutions (perhaps a filter) to use fields like tags!
There are many cases users like to use a dedicated field instead of tags.
Example:
- There are many tiddlers have a field
ingredients
- The field
ingredients
stores data like title list- for illustration, tiddler
Season Salad
has ingredients field with value:salt [[lemon juice]] pepper
- for illustration, tiddler
What I need
- a filter to returns all tiddlers has non-empty
ingredients
- a filter to list all tiddlers have special value in the
ingredients field like
salt`
So can I have something equal to tags[]
operator and tag
macro!
I appreciate sharing any resources/solutions/suggestions in this regard.