Worked perfectly.  Thanks.  (I re-added the sort to the outer <$list> tag.)

On Thursday, January 25, 2018 at 12:58:52 PM UTC-6, Mark S. wrote:
>
> I think you'll need to get away from the simple transclude. This seems to 
> work:
>
> <$list filter="[prefix[$:/_changelog]]" >
> <$list filter="[all[current]removeprefix[$:/_changelog/]]" variable=entry>
> <$link><<entry>></$link><br/>
> </$list>
> </$list>
>
> -- Mark
>
> On Thursday, January 25, 2018 at 9:55:03 AM UTC-8, Stephen Rider wrote:
>>
>> I use Tiddly wiki as a database of information on a web site I manage for 
>> a company.
>>
>> I have a "Changelog" index tiddler, which is basically just a transcluded 
>> list of all tiddlers that start with $:/_changelog/ . This is what I have:
>>
>> {{{[prefix[$:/_changelog/]!sort[title]]}}}
>>
>>
>> I use the "$:/" so that the individual changelog entries don't show up on 
>> Tiddler lists, especially "Orphans".
>>
>> An example of a title is this:
>> $:/_changelog/2017-04-05 Upgraded system to PHP 7
>>
>> (Note the !sort[title] that sorts by date from newest to oldest.)
>>
>> When *displayed* on the actual Changelog index tiddler, I want to remove 
>> the "$:/_changelog/" prefix. That is, LINK to "$:/_changelog/2017-04-05 
>> Upgraded system to PHP 7" but DISPLAY the link as "2017-04-05 Upgraded 
>> system 
>> to PHP 7". Everything I've tried removes the prefix from what is 
>> actually linked -- resulting in a list of "Missing Tiddler" links.
>>
>> (I know how to do it for a specified link, but not a transclude list.)
>>
>> Is there any way to do this?
>>
>

-- 
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/d164cb72-25fd-49bd-bb06-c57c56cc98ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to