There is a field. Let's say, bibtex-doiuri.If the field has any value, i'd like to get as an output:[[DOI|content_of_the_field]]If the field is empty, i'd like to get nothing. An empty string.The result should appear within the $list widget (if it matters).
\define MakeDOILink() [[DOI|$(uri)$]]
\define DOILink() <$list filter="[<currentTiddler>get[bibtex-doiuri]]" variable="uri"><<MakeDOILink>></$list>
<<DOILink>>