Ok, this will do what you want:

<$list filter='[tag[Word]]' >
<$list filter='[all[current]removeprefix[Word: ]]' variable="word"><$link><
<word>></$link>,</$list>
</$list>

But the big question is, why are you overloading the title? Making it do 
even more work than it is already doing (it's a title field, a visibility 
field, and an ID field) ? Wouldn't it be easier to leave off "Word:" and 
then add "Word: " back in with whatever reporting function you want? It's 
easy to add stuff in TW, but, as you have seen, it's harder to subtract 
stuff. 

Have fun
-- Mark

On Tuesday, January 8, 2019 at 7:51:59 AM UTC-8, Jack Baty wrote:
>
> 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/214fbd26-5d64-4dc9-8dce-ef64dac026fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to