Hi,
I’m trying to find a way to do something I thought would be relatively simple but is turning out to rather scramble my brain. I’m just looking to produce a bunch of links to some of the tag tiddlers of the current tiddler. Easy enough, but then I want to shorten the display of those links to remove the prefix. What I have so far is:
<$list filter="[all[current]tags[]prefix[Session Logs]]">
<$link to={{!!title}}>{{!!title}}</$link>
</$list>
I ideally want the link to display without "Session Logs: " at the start. Is there a simple way to do a replace on a bit of text, or to remove the start of it?
