For example see https://tiddlywiki.com/#field%20Operator .
parameter
link points to https://tiddlywiki.com/#Filter%20Parameter . My use case is the first one - hard - since I’m experimenting with a handwritten filter in $:/AdvancedSearch -> Filter
.
Going back to https://tiddlywiki.com/#field%20Operator%20(Examples) , first example is:
[field:author[JeremyRuston]]
What if field value would be [[JeremyRuston]]
rather than JeremyRuston
?
Neither quoting the value like
[field:author["[[JeremyRuston]]"]]
nor trying to escape the square brackets like
[field:author[\[\[JeremyRuston]\]\]]
seem to work.