A tiddler ‘King George’ contains a field ‘family-members’ that has the value [[Mary]] [[Henry]].
The code
<$list filter="[get{!!family-members}]">
#{{!!title}}
</$list>
produces
#Mary #Henry
I want to put this code in a tiddler ‘HashTaggedFamilyMembers’ and use that as a template tiddler. So, I can put
{{||HashTaggedFamilyMembers}}
in any tiddler and get the list of family members with # before each name.
Of course, if there is an easier way of doing it, please let me know. But it needs to have transclusion.