I have begun creating tiddlers for words I find interesting. Each tiddler's 
title is something like "Word: chiaroscuro" and I tag them with "Word"

I am trying to display a comma-delimited list of tiddlers tagged with 
"Word" but would like each link to not include the "Word: " prefix, yet 
still link to the appropriate tiddler.

This is as close as I've come:

<$list filter='[tag[Word]butlast[]removeprefix[Word: ]]'><$link><$view 
field="title"/></$link>,</$list>
<$list filter='[tag[Word]last[]removeprefix[Word: ]]'><$link><$view 
field="title"/></$link></$list>

This produces the comma-delimited list and link text the way I want, but 
the links don't work because they don't include the "real" title. (e.g. 
"chiaroscuro" rather than "Word: chiaroscuro")

Is there a better approach to this? I've tried adding "Word: " back into 
the link in a few ways but have been unsuccessful in making the links work.

Thanks,

Jack

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cdc40989-6c09-42a0-b791-cc7089ab96d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to