First a short form of your above code is
'<$link />' if item in the currentToddler
but if you have the prefix you want to remove you can follow this code pattern and alter for your use case.
'<$link to=<<curentTiddler>> >{{{ [all[current]removeprefix[prefix]]}}}</$link>`
Or you can put the triple braces in a text widget..
It all depends on what is available to you to remove the prefix. You could try split[:]last[]
a little more info would help.
Regards
Tony
{{{ [<item>removeprefix[Sled: Snow:]]}}}Can I suggest in future you avoid compound titles and use tags or fields to indicate sled and snow etc...
The thing about tiddlywiki is tiddlers titles are their own unique key to the content within. In database technology we know compound keys lead to problems including two names for the same content.
Regards
Tony
Tony,Thanks for the suggestion. I definitely understand where you're coming from. In fact, elsewhere in my TW, I have a tiddler, Plastic Cup, that is both a todo item and a dollar tree shopping list item (done via tags) at the same time.But using the compound titles is actually done because I didn't want to have one name that was ambiguous. I might have one tiddler that refers to a sled: "Sled: Snow: X-10". While I may have another X-10 tiddler that is actually a web cam: "Camera: X-10"In that example, I couldn't have two tidlers named "X-10" could I? One with sled and snow tags, and the other with camera tag?
So, knowing that I'm using tags after all, since calling it "X-10 Camera" is okay, I imagine calling it "Camera X-10" is okay too, right?