I’m using successfully the image-picker macro as follow
<$transclude tiddler={{$:/_MyImage}}/> <$macrocall $name=‘image-picker’ actions="<$action-setfield $tiddler=’$:/_MyImage’ $value=<>/> " subfilter=“regexp{$:/temp/state!!practise_title}”/>
This works but the subfilter is case sensitive
I’ve tried to add (?i) to not be case sensitive in the $:/temp/state!!practise_title value like
subfilter=“regexp(?i) {$:/temp/state!!practise_title}” but this does not work
Any idea how to solve that ?
Thanks for your support & help
Regards