Re: [tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Sandip Deshmukh
Stobot, My most sincere apologies. Instead of transcluding the tiddler through the template, I was transcluding the template. In other words, I was missing '||' I've added that and everything is working as expected. Thanks for all your help. On Thu, Aug 26, 2021, 23:06 Stobot wrote: > Hi

Re: [tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Stobot
Hi Sandip - hmm well what I posted does what you're asking for unless I'm misunderstanding... Is it possible it's just simpler than you thought? In the screenshot the bottom tiddler is what you describe, and in the top one I'm using the bottom one as a template and it's indeed returning the

Re: [tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Sandip Deshmukh
Hello Stobot, I wanted to modify 'HashTaggedFamilyMembers' and convert it into a template. Then I would be able to transclude it in any tiddler like {{||HashTaggedFamilyMembers}} and produce list of family-members of that tiddler with # before each name. I'm not able to do that. On Thu, Aug

[tw5] Re: Process contents of a field before transclusion

2021-08-26 Thread Stobot
Hello Sandip, which part isn't working for you? By your description it seems to work as you describe. My filter text is a little different using enlist, but otherwise as you decribe it? [image: screenshot.PNG] On Thursday, August 26, 2021 at 10:23:50 AM UTC-4 Sandip Deshmukh wrote: > A